|
| 1 | +# Public Roadmap |
| 2 | + |
| 3 | +## Purpose |
| 4 | + |
| 5 | +This roadmap makes the next product steps explicit so users know where the framework is going. |
| 6 | + |
| 7 | +## Current state |
| 8 | + |
| 9 | +Released: |
| 10 | +- `v1.1.0` |
| 11 | + |
| 12 | +Now available: |
| 13 | +- SDD framework with multi-agent policy |
| 14 | +- runnable project isolation in `./www/<project-name>/` |
| 15 | +- typed `sdd-core` |
| 16 | +- local `sdd-mcp` |
| 17 | +- `stdio` + `Streamable HTTP` |
| 18 | +- MCP tools, resources, prompts, and smoke tests |
| 19 | + |
| 20 | +## v1.2.0 |
| 21 | + |
| 22 | +Focus: stronger adoption and testability. |
| 23 | + |
| 24 | +Planned: |
| 25 | +- fixture-based MCP integration tests |
| 26 | +- one fully documented end-to-end example for a new project |
| 27 | +- one fully documented end-to-end example for adapting an existing project |
| 28 | +- more explicit README visual onboarding |
| 29 | +- issue templates for adoption requests and use-case feedback |
| 30 | + |
| 31 | +## v1.3.0 |
| 32 | + |
| 33 | +Focus: operator experience across AI clients. |
| 34 | + |
| 35 | +Planned: |
| 36 | +- tested setup guides with screenshots for Cursor, Claude Code, and Codex |
| 37 | +- stricter MCP contracts and richer resource coverage |
| 38 | +- release automation improvements |
| 39 | +- better project status and roadmap generation outputs |
| 40 | + |
| 41 | +## v2.0.0 |
| 42 | + |
| 43 | +Focus: framework standardization. |
| 44 | + |
| 45 | +Planned: |
| 46 | +- clearer packaging/version strategy for `@sdd/sdd-core` and `@sdd/sdd-mcp` |
| 47 | +- optional publishable MCP package workflow |
| 48 | +- governance model for community contributions |
| 49 | +- showcase of real projects using the framework |
| 50 | + |
| 51 | +## Notes |
| 52 | + |
| 53 | +- GitHub Spec Kit remains the primary external reference and operating guide. |
| 54 | +- New features should continue reducing user friction, not increasing setup complexity. |
0 commit comments