arch-flow
Installation
SKILL.md
Arch-Flow Skill
Purpose: Top-level orchestrator for the planning pipeline. Runs Sketch → Spec → Plan → ADR in sequence, pausing at each stage gate for user confirmation. Detects existing docs/ artifacts and resumes from the right stage automatically.
Input
$ARGUMENTS
Can be:
- A plain-text feature idea → start from Stage 1 (Sketch)
docs/sketches/<file>.md→ start from Stage 2 (Spec)docs/specs/<file>.md→ start from Stage 3 (Plan)docs/plans/<file>.md→ start from Stage 4 (ADR)- A topic keyword (no path) → auto-detect stage (see below)
- Empty → ask via AskUserQuestion: "What feature or topic would you like to plan?"