What problem does it solve?
This Skill removes uncertainty about where the super-gsd loop is currently paused by showing the active phase, the latest handoff timestamp, and the next recommended command.
Core Features & Use Cases
- Workflow stage visibility: Reads .planning/HANDOFF.md and renders the current Stage mapping into a user-readable state.
- Phase awareness: Uses the Phase line from .planning/STATE.md to contextualize progress within the loop.
- Forward guidance: Computes and outputs the correct next /super-gsd:sg-* command by inspecting both current stage and whether additional phases exist in .planning/ROADMAP.md.
- Team quick view: With the --team flag, aggregates recent HANDOFF activity by user from HANDOFF.md and prints a team status table.
Quick Start
Run sg-status to display the current phase, stage, last handoff time, and the next recommended command.