/status -- Show Task Status
Read task_plan.md and display a compact phase summary.
Steps
Check if
task_plan.mdexists in the project root. If not, tell the user: "No task_plan.md found. Use /plan to create one."Read
task_plan.mdand extract:- The Goal
- Each phase title and its status
Display a compact summary using text markers:
Goal: [goal statement] [done] Phase 1: Requirements & Discovery [done] Phase 2: Planning & Structure [current] Phase 3: Implementation [pending] Phase 4: Testing & Verification [pending] Phase 5: Delivery Progress: 2/5 phases completeStatus mapping:
complete->[done]in_progress->[current]pending->[pending]- Any phase with blockers noted ->
[blocked]
If
findings.mdexists, also show a count of entries:Findings: 3 research items, 2 decisions, 1 issue