Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 2.16 KB

File metadata and controls

61 lines (48 loc) · 2.16 KB

StoryForge Roadmap

v1.2.0 - Current Release ✅

StoryForge is a structured execution framework for Claude Code.

What's Included

Core Framework

  • Global CLAUDE.md operating system for ~/.claude/
  • User-level settings.json with hooks and safe permissions
  • Project templates (.claude/ + .kanban/)
  • Story template with dependencies and GitHub fields
  • Install script (Bash + PowerShell)
  • Bootstrap script (Bash + PowerShell)

Agents (8)

  • portfolio-orchestrator (top-level coordinator with decision tree)
  • planner (story creation with good/bad examples)
  • implementer (scope-bounded execution with checklist)
  • reviewer (quality review with severity classification)
  • doc-maintainer (artifact updates)
  • upstream-watch (manual doc check)
  • upstream-monitor (automated daily monitoring)
  • security-auditor (post-sprint security review)

Skills (9)

  • /kanban-bootstrap, /story-write, /sprint-groom, /doc-update
  • /dashboard, /security-audit, /upstream-check, /release-adapt, /gh-link

Kanban Enhancements (v1.2)

  • Feature files (features/FEAT-NNN.md) with template
  • Board/stories sync validation (missing file detection + webui warning)
  • Feature display in webui: goal, story grouping, progress bars
  • Validation scripts fixed for v2 skill architecture

Tooling

  • Kanban dashboard (Python, terminal, colored output)
  • Kanban web UI (live reload, dark theme, feature/story views)
  • Upstream monitor (content hashing, GitHub Action cron, cloud trigger)
  • Security audit scanner (static analysis, secret detection)
  • Velocity tracking and dependency detection in dashboard
  • 289 tests

Documentation

  • Architecture, operating model, source of truth policy
  • Anthropic source map (every capability classified)
  • Upstream adaptation process

Future Considerations

These are not committed. They would be planned as new Initiatives only if real-world usage demonstrates the need.

  • Real-world validation across multiple projects
  • Multi-project portfolio dashboard
  • Release management workflow
  • Sprint retrospective skill
  • Enterprise deployment guide