Three public orchestrators open the doors. Focused skills do the work underneath — invoke one when you want a single step.

Context

SkillWhat it does
/exploreAgent setup, system architecture, conceptual model, and PRD shell from the repo tree and guides.
/extractPer-container architecture, schemas, and coding rules from source.
/scaffoldifyMaterialize a confirmed, installable solution scaffold.

Capture

SkillWhat it does
/specifyWrite a functional or technical specification — kind named by the caller.
/scope-changeDiscover affected specs and write a coordinated change manifest.

Build

SkillWhat it does
/planifyOne implementation plan per affected container.
/codifyWrite application code, unit tests, and e2e suite updates during delivery.

Prove

SkillWhat it does
/verifyE2e verdict for a spec, change, or findings regression scope — report only.
/qualifyQuality-gate verdict for a delivery or findings diff — report only.

Ship

SkillWhat it does
/shipifyVersion, changelog, reconciled docs, and tag after qualification.

Meta

SkillWhat it does
/skillifyCreate or update skills under .agents/skills/.

Public orchestrators

Architect, Builder, Craftsman — three entrypoints that own outcomes and compose the delivery loop.
OrchestratorWhat it does
/architect-solution-foundationArchitect: map a brownfield solution or design a greenfield one, with optional scaffolding.
/build-requested-changeBuilder: turn a requirement into one or more specs, then implement, verify, qualify, and ship.
/craft-lasting-qualityCraftsman: consolidate durable findings and ship behavior-preserving remediation.

Human checkpoints

You review at key moments. Everything else runs without asking — or skip stops with YOLO.|
TriggerYou check
During /architect-solution-foundationBrownfield or greenfield route when the choice is unclear
During /build-requested-changeProblem, outcomes, and acceptance criteria for each spec
During /craft-lasting-qualityEvidence-backed remediation scope before fixes run
flowchart LR
  A[architect-solution-foundation] --> B[build-requested-change]
  B -->|you ✔️| S[verify → qualify → ship]
  C[craft-lasting-quality] -->|you ✔️| S