aid-triage
Frontmatter
Section titled “Frontmatter”name— aid-triagedescription— Suggest which AID entry point fits the work you are describing. Use this skill when you know what you want to change but not which skill to reach for. Give it one short free-form description; it infers the work type, judges the scope, and names the single best entry — the matching verb-and-artifact shortcut for a known single change type, or the full path via/aid-describefor broad or ambiguous work. It reads the shortcut catalog to resolve its suggestion to a canonical, non-alias name. It suggests only: no interview, no scaffold, no work folder, and nothing written.allowed-tools— Read, Glob, Grepargument-hint— [description] — what you want to do; I’ll point you at the right entry
Definition: canonical/skills/aid-triage/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(["INTAKE<br/>Capture one short free-form description in a single turn…"])
n2["CLASSIFY<br/>From {description} (captured at INTAKE), infer three things…"]
n3["SUGGEST<br/>Emits the NFR-7 reflect-back straw-man turn proposing the…"]
n4(["HALT<br/>Print the recommended invocation the user should type next…"])
n1 --> n2
n2 --> n3
n3 --> n4
class n1 aidEntry
class n2 aidStep
class n3 aidStep
class n4 aidExit
class n1 aidNode
class n2 aidNode
class n3 aidNode
class n4 aidNode
Source fragments
Section titled “Source fragments”Every node in the chart above, in chart order, with the exact canonical/ text it was derived from.
1 · INTAKE — Capture one short free-form description in a single turn… · entry
| INTAKE | inline (below) | inline | CHAIN -> CLASSIFY |Source: canonical/skills/aid-triage/SKILL.md#L76 · full step: canonical/skills/aid-triage/SKILL.md#L83-L104
2 · CLASSIFY — From {description} (captured at INTAKE), infer three things… · step
| CLASSIFY | `references/state-classify.md` | inline | CHAIN -> SUGGEST |Source: canonical/skills/aid-triage/SKILL.md#L77 · full step: canonical/skills/aid-triage/references/state-classify.md#L1-L143
3 · SUGGEST — Emits the NFR-7 reflect-back straw-man turn proposing the… · step
| SUGGEST | `references/state-suggest.md` | inline | CHAIN -> HALT |Source: canonical/skills/aid-triage/SKILL.md#L78 · full step: canonical/skills/aid-triage/references/state-suggest.md#L1-L98
4 · HALT — Print the recommended invocation the user should type next… · exit · HALT
| HALT | inline (below) | inline | -> halt |Source: canonical/skills/aid-triage/SKILL.md#L79 · full step: canonical/skills/aid-triage/SKILL.md#L108-L132