plan-review
Phase gate: PLAN checkpoint. MUST get APPROVE from all reviewers before proceeding to Build.
Inputs
- Plan file path (default: most recent non-
.done.mdfile inai-workspace/plans/) --include <agent>: Force-add an agent to the panel--exclude <agent>: Remove an agent (except technical-editor, which cannot be excluded)
Steps
-
Find the plan file:
ls -t "$(git rev-parse --show-toplevel)/ai-workspace/plans/"*.md | grep -v '.done.md' | head -1If no plan file found → error: "No plan file in ai-workspace/plans/. Write a plan first." If plan file is
.done.md→ error: "This plan is already finalized." -
Read the plan and extract:
- Files to Modify section
- Full body text
More from camacho/ai-skills
bail
Reflects, updates GitHub Issue, closes PR if open, cleans up worktree/branch.
566archive
Fills Outcomes & Learnings in a plan file and renames it to .done.md.
542orient
Fetches issue context, auto-detects task type, maps to branch prefix, presents brief.
537capture
Creates a draft GitHub Issue with triage label from natural language description.
535reflect
Use after merging a branch or completing a task to consolidate learnings into memory layers, close out issues, and verify the phase gate.
500status
Project status dashboard — open issues, recent commits, active branches/worktrees, memory state, and scratchpad. Use when the user asks for a status report, project overview, "what's going on", "where are we", or wants to catch up on project state without the full /catchup reconstruction.
481