スキル一覧に戻る
mayurpise

draft

by mayurpise

Context-Driven Development plugin for Claude Code

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

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

CommandPurpose
/draft:initInitialize project (run once)
/draft:new-trackCreate feature/bug track with spec and plan
/draft:implementExecute tasks from plan with TDD
/draft:statusShow progress overview
/draft:revertGit-aware rollback

Quick Start

  1. First time? Run /draft:init to initialize your project
  2. Starting a feature? Run /draft:new-track "your feature description"
  3. Ready to code? Run /draft:implement to execute tasks
  4. Check progress? Run /draft:status

Core Workflow

Every feature follows this lifecycle:

  1. Setup - Initialize project context (once per project)
  2. New Track - Create specification and plan
  3. Implement - Execute tasks with TDD workflow
  4. Verify - Confirm acceptance criteria met

Context Files

When draft/ exists, these files guide development:

  • draft/product.md - Product vision and goals
  • draft/tech-stack.md - Technical constraints
  • draft/workflow.md - TDD and commit preferences
  • draft/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:status to see current state
  • Check draft/tracks/<track_id>/spec.md for requirements
  • Check draft/tracks/<track_id>/plan.md for task details

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です