Loading...
Loading...
Execute Preflight phase for /itp:go workflow. TRIGGERS - ADR creation, design spec, MADR format, preflight verification.
npx skill4agent add terrylica/cc-skills implement-plan-preflight/itp:go/itp:goP.1: Create Feature Branch (if -b flag)
│
▼
P.2: Create ADR File (MADR 4.0)
│
▼
P.3: Create Design Spec (from global plan)
│
▼
P.4: Verify Checkpoint (MANDATORY)YYYY-MM-DD-slug2025-12-01-clickhouse-aws-ohlcv-ingestion| Artifact | Path |
|---|---|
| ADR | |
| Design Spec | |
| Global Plan | |
**Design Spec**: [Implementation Spec](/docs/design/YYYY-MM-DD-slug/spec.md)**ADR**: [Feature Name ADR](/docs/adr/YYYY-MM-DD-slug.md)-b/docs/adr/$ADR_ID.mdadr-graph-easy-architectmkdir -p docs/design/$ADR_IDcp ~/.claude/plans/<adj-verb-noun>.md docs/design/$ADR_ID/spec.mduv run scripts/preflight_validator.py $ADR_ID/docs/adr/$ADR_ID.md**Design Spec**:/docs/design/$ADR_ID/spec.md**ADR**:---
status: proposed
date: YYYY-MM-DD
decision-maker: [User Name]
consulted: [Agent-1, Agent-2]
research-method: single-agent
clarification-iterations: N
perspectives: [Perspective1, Perspective2]
---| Diagram | Location | Purpose |
|---|---|---|
| Before/After | Context section | Shows system state change |
| Architecture | Architecture section | Shows component relationships |
adr-graph-easy-architect# Verify preflight artifacts
uv run scripts/preflight_validator.py <adr-id>
# Example
uv run scripts/preflight_validator.py 2025-12-01-my-feature| Issue | Cause | Solution |
|---|---|---|
| Validator fails | Missing ADR or spec | Create both files before running validator |
| Frontmatter invalid | Missing required fields | Check all 7 ADR fields and 5 spec fields |
| Diagram not rendering | graph-easy not installed | Run |
| Spec phase mismatch | Wrong phase value | Use: preflight, phase-1, phase-2, or phase-3 |
| ADR status wrong | Manual status edit | Let workflow manage status transitions |
| Design folder missing | Wrong path structure | Use docs/design/YYYY-MM-DD-slug/spec.md |