Install
npx skillscat add fwehrling/forge/forge-status Install via the SkillsCat registry.
SKILL.md
/forge-status — FORGE Sprint Status
Displays the current sprint status by reading .forge/sprint-status.yaml.
French Language Rule
All content generated in French MUST use proper accents (é, è, ê, à, ù, ç, ô, î, etc.), follow French grammar rules (agreements, conjugations), and use correct spelling.
Workflow
- Load context:
- Read
.forge/memory/MEMORY.mdfor project context - Read the latest session from
.forge/memory/sessions/for continuity
- Read
- Read
.forge/sprint-status.yaml - Display a summary table:
- Stories by status (completed, in_progress, pending, blocked)
- Metrics (points, velocity, test coverage)
- Current blockers
- Recent history
- Identify the next story to work on (first unblocked
pendingstory) - Suggest the next action (
/forge-build STORY-XXX) - Backlog section: List all story files in
docs/stories/and compare with stories in the sprint. Display stories NOT in the current sprint as "Backlog" with their ID and title (read from the story file's front matter or first heading). This gives visibility on upcoming work outside the sprint.