Show Progress
Display project progress from .context/.
Folder Structure
- •
.context/tasks/- Active tasks (pending, in-progress, blocked) - •
.context/tasks-done/- Archived completed tasks
Steps
- •
Read progress.md
- •
Scan task files:
- •
.context/tasks/for active tasks (pending, in-progress, blocked) - •
.context/tasks-done/for completed task count - •List any blocked tasks with reasons
- •
- •
Display summary:
code
## Progress Total: X tasks - Done: X - In Progress: X - Pending: X - Blocked: X ### Active - [task] - current status ### Blocked - [task] - reason ### Recently Completed - [task]
- •Highlight:
- •Decisions needed
- •Blockers to resolve
- •Available pending tasks (list by number for easy selection)