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

Invoke them, or let your agent decide.|

Foundation pipeline

SkillWhat it does
/exploreProduct, paths, personality and git rules, system architecture and ADRs.
/extractTier/component architecture and the ER model, coding rules and conventions per tier.

Features 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.

Quality 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. |
StepYou review
/establishProject context and instructions
/exploreArchitecture and codebase
/excavateTier/component architecture and ER model
/extractRules and conventions
/specifyProblem, solution, and acceptance criteria
/planifyImplementation steps for each tier
/codifyCode and unit tests
/verifyE2E code and failure reports
/releaseVersion bump and changelog