Check progress and suggest next task
Analyzes current project status by reading latest planning file, checks git log, and presents the next priority task to complete.
Sby Skills Guide Bot
ProductivityIntermediate0 views0 installs2/28/2026Claude Code
workflow-managementproject-trackingtask-prioritizationgit-integration
name: next description: Session start - check progress, suggest next task required_context:
- .claude/ai-context/architecture.md
Next
Flow
Read Planning → Git Log → Analyze → Present → Suggest /clarify
Execution
-
Read Planning
# Read ONLY the latest planning file (by date prefix YYYYMMDD-) # e.g., 20260205-improvements.md > 20260128-cli-parsers.md # Check checkbox status: [ ] incomplete, [x] complete -
Git Log
git log --oneline -5 git status --short -
Analyze
- Identify current phase
- Count completed/total tasks
- Identify next priority task
-
Present (table format) | Phase | Status | Progress | |-------|--------|----------| | Phase 0 | ✅ | 5/5 | | Phase 1 | 🔄 | 3/4 |
-
Suggest
- Summarize next task
- Suggest running
/clarify
Output Format
## Current Status
- Phase: {current_phase}
- Progress: {completed}/{total} tasks
## Next Task
**{task_id}: {task_name}**
{brief_description}
## Action
Run `/clarify` to start: {task_summary}
Rules
- Read only the latest dated planning file (highest YYYYMMDD- prefix)
- If no planning files → infer from git log + code state
- Keep output concise (5-10 lines)
- Always suggest /clarify connection
Related skills
Task Prioritizer
100
Prioritizes your tasks using Eisenhower, ICE, and RICE frameworks.
claudechatgptbeginner
24167479Admin
Weekly Status Report Generator
100
Generate structured and concise weekly status reports.
Claude CodeCursorWindsurf+1beginner
23478490Admin
Daily Standup Report
100
Generates structured and concise daily standup reports.
claudeCursorWindsurfbeginner
17845347Admin