Show current workflow status and progress
Displays current workflow status, progress, and next steps for the active development plan.
/plugin marketplace add buzzdan/ai-coding-rules/plugin install go-linter-driven-development@ai-coding-rules!git status --porcelain
!git diff --stat
Display current implementation status:
š Current Context:
š Last Results: Tests: [status + coverage] Linter: [status + error count] Review: [status + finding count]
š Files Modified: [list with +/- lines]
šÆ Next Action: [What happens next in the workflow]
Based on current status:
/go-ldd-analyze/go-ldd-quickfix for auto-fix loop/go-ldd-review for commit readiness check/go-ldd-autopilot for full workflowPerfect for: "where are we?", "what's the status?", "what's next?"