draft

Solid

Lists Draft's canonical workflow commands, explains the Context-Driven Development flow (init, plan, implement, review), and recommends the appropriate next step. Use when the user asks about available Draft commands, needs help choosing a workflow step, or says 'what can Draft do', 'help', or 'show commands'.

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

# Draft - Context-Driven Development Draft is a methodology for structured software development: **Context → Spec & Plan → Implement → Verify** ## Red Flags - STOP if you're: - Jumping straight to implementation without reading existing Draft context - Suggesting `/draft:implement` before a track has an approved spec and plan - Not checking `draft/tracks.md` for existing active tracks before creating new ones - Skipping the recommended command and going freeform - Ignoring existing `.ai-context.md`, `product.md`, `tech-stack.md`, or `workflow.md` context **Read context first. Follow the workflow.** --- ## Workflow Commands ### Canonical Workflow ``` init → plan → implement → review → upload ↑ | └────────────┘ (review auto-invoked at phase boundaries) ``` ### Primary Workflow (Parent) Commands These 7 canonical parent commands coordinate and orchestrate the entire development lifecycle, automatically routing to specialist subcommands when appropriate. ### Routed Core Workflows (5 routers) The 5 router commands provide intent-based dispatch into the 20+ specialist commands. Use the router form for discoverability; leaf commands remain supported for compatibility. | Router | Scope | Dispatches To (examples) | |--------|-------|--------------------------| | `/draft:plan` | Planning & architecture | new-track, decompose, adr, tech-debt, change | | `/draft:ops` | Operations & lifecycle | deploy-checklist, incident-response, standu...

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