with one click
bootstrap
Run ADOS project inception
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run ADOS project inception
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Review open PR/MR and publish findings.
Interactive decision planning session to prepare canonical context, classification, rigor, and decision rights for /write-decision. Supports all decision types (ADR/PDR/TDR/BDR/ODR).
Review a decision record via @decision-critic for an independent challenge (read-only; returns PASS / PASS_WITH_RISKS / REWORK).
Generate a Decision Record (ADR/PDR/TDR/BDR/ODR) from planning context, rendered proportionally by rigor.
Run the Definition of Ready gate.
Classify and apply accepted PR/MR review feedback.
| name | bootstrap |
| description | Run ADOS project inception |
| model | sonnet |
| allowed-tools | ["Read","Write","Edit","Glob","Grep","Bash","WebFetch","mcp__*"] |
User invocation: /bootstrap []
Examples: /bootstrap → Start or resume inception; determine project.flow in Phase 0.
/bootstrap my-billing-service → Start or resume inception with "my-billing-service" as the project name hint.
- projectName='$1': string — OPTIONAL. Project name hint passed to `@bootstrapper`. - allArguments='$ARGUMENTS': string — full argument string for additional context. 1. Pass project-name hint (if provided) to `@bootstrapper` agent. 2. `@bootstrapper` checks `doc/inception/inception-state.yaml`. 3. If valid state exists: resume from the last incomplete inception phase. 4. If no state exists: start Phase 0 and select `project.flow: new|legacy`. 5. Follow the 8-phase inception workflow with a human gate at every phase. - This command uses `subtask: false` because inception is multi-session and needs main conversation context. - The `@bootstrapper` agent manages committed state at `doc/inception/inception-state.yaml`. - For the manual inception path, see `doc/guides/project-inception.md`.