This repo is built with Bold. Before doing any work:
- Read
bold-docs/backbone.md— non-negotiable rules for this repo. - Read
bold-docs/project.json— the project genome (facts, not narrative). .archive/(repo root) is committed, human-only history — never read it, with no exception, even if a human references it directly.bold-docs/features/holds in-flight work; each feature's tier (Patch/Quick/Feature) governs how much process applies.
Every command below resolves via Bold's three-tier override chain (user > team > source)
before running — see the shim files under .claude/skills/, .agents/skills/, and
.github/prompts/ for the exact resolution steps.
| Command | What it does |
|---|---|
/bold-plan-analyze |
Check the active feature's spec for internal consistency, duplication, ambiguity, and requirement/task coverage. |
/bold-plan-checklist |
Generate or verify a checklist that tests the quality of the spec's requirements, not the implementation. |
/bold-plan-clarify |
Re-run the clarification pass on the active feature's spec. |
/bold-plan-critic |
Adversarial risk critique of the active feature's spec — what will fail in production, gated at Feature tier. |
/bold-plan |
Triage the request, get the tier ratified, and produce the tier-appropriate planning artifact. |
/bold-plan-discover |
Read-only brownfield archaeology — mine configs and history, infer conventions, play back findings for ratification. |
/bold-plan-init |
Detect repo entry path (migrate / discover / greenfield) and route accordingly. |
/bold-plan-tasks |
Regenerate the task breakdown for the active feature's ratified spec, or merge in gate remediation on a re-run. |
/bold-build |
Apply the ratified tier's gate set, execute, then keep artifacts continuously in sync. |
/bold-build-status |
Report task/gate/artifact status for the active feature. |
/bold-ship-address |
Respond to review findings on the active feature's open PR. |
/bold-ship |
Draft a PR (or finalize the deliverable, for non-code domains) for the active feature. |
/bold-ship-harvest |
Classify feature artifacts — promote durable knowledge, archive work products, reconcile stale docs. |
/bold-ship-review |
Review pass over the active feature's changes before or after a PR is opened. |
/bold-install |
Fetch, preview, and sync Bold's payload into this repo (fresh install, upgrade, or already-current), then hand off to bold.plan init. |