← スキル一覧に戻る

progress-tracker
by usorama
Unified Intelligence System: Knowledge-Base (Qdrant) + Veracity-Engine (Neo4j) for Complete Codebase Understanding
⭐ 0🍴 0📅 2026年1月18日
SKILL.md
name: progress-tracker description: Track and report project progress automatically. Use for checking status, updating progress, sprint review, current state. allowed-tools: Read, Write, Glob, Grep
Progress Tracker Skill
Track and manage project progress across sessions.
Progress File Locations
.ai/PROGRESS.md- Current session progressdocs/tasks/kanban_board.md- Task boarddocs/tasks/backlog.md- Future itemsdocs/planning/tasks.json- Machine-readable tasks
Progress File Structure
# Progress Tracker
## Current Status
- **Phase**: [Discovery/Specification/Architecture/Implementation/...]
- **Current Epic**: [Epic ID and name]
- **Current Story**: [Story ID and name]
- **Blockers**: [Any blockers or None]
## Session Context
- Last updated: [ISO timestamp]
- Session ID: [Optional identifier]
## Recently Completed
- [x] Task/Story 1
- [x] Task/Story 2
## In Progress
- [ ] Current task (XX%)
## Next Steps
1. Immediate next action
2. Following action
## Key Decisions
- Decision: [What] because [Why]
## Open Questions
- [ ] Question needing resolution
Update Protocol
After Completing a Task
- Mark task complete in kanban_board.md
- Update .ai/PROGRESS.md
- Update tasks.json status
- Move to next task
Session Start
- Read .ai/PROGRESS.md
- Read tasks.json for pending tasks
- Report current status
- Suggest next actions
Session End
- Update .ai/PROGRESS.md with current state
- Document any blockers
- Note next steps for continuity
Status Report Format
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 PROJECT STATUS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Phase: [Current Phase]
Sprint: [Sprint Number] (Day X/Y)
Progress:
├── Completed: X stories
├── In Progress: Y stories
└── Remaining: Z stories
Current: [Story ID] - [Title]
Blockers: [None / List]
Next Actions:
1. [Action 1]
2. [Action 2]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です