Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
terrylica avatar

Implement Plan Preflight

  • 115 installs
  • 62 repo stars
  • Updated August 3, 2026
  • terrylica/cc-skills

Use implement-plan-preflight for development tasks

About

implement-plan-preflight: A skill for development. This provides functionality for development workflows.

  • implement-plan-preflight

Implement Plan Preflight by the numbers

  • 115 all-time installs (skills.sh)
  • Ranked #2,898 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/terrylica/cc-skills --skill implement-plan-preflight

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs115
repo stars62
Last updatedAugust 3, 2026
Repositoryterrylica/cc-skills

What it does

Use implement-plan-preflight for development tasks

Files

SKILL.mdMarkdownGitHub ↗

Implement Plan Preflight

Execute the Preflight phase of the /itp:go workflow. Creates ADR and Design Spec artifacts with proper cross-linking and verification.

Self-Evolving Skill: This skill improves through use. If instructions are wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues.

When to Use This Skill

  • Invoked by /itp:go command during Preflight phase
  • User asks to create an ADR for a feature
  • User mentions "design spec" or "MADR format"
  • Manual preflight verification needed

Preflight Workflow Overview

P.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)

CRITICAL: Do NOT proceed to Phase 1 implementation until ALL preflight steps are complete and verified.

---

Quick Reference

ADR ID Format

YYYY-MM-DD-slug

Example: 2025-12-01-clickhouse-aws-ohlcv-ingestion

File Locations

ArtifactPath
ADR/docs/adr/$ADR_ID.md
Design Spec/docs/design/$ADR_ID/spec.md
Global Plan~/.claude/plans/<adj-verb-noun>.md

Cross-Links (MANDATORY)

In ADR header:

**Design Spec**: [Implementation Spec](/docs/design/YYYY-MM-DD-slug/spec.md)

In spec.md header:

**ADR**: [Feature Name ADR](/docs/adr/YYYY-MM-DD-slug.md)

---

Execution Steps

Step P.1: Create Feature Branch (Optional)

Only if -b flag specified. See Workflow Steps for details.

Step P.2: Create ADR File

1. Create /docs/adr/$ADR_ID.md 2. Use template from ADR Template 3. Populate frontmatter from session context 4. Select perspectives from Perspectives Taxonomy 5. Use Skill tool to invoke adr-graph-easy-architect for diagrams

Step P.3: Create Design Spec

1. Create folder: mkdir -p docs/design/$ADR_ID 2. Copy global plan: cp ~/.claude/plans/<adj-verb-noun>.md docs/design/$ADR_ID/spec.md 3. Add ADR backlink to spec header

Step P.4: Verify Checkpoint

Run validator or manual checklist:

uv run scripts/preflight_validator.py $ADR_ID

Checklist (ALL must be true):

  • [ ] ADR file exists at /docs/adr/$ADR_ID.md
  • [ ] ADR has YAML frontmatter with all 7 required fields
  • [ ] ADR has **Design Spec**: link in header
  • [ ] DIAGRAM CHECK 1: ADR has Before/After diagram (Context section)
  • [ ] DIAGRAM CHECK 2: ADR has Architecture diagram (Architecture section)
  • [ ] Design spec exists at /docs/design/$ADR_ID/spec.md
  • [ ] Design spec has **ADR**: backlink in header

If any item is missing: Create it now. Do NOT proceed to Phase 1.

---

YAML Frontmatter Quick Reference

---
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]
---

See ADR Template for full field descriptions.

---

Diagram Requirements (2 DIAGRAMS REQUIRED)

⛔ MANDATORY: Every ADR must include EXACTLY 2 diagrams:

DiagramLocationPurpose
Before/AfterContext sectionShows system state change
ArchitectureArchitecture sectionShows component relationships

SKILL INVOCATION: Invoke adr-graph-easy-architect skill NOW to create BOTH diagrams.

BLOCKING GATE: Do NOT proceed to design spec until BOTH diagrams are embedded in ADR.

---

Reference Documentation

  • ADR Template - Complete MADR 4.0 template
  • Perspectives Taxonomy - 11 perspective types
  • Workflow Steps - Detailed step-by-step guide

---

Validation Script

# Verify preflight artifacts
uv run scripts/preflight_validator.py <adr-id>

# Example
uv run scripts/preflight_validator.py 2025-12-01-my-feature

---

Troubleshooting

IssueCauseSolution
Validator failsMissing ADR or specCreate both files before running validator
Frontmatter invalidMissing required fieldsCheck all 7 ADR fields and 5 spec fields
Diagram not renderinggraph-easy not installedRun brew install graph-easy
Spec phase mismatchWrong phase valueUse: preflight, phase-1, phase-2, or phase-3
ADR status wrongManual status editLet workflow manage status transitions
Design folder missingWrong path structureUse docs/design/YYYY-MM-DD-slug/spec.md

Post-Execution Reflection

After this skill completes, check before closing:

1. Did the command succeed? — If not, fix the instruction or error table that caused the failure. 2. Did parameters or output change? — If the underlying tool's interface drifted, update Usage examples and Parameters table to match. 3. Was a workaround needed? — If you had to improvise (different flags, extra steps), update this SKILL.md so the next invocation doesn't need the same workaround.

Only update if the issue is real and reproducible — not speculative.

Related skills

Backend & APIsbackendintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.