Loading...
Loading...
Write a blueprint (plan file) for a multi-step task (Step 3 of /task). Runs one brainstorming round then writes ai-workspace/plans/<name>.md from TEMPLATE.md. Skipped for one-sentence scope. Does NOT review — that is /review (Step 4).
npx skill4agent add camacho/ai-skills blueprint/brainstormingai-workspace/plans/TEMPLATE.mdai-workspace/plans/<branch-slug>.md| Field | How to fill |
|---|---|
| Branch | Current branch name |
| Target | Branch to merge into. Default: detected via reflog parent (see below), falling back to |
| Created | Today's date (YYYY-MM-DD) |
| Status | |
| Threat model | See selection table below |
| Scope ceiling | Keep template defaults (400/6 soft, 800/10 hard) |
| Task | 1-3 sentences: what and why |
| Steps | Checkbox list of concrete implementation steps |
| Confidence Scaffold | Required for |
| Outcomes & Learnings | Leave empty — populated by /archive |
/reviewgit -C "$WORKTREE" add ai-workspace/plans/<name>.md
git -C "$WORKTREE" commit -m "blueprint: <name>"/review/clear/reviewrefs/wip/checkpoints/<branch>TARGET=$(
git reflog show HEAD --pretty=format:'%gs' \
| grep "^branch: Created from" \
| head -1 \
| sed 's/branch: Created from //' \
| sed 's|^origin/||'
)
TARGET=${TARGET:-main}main| Signal | Model |
|---|---|
| Internal tooling, refactor, docs, tests, config | |
| Auth, secrets, input validation, CI, hooks, permissions | |
| Unsure | |
/reviewPlan written: ai-workspace/plans/<name>.md
Threat model: advisory|adversarial
Steps: <count>
Next step: /review (Step 4)