draft
Structured spec-driven development, code review, and bug hunting
All Skills in This Repository (11)
Pure Emerald Level Indicatorsrevert
Revert Draft tasks, phases, or tracks with git-aware previews and state updates.
init
Generate architecture diagrams and context files for brownfield codebases.
draft
Initialize project contexts and create feature tracks with specs and plans.
validate
Validate codebase quality against Draft context documents and workflow.md settings.
status
Summarize Draft track progress, phases, completion, and blockers from project files.
implement
Execute track plan tasks using a test-driven development workflow.
jira-preview
Generate a Jira export file from a track plan for review.
decompose
Map project responsibilities and dependencies into modular boundaries.
coverage
Aggregate coverage reports across languages to identify untested code paths.
jira-create
Create Epic, Stories, and Sub-tasks in Jira from a jira-export.md file via MCP-Jira.
new-track
Convert a brief feature or bug description into spec.md and plan.md files with a unique Track ID.
Frequently Asked Questions
FAQPage SchemaHow to install Draft?βΌ
Run `npx skills add mayurpise/draft --all -g -y` in your terminal to install all skills globally.
What does Draft do for code review?βΌ
It runs a three-stage review on your changes: automated validation, spec compliance, and code quality, with blast-radius analysis from a local knowledge graph.
Does Draft work without project setup?βΌ
Yes. The review command runs on an un-indexed repo with zero setup and tells you exactly which structural checks were skipped until you index.
Which coding assistants support Draft?βΌ
It works with Claude Code, Cursor, Codex, opencode, GitHub Copilot, and Gemini through generated integration files.
Can Draft sync work to Jira?βΌ
Yes. It can preview tracks as Jira issues, create stories or epics via MCP, and run a full qualification review on any Jira ticket.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core