Raul Marchan Catala
Community@Alountk · Barcelona, Spain
Raul Marchan Catala maintains 23 open-source skills for spec-driven development, pull request management, Go testing, accessibility audits, and design systems.
Agent Skills by Raul Marchan Catala
Showing 23 vetted skills indexed across 1 GitHub repositories.
sdd-spec
Writes SDD delta specifications with RFC 2119 requirements and Given/When/Then scenarios.
sdd-onboard
Guides users through a complete spec-driven development cycle on their real codebase.
cognitive-doc-design
Structures documentation to reduce cognitive load for readers and reviewers.
sdd-propose
Creates structured SDD change proposals with intent, scope, capabilities, and rollback plans.
sdd-archive
Archives completed SDD changes by merging delta specs into main specs.
sdd-init
Initializes SDD project context, testing capabilities, and skill registry with configurable persistence modes.
chained-pr
Split oversized pull requests into chained review slices with dependency diagrams.
comment-writer
Write warm, direct collaboration comments for PRs, issues, and reviews.
work-unit-commits
Plans commits as reviewable work units with tests, docs, and rollback boundaries.
go-testing
Applies focused Go testing patterns for unit tests, Bubbletea TUIs, and golden files.
sdd-design
Generates SDD technical design documents with architecture decisions, file changes, and threat matrices.
sdd-apply
Implements spec-driven development tasks from specs and design artifacts as an executor sub-agent.
sdd-verify
Verifies SDD change implementations against specs, design, and tasks with executed test evidence.
skill-registry
Indexes available skills by trigger and path into a registry file.
sdd-tasks
Generates phased implementation task breakdowns from SDD design documents.
branch-pr
Creates GitHub pull requests with issue linkage, branch naming, and label validation.
_shared
Provides shared SDD reference documents for persistence, conventions, and phase protocols.
frontend-design
Guides creation of distinctive, non-generic visual designs for web interfaces.
sdd-explore
Investigates codebases and produces structured exploration analyses for spec-driven development changes.
judgment-day
Runs blind dual-judge adversarial code review with bounded fix and re-judgment rounds.
accessibility
Audit and fix web accessibility issues against WCAG 2.2 success criteria.
issue-creation
Create and triage GitHub issues using repository-discovered templates, labels, and privacy sanitization.
design-system
Generates three-layer design tokens, component specifications, and brand-compliant HTML slide decks.
Frequently Asked Questions About Raul Marchan Catala
FAQPage SchemaWhat tasks can I accomplish with Alountk's skill collection?▼
You can run the complete spec-driven development lifecycle: initialize SDD context, explore ideas, write proposals and delta specs, create technical designs, break changes into tasks, implement them, verify against specs, and archive completed changes. Supporting skills cover chained PRs, issue creation, Go testing, and accessibility audits.
Who are these skills designed for?▼
Software engineers practicing spec-driven development, reviewers handling oversized pull requests, Go developers applying focused testing patterns like golden files and Bubbletea teatest, and frontend engineers building WCAG 2.2-compliant interfaces or token-based design systems.
How do the SDD skills operate in practice?▼
Most SDD skills are delegate-only and not user-invocable: an orchestrator triggers each phase (init, explore, propose, spec, design, tasks, apply, verify, archive) sequentially. The sdd-onboard skill walks users through the full cycle on a real codebase, while sdd-init sets up context, registry, and persistence.
What licenses cover these skills and are they free?▼
Yes, all skills are free and open source. The SDD lifecycle skills, skill-registry, and accessibility use MIT; PR, review, commit, and documentation skills use Apache-2.0; frontend-design ships with terms in its own LICENSE.txt file.
What prerequisites or dependencies do these skills require?▼
The SDD skills depend on an orchestrator that launches each phase, since they are marked delegate_only and not directly invocable. The _shared skill provides common SDD references for installed skills. Go testing patterns assume a Go environment with go test, and design-system accepts a component or token argument.