← Back to list

draft
by mayurpise
Context-Driven Development plugin for Claude Code
⭐ 0🍴 0📅 Jan 24, 2026
SKILL.md
name: draft description: Context-Driven Development methodology overview. Shows available Draft commands and guides you to the right workflow.
Draft - Context-Driven Development
Draft is a methodology for structured software development: Context → Spec & Plan → Implement
Available Commands
| Command | Purpose |
|---|---|
/draft:init | Initialize project (run once) |
/draft:new-track | Create feature/bug track with spec and plan |
/draft:implement | Execute tasks from plan with TDD |
/draft:status | Show progress overview |
/draft:revert | Git-aware rollback |
Quick Start
- First time? Run
/draft:initto initialize your project - Starting a feature? Run
/draft:new-track "your feature description" - Ready to code? Run
/draft:implementto execute tasks - Check progress? Run
/draft:status
Core Workflow
Every feature follows this lifecycle:
- Setup - Initialize project context (once per project)
- New Track - Create specification and plan
- Implement - Execute tasks with TDD workflow
- Verify - Confirm acceptance criteria met
Context Files
When draft/ exists, these files guide development:
draft/product.md- Product vision and goalsdraft/tech-stack.md- Technical constraintsdraft/workflow.md- TDD and commit preferencesdraft/tracks.md- Active work items
Status Markers
Used throughout plan.md files:
[ ]- Pending[~]- In Progress[x]- Completed[!]- Blocked
Intent Mapping
You can also use natural language:
| Say this... | Runs this |
|---|---|
| "set up the project" | /draft:init |
| "new feature", "add X" | /draft:new-track |
| "start implementing" | /draft:implement |
| "what's the status" | /draft:status |
| "undo", "revert" | /draft:revert |
Need Help?
- Run
/draft(this command) for overview - Run
/draft:statusto see current state - Check
draft/tracks/<track_id>/spec.mdfor requirements - Check
draft/tracks/<track_id>/plan.mdfor task details
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon