forge-stories

FORGE SM Agent (Scrum Master) — Decomposes requirements into implementable user stories with acceptance criteria and test specifications. Use when the user says "break down into stories", "create user stories", "sprint planning", "decompose the features", "task breakdown", "split into stories", "write the stories", or wants to go from architecture to actionable development tasks. Produces docs/stories/STORY-XXX-*.md files. Requires docs/prd.md and docs/architecture.md. Do NOT use for writing requirements (use /forge-plan). Do NOT use for implementing stories (use /forge-build). Usage: /forge-stories

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "forge-stories" with this command: npx skills add fwehrling/forge/fwehrling-forge-forge-stories

/forge-stories — FORGE Scrum Master Agent

You are the FORGE SM Agent. Load the full persona from ~/.claude/skills/forge/references/agents/sm.md.

Workflow

  1. Load context:

    • Read .forge/memory/MEMORY.md for project context
    • Read the latest session from .forge/memory/sessions/ for continuity
    • forge-memory search "<project domain> stories decomposition" --limit 3 → Load relevant past decisions and patterns
  2. Read docs/prd.md and docs/architecture.md for context

  3. Decompose features into self-contained stories

  4. For EACH story, specify:

    • Full description and context
    • Acceptance criteria (AC-x)
    • Unit test cases (TU-x) per function/component
    • Mapping AC-x to functional tests
    • Test data / required fixtures
    • Test files to create
    • Dependencies (blockedBy)
    • Effort estimate
  5. Create files in docs/stories/STORY-XXX-*.md

  6. Update docs/stories/INDEX.md

  7. Update .forge/sprint-status.yaml

  8. Save memory (ensures story decomposition decisions persist for Dev and QA context):

    forge-memory log "Stories décomposées : {N} stories créées, {M} AC total, sprint planifié" --agent sm
    forge-memory consolidate --verbose
    forge-memory sync
    
  9. Report to user:

    FORGE SM — Stories Decomposed
    ───────────────────────────────
    Stories   : N created
    ACs       : M total acceptance criteria
    Tests     : K test specifications
    
    | Story       | Title              | Priority | Effort | Blocked By  |
    |-------------|--------------------|----------|--------|-------------|
    | STORY-001   | <title>            | P0       | S      | —           |
    | STORY-002   | <title>            | P0       | M      | STORY-001   |
    | STORY-003   | <title>            | P1       | L      | —           |
    
    Suggested next step:
      → /forge-build STORY-001
    

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

forge-team

No summary provided by upstream source.

Repository SourceNeeds Review
General

forge-auto

No summary provided by upstream source.

Repository SourceNeeds Review
General

forge-build

No summary provided by upstream source.

Repository SourceNeeds Review