Status & Roadmap
Current status and future plans for PlanSpec.
Current Status
PlanSpec is in alpha. The specification and tooling are under active development.
What's Working
- Core Specification: Goal, Plan, and Gate schemas are defined
- CLI: Validation, initialization, and basic commands
- Playground: Interactive schema validation at planspec.io
- Claude Integration: Basic support in Claude Code
Known Limitations
- Schema may change before v1.0
- Server features are experimental
- Limited IDE support
Roadmap
v0.2 (In Progress)
- Improved error messages in CLI
- Watch mode for validation
- Basic VS Code extension
- Enhanced Claude Code integration
v0.3 (Planned)
- Plan templates library
- Import from other formats (Markdown, Jira)
- Progress tracking dashboard
- Team collaboration features
v1.0 (Future)
- Stable schema specification
- Full API documentation
- Enterprise features
- Hosted service option
Contributing
PlanSpec is open source. Contributions welcome!
Ways to Contribute
- Report Issues: Found a bug? Open an issue
- Feature Requests: Have an idea? Start a discussion
- Documentation: Help improve these docs
- Code: Submit a pull request
Development Setup
bash
git clone https://github.com/exponential-build/planspec.git
cd planspec
cargo build
cargo test
Code of Conduct
We follow the Contributor Covenant code of conduct.
Versioning
PlanSpec follows Semantic Versioning:
- Alpha (
v0.x): Breaking changes possible - Beta (
v1.0-beta): API stabilizing - Stable (
v1.x): Backwards compatible
Resources
Contact
- Issues: GitHub Issues
- Discussions: GitHub Discussions