← ClaudeAtlas

planlisted

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.
drafthq/draft · ★ 40 · Code & Development · score 78
Install: claude install-skill drafthq/draft
# 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