drafthq/draft

Context-Driven Development plugin for Claude Code, Cursor, GitHub Copilot, Gemini

40Stars on the repository
43Mods indexed here, across every type
13d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

adr

01

drafthq/draft

Skill Claude CodeCodex

Create and manage Architecture Decision Records. Documents significant technical decisions with context, alternatives, and consequences. Also supports evaluate (assess proposals) and design (system design) modes.

40 13d ago A 37 tokens original MIT

assist-review

02

drafthq/draft

Skill Claude CodeCodex

Reviewing someone else's PR for handoff/sign-off. Isolates structural changes from trivial edits, flags HLD/LLD drift and guardrail violations, points the reviewer at what to scrutinize. Use when prepping to review another engineer's work — NOT for first-pass self-review (use review / quick-review).

40 13d ago A 67 tokens original MIT

bughunt

03

drafthq/draft

Skill Claude CodeCodex

Performs an exhaustive 14-dimension bug hunt across the codebase using Draft context (architecture, tech-stack, product) for false-positive elimination. Generates a severity-ranked report with code evidence, data flow traces, and suggested fixes. Optionally writes regression tests. Use when the user asks to find bugs…

40 13d ago A 89 tokens original MIT

change

04

drafthq/draft

Skill Claude CodeCodex

Handle mid-track requirement changes. Analyzes impact on completed and pending tasks, proposes amendments to spec.md and plan.md before applying.

40 13d ago A 29 tokens original MIT

coverage

05

drafthq/draft

Skill Claude CodeCodex

Compute code coverage for active track or module. Targets 95%+ coverage with report and justification for uncovered lines. Complements TDD workflow.

40 13d ago A 31 tokens original MIT

debug

06

drafthq/draft

Skill Claude CodeCodex

Structured debugging session. Reproduce, isolate, diagnose, and fix bugs using systematic investigation. Invoked by /draft:new-track for bug tracks or directly for ad-hoc debugging.

40 13d ago A 38 tokens original MIT

decompose

07

drafthq/draft

Skill Claude CodeCodex

Decompose project or track into modules with dependency mapping. Project scope updates architecture.md and derives .ai-context.md. Track scope generates hld.md (always) and lld.md (when --lld or High-complexity module triggers it) — design-mandated artifacts that drive implement, deploy-checklist, and upload sign-off.

40 13d ago A 71 tokens original MIT

deep-review

08

drafthq/draft

Skill Claude CodeCodex

Single-module production readiness audit (ACID, resilience, observability). Use to audit one service/module end-to-end — NOT for diff/PR review (use review / quick-review) or bug-finding sweeps (use bughunt).

40 13d ago A 51 tokens original MIT

deploy-checklist

09

drafthq/draft

Skill Claude CodeCodex

Pre-deployment verification checklist. Generates customized checklists based on tech-stack with rollback triggers. Auto-invoked by /draft:upload.

40 13d ago A 32 tokens original MIT

discover

10

drafthq/draft

Skill Claude CodeCodex

Primary router for discovery, debugging, investigation, quality, and exploration workflows. Analyzes user intent and dispatches to debug, bughunt, quick-review, deep-review, coverage, testing-strategy, learn, tour, impact, assist-review. The recommended entry point for any 'find out', 'check', 'review', or…

40 13d ago A 75 tokens original MIT

docs

11

drafthq/draft

Skill Claude CodeCodex

Primary router for authoring and documentation workflows. Analyzes intent and dispatches primarily to documentation (technical docs, readme, runbook, api, onboarding). Use when the user needs to generate or update project documentation.

40 13d ago A 47 tokens original MIT

documentation

12

drafthq/draft

Skill Claude CodeCodex

Technical documentation writing and maintenance. Modes — readme, runbook, api, onboarding. Uses writer agent principles for audience-appropriate, maintainable docs.

40 13d ago A 33 tokens original MIT

draft

13

drafthq/draft

Skill Claude CodeCodex

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'.

40 13d ago A 65 tokens original MIT

graph

14

drafthq/draft

Skill Claude CodeCodex

Initialize or refresh the knowledge-graph snapshot for a repository. Ensures the codebase-memory-mcp engine is present (fetching it if needed), then builds draft/graph/ and reports engine, counts, hotspots, and cycles. Accepts an optional repo path.

40 13d ago A 56 tokens original MIT

impact

15

drafthq/draft

Skill Claude CodeCodex

Generate a project-wide impact report on Draft track delivery — pace, phase duration, completion rate, friction hotspots, ADR/guardrail/decomposition adoption — by parsing track metadata, git revert history, and phase timestamps. Use when measuring CDD effectiveness ("show project impact", "where are bottlenecks"…

40 13d ago A 68 tokens original MIT

implement

16

drafthq/draft

Skill Claude CodeCodex

Canonical implementation parent command. Executes the active track task-by-task using TDD and verification gates, and routes to status, coverage, or revert when the user asks for progress, measurement, or rollback explicitly.

40 13d ago A 43 tokens original MIT

incident-response

17

drafthq/draft

Skill Claude CodeCodex

Incident management lifecycle — triage, communicate, mitigate, postmortem. Three modes — new (start incident), update (status update), postmortem (blameless RCA report).

40 13d ago A 41 tokens original MIT

init

18

drafthq/draft

Skill Claude CodeCodex

Initialize Draft project context for Context-Driven Development — the single, scope-aware entry point (works at the repo root or inside any sub-module; no separate index command). Builds the root-first code-graph knowledge memory (draft/graph/, with a module→root link) and creates product.md, tech-stack.md…

40 13d ago C 151 tokens original MIT

integrations

19

drafthq/draft

Skill Claude CodeCodex

Canonical integrations parent command. Handles external system exports and syncs. Routes intent to jira-preview or jira-create based on context.

40 13d ago A 28 tokens original MIT

jira

20

drafthq/draft

Skill Claude CodeCodex

Unified Jira entry point. Routes to preview (default), create, or review subcommands.

40 13d ago A 20 tokens original MIT

learn

21

drafthq/draft

Skill Claude CodeCodex

Scan codebase to discover coding patterns and update draft/guardrails.md. Learns conventions (skip in future) and anti-patterns (always flag). Supports migration from workflow.md and pattern promotion.

40 13d ago A 42 tokens original MIT

new-track

22

drafthq/draft

Skill Claude CodeCodex

Start a new feature or bug track. Collaborative intake process with structured questions, AI guidance, and progressive refinement before generating spec.md and plan.md. Use when the user asks to 'start a new track', 'create a feature track', 'add a bug fix track', or says 'I want to build X', 'fix the Y bug', 'plan a…

40 13d ago A 78 tokens original MIT

ops

23

drafthq/draft

Skill Claude CodeCodex

Primary router for operations, deployment, incident, and lifecycle workflows. Analyzes intent and dispatches to deploy-checklist, incident-response, standup, status, revert. Use for pre-deploy verification, handling outages, daily summaries, progress checks, and safe rollbacks.

40 13d ago A 58 tokens original MIT

plan

24

drafthq/draft

Skill Claude CodeCodex

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.

40 13d ago A 60 tokens original MIT