25 lines
580 B
Markdown
25 lines
580 B
Markdown
---
|
|
name: go-ldd-status
|
|
description: Show current workflow status and progress
|
|
---
|
|
|
|
Display current implementation status:
|
|
|
|
📍 Current Context:
|
|
- Active plan: [file path or "conversation"]
|
|
- Current step: [step number]
|
|
- Phase: [design/testing/linting/refactoring/review/docs/commit]
|
|
|
|
📊 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]
|
|
|
|
Perfect for: "where are we?", "what's the status?", "what's next?"
|