← スキル一覧に戻る

status
by mayurpise
Context-Driven Development plugin for Claude Code
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: status description: Display current progress of Draft tracks and active tasks. Shows phases, completion percentages, and blocked items.
Draft Status
Display a comprehensive overview of project progress.
Red Flags - STOP if you're:
- Reporting status without actually reading the files
- Making up progress percentages
- Skipping blocked items in the report
- Not checking each active track's actual state
- Summarizing without evidence from the files
Always read before reporting.
Gather Data
- Read
draft/tracks.mdfor track list - For each active track, read:
draft/tracks/<id>/metadata.jsonfor statsdraft/tracks/<id>/plan.mdfor task status
Output Format
═══════════════════════════════════════════════════════════
DRAFT STATUS
═══════════════════════════════════════════════════════════
PROJECT: [from product.md title]
ACTIVE TRACKS
─────────────────────────────────────────────────────────
[track-id-1] Feature Name
Status: [~] In Progress
Phase: 2/3 (Phase 2: [Phase Name])
Tasks: 5/12 complete
├─ [x] Task 1.1: Description
├─ [x] Task 1.2: Description
├─ [~] Task 2.1: Description ← CURRENT
├─ [ ] Task 2.2: Description
└─ [!] Task 2.3: Blocked - [reason]
[track-id-2] Another Feature
Status: [ ] Not Started
Phase: 0/2
Tasks: 0/6 complete
BLOCKED ITEMS
─────────────────────────────────────────────────────────
- [track-id-1] Task 2.3: [blocked reason]
RECENTLY COMPLETED
─────────────────────────────────────────────────────────
- [track-id-3] - Completed [date]
QUICK STATS
─────────────────────────────────────────────────────────
Active Tracks: 2
Total Tasks: 18
Completed: 5 (28%)
Blocked: 1
═══════════════════════════════════════════════════════════
If No Tracks
═══════════════════════════════════════════════════════════
DRAFT STATUS
═══════════════════════════════════════════════════════════
PROJECT: [from product.md title]
No active tracks.
Get started:
/draft:new-track "Your feature description"
═══════════════════════════════════════════════════════════
If Not Initialized
Draft not initialized in this project.
Run /draft:init to initialize.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です