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

aid-detail

  • name — aid-detail
  • description — Break deliverables into small, dependency-driven, typed tasks — each one a reviewable unit. The ultimate breakdown. Use this skill when a delivery has been planned and the actual work items are needed before execution starts. It detects each task’s type from the SPEC’s own signals — RESEARCH, DESIGN, IMPLEMENT, TEST, DOCUMENT, MIGRATE, REFACTOR, CONFIGURE — gives every task exactly one type, and builds the delivery’s execution graph with explicit dependencies and the parallelism they allow.
  • allowed-tools — Read, Glob, Grep, Write, Edit, Bash
  • argument-hint — work-001 (required if multiple works) [—reset] clear deliveries/delivery-NNN/tasks/

Definition: canonical/skills/aid-detail/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 task files exist yet."])
  n2["REVIEW<br/>Existing task files found; re-review against current…"]
  n3(["DONE"])
  n1 --> n2
  n2 --> n3
  class n1 aidEntry
  class n2 aidStep
  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 task files exist yet. · entry

canonical/skills/aid-detail/SKILL.md#L86
| FIRST-RUN | `references/first-run.md` | `aid-architect` | `→ REVIEW` |

Source: canonical/skills/aid-detail/SKILL.md#L86 · full step: canonical/skills/aid-detail/references/first-run.md#L1-L152

2 · REVIEW — Existing task files found; re-review against current… · step

canonical/skills/aid-detail/SKILL.md#L87
| REVIEW | `references/review.md` | `aid-reviewer` | `→ DONE` |

Source: canonical/skills/aid-detail/SKILL.md#L87 · full step: canonical/skills/aid-detail/references/review.md#L1-L81

3 · DONE · exit · HALT

canonical/skills/aid-detail/SKILL.md#L88
| DONE | — | `inline` | `→ halt` |

Source: canonical/skills/aid-detail/SKILL.md#L88

Report an issue with this page →