Add 'what's next' section to /status skill#40
Conversation
Extends the status skill with a priority-ordered suggestion engine that reads local git state and GitHub data to recommend the logical next workflow step (e.g. /submit-for-review, /deploy, /start). Also adds future /status enhancement ideas to the roadmap.
Review SummaryVerdict: APPROVE Findings
No issues found with correctness, security, or conventions. The skill prompt, docs, and roadmap changes are internally consistent. The removal of the "Never suggest what the developer should work on next" hard rule is intentional and necessary for this feature. |
Add 'what's next' section to /status skill
Add a priority-ordered "What's next" suggestion to the
/statusskill output that reads local git state and GitHub data to recommend the logical next workflow step.Changes
skills/status.md— New Step 6 with 7 priority-ordered conditions (uncommitted changes →/submit-for-review, approved PR →/deploy, unreleased commits →/deploy, nothing in progress →/start, etc.)docs/skills/status.md— Document the new "What's next" sectionROADMAP.md— Add three future/statusenhancement ideas: PR health indicators, stale work detection,/status --teamIssue #39