Skip to content
AID v2.3.0 is out.See what's new →
Skills

aid-plan

  • name — aid-plan
  • description — Sequence feature SPECs into deliverables — each one a functional MVP that builds on the previous. Strategy, not tactics. Use when feature SPECs are complete and you need a delivery roadmap.
  • allowed-tools — Read, Glob, Grep, Write, Edit, Bash
  • argument-hint — work-001 (required if multiple works) [—reset] clear PLAN.md and restart

Definition: canonical/skills/aid-plan/SKILL.md

flowchart TB
  classDef aidNode color:#fff
  classDef aidEntry fill:#166534,stroke:#14532d,color:#fff
  classDef aidExit fill:#991b1b,stroke:#7f1d1d,color:#fff
  classDef aidDecision fill:#92400e,stroke:#78350f,color:#fff
  classDef aidLoopBack fill:#1e3a8a,stroke:#1e3a8a,color:#fff
  classDef aidStep fill:#1a2035,stroke:#d4a853,color:#f1f5f9
  n1(["FIRST-RUN<br/>No PLAN.md found; begin dependency mapping and deliverable…"])
  n2["REVIEW<br/>PLAN.md exists and was previously completed; re-review…"]
  n3(["DONE"])
  n1 -. "otherwise" .- n1
  n1 -->|"when PLAN.md is written, delivery folders are created, and the final summary is…"| n2
  n2 -. "otherwise" .- n2
  n2 -->|"when the grade meets minimum and all delivery folders are created"| n3
  class n1 aidEntry
  class n2 aidLoopBack
  class n3 aidExit
  class n1 aidNode
  class n2 aidNode
  class n3 aidNode

Every node in the chart above, in chart order, with the exact canonical/ text it was derived from.

1 · FIRST-RUN — No PLAN.md found; begin dependency mapping and deliverable… · entry

canonical/skills/aid-plan/SKILL.md#L151
| FIRST-RUN | `references/first-run-loop.md` | `aid-architect` | → REVIEW |

Source: canonical/skills/aid-plan/SKILL.md#L151 · full step: canonical/skills/aid-plan/references/first-run-loop.md#L1-L225

2 · REVIEW — PLAN.md exists and was previously completed; re-review… · loop-back

canonical/skills/aid-plan/SKILL.md#L152
| REVIEW | `references/review-deliverables.md` | `aid-reviewer` | → DONE |

Source: canonical/skills/aid-plan/SKILL.md#L152 · full step: canonical/skills/aid-plan/references/review-deliverables.md#L1-L78

3 · DONE · exit · HALT

canonical/skills/aid-plan/SKILL.md#L153
| DONE | _(inline — plan complete; print summary and exit)_ | `inline` | → halt |

Source: canonical/skills/aid-plan/SKILL.md#L153

Report an issue with this page →