Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.52 KB

File metadata and controls

55 lines (40 loc) · 1.52 KB

Public Roadmap

Purpose

This roadmap makes the next product steps explicit so users know where the framework is going.

Roadmap timeline

flowchart LR
  A["v1.4.0"] --> B["v1.5.0"]
  B --> C["v1.6.0"]
Loading

Current state

Released:

  • v1.4.0

Now available:

  • SDD framework with multi-agent policy
  • GitHub Spec Kit as the base workflow reference
  • recommended spec/ sidecar for real target projects
  • ./www/<project-name>/ as the clean internal container when the project lives inside this repository
  • typed sdd-core
  • local sdd-mcp
  • stdio + Streamable HTTP
  • MCP tools, resources, prompts, smoke tests, and integration tests
  • client setup recipes and package version alignment

v1.5.0

Focus: hosted onboarding hardening and richer operator experience.

Planned:

  • hosted onboarding MCP contract hardening
  • richer easy-mode prompts and client shortcuts
  • more visual client examples and walkthrough assets
  • tested setup guides with screenshots for Cursor, Claude Code, and Codex
  • stronger release automation and packaging guidance

v1.6.0

Focus: framework standardization and publishable MCP packaging.

Planned:

  • clearer packaging/version strategy for @sdd/sdd-core and @sdd/sdd-mcp
  • optional publishable MCP package workflow
  • governance model for community contributions
  • showcase of real projects using the framework

Notes

  • GitHub Spec Kit remains the primary external reference and operating guide.
  • New features should continue reducing user friction, not increasing setup complexity.