plan

Solid

Primary router for planning, architecture, and track management workflows. Analyzes user intent and dispatches to new-track, decompose, adr, tech-debt, change (and related). Use for starting features, breaking down work, recording decisions, managing debt, or handling scope changes.

Code & Development 40 stars 6 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
54
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Plan - Planning & Architecture Router `/draft:plan` is the consolidated entry point for all planning and upfront architecture work in the Context-Driven Development lifecycle. ## When to Use - Starting a new feature, bug fix, or refactor track - Decomposing large modules or changes into dependency-aware units - Recording Architecture Decision Records (ADRs) - Cataloging and prioritizing technical debt - Handling mid-track requirement or scope changes ## Routing Logic The router parses intent from natural language and dispatches to the correct leaf skill. Ambiguous requests surface a short menu of options. | User Intent Keywords | Dispatches To | Purpose | |---------------------------------------|-----------------------|---------| | new feature, new track, start X, add Y, plan a refactor, fix the Z bug | `/draft:new-track` | Collaborative spec + plan creation for track | | decompose, break into modules, dependency map | `/draft:decompose` | Module decomposition + graph | | adr, architecture decision, record decision, design decision | `/draft:adr` | ADR authoring and evaluation | | tech debt, technical debt, catalog debt, debt analysis | `/draft:tech-debt` | 6-dimension debt scan + prioritization | | change, scope changed, requirements changed, update spec, mid-track pivot | `/draft:change` | Structured change impact & plan update | ## Dispatch Examples User: "start a new feature for user profile editing" → dispatches to `/draft:new-track "u...

Details

Author
drafthq
Repository
drafthq/draft
Created
7 months ago
Last Updated
2 days ago
Language
HTML
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category