A set of skills that run in pipeline order with checkpoints to guide your review.

Invoke them, or let your agent decide. |

Architect pipeline

SkillWhat it does
/establishProduct, paths, personality and git rules.
/exploreSystem architecture and ADRs.
/excavateTier/component architecture and the ER model.
/extractCoding rules and conventions per tier.

Builder pipeline

SkillWhat it does
/specifySpecs with formal problem definition and acceptance criteria.
/planifyImplementation plans from a spec solution overview.
/codifyCode and unit tests following the plans.
/verifyE2E tests written for the spec acceptance criteria.
/rectifyFixes the code after a failed verify.

Craftsman pipeline

SkillWhat it does
/reviewAudits a11y, security and performance; fixes findings in place.
/refactorClean-code and DRY refactors with a detailed commit and test handoff.
/releaseVersion, changelog, and spec marked done plus released version.

Human checkpoints

You approve the specs, plans, code, and tests. |
Step You review
/establish Project context and instructions
/explore Architecture and codebase
/excavate Tier/component architecture and ER model
/extract Rules and conventions
/specify Problem, solution, and acceptance criteria
/planify Implementation steps for each tier
/codify Code and unit tests
/verify E2E code and failure reports
/release Version bump and changelog