Raul Marchan Catala avatar

Raul Marchan Catala

Community

@Alountk · Barcelona, Spain

2Followers
|
6Public Repos
|
23Published Skills

Raul Marchan Catala maintains 23 open-source skills for spec-driven development, pull request management, Go testing, accessibility audits, and design systems.

Skills Distribution
DomainDeveloper To...Spec-Driven Develo.. (45%)Code Review & Pull.. (20%)Testing & Verifica.. (15%)Documentation & Te.. (10%)

Agent Skills by Raul Marchan Catala

Showing 23 vetted skills indexed across 1 GitHub repositories.

AlountkAlountk

sdd-spec

Writes SDD delta specifications with RFC 2119 requirements and Given/When/Then scenarios.

Community
Advanced
AlountkAlountk

sdd-onboard

Guides users through a complete spec-driven development cycle on their real codebase.

Community
Advanced
AlountkAlountk

cognitive-doc-design

Structures documentation to reduce cognitive load for readers and reviewers.

Community
Basic
AlountkAlountk

sdd-propose

Creates structured SDD change proposals with intent, scope, capabilities, and rollback plans.

Community
Intermediate
AlountkAlountk

sdd-archive

Archives completed SDD changes by merging delta specs into main specs.

Community
Advanced
AlountkAlountk

sdd-init

Initializes SDD project context, testing capabilities, and skill registry with configurable persistence modes.

Community
Advanced
AlountkAlountk

chained-pr

Split oversized pull requests into chained review slices with dependency diagrams.

Community
Intermediate
AlountkAlountk

comment-writer

Write warm, direct collaboration comments for PRs, issues, and reviews.

Community
Basic
AlountkAlountk

work-unit-commits

Plans commits as reviewable work units with tests, docs, and rollback boundaries.

Community
Intermediate
AlountkAlountk

go-testing

Applies focused Go testing patterns for unit tests, Bubbletea TUIs, and golden files.

Community
Intermediate
AlountkAlountk

sdd-design

Generates SDD technical design documents with architecture decisions, file changes, and threat matrices.

Community
Advanced
AlountkAlountk

sdd-apply

Implements spec-driven development tasks from specs and design artifacts as an executor sub-agent.

Community
Advanced
AlountkAlountk

sdd-verify

Verifies SDD change implementations against specs, design, and tasks with executed test evidence.

Community
Advanced
AlountkAlountk

skill-registry

Indexes available skills by trigger and path into a registry file.

Community
Intermediate
AlountkAlountk

sdd-tasks

Generates phased implementation task breakdowns from SDD design documents.

Community
Advanced
AlountkAlountk

branch-pr

Creates GitHub pull requests with issue linkage, branch naming, and label validation.

Community
Intermediate
AlountkAlountk

_shared

Provides shared SDD reference documents for persistence, conventions, and phase protocols.

Community
Advanced
AlountkAlountk

frontend-design

Guides creation of distinctive, non-generic visual designs for web interfaces.

Community
Intermediate
AlountkAlountk

sdd-explore

Investigates codebases and produces structured exploration analyses for spec-driven development changes.

Community
Intermediate
AlountkAlountk

judgment-day

Runs blind dual-judge adversarial code review with bounded fix and re-judgment rounds.

Community
Advanced
AlountkAlountk

accessibility

Audit and fix web accessibility issues against WCAG 2.2 success criteria.

Community
Intermediate
AlountkAlountk

issue-creation

Create and triage GitHub issues using repository-discovered templates, labels, and privacy sanitization.

Community
Intermediate
AlountkAlountk

design-system

Generates three-layer design tokens, component specifications, and brand-compliant HTML slide decks.

Community
Advanced

Frequently Asked Questions About Raul Marchan Catala

FAQPage Schema
What 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.