A spec-driven development workspace with automatic context preservation powered by the Weather System.
The Weather System automatically tracks your development progress and provides instant context restoration:
# One-time setup
sprout weather --install-hooks
# Check your current development context
sprout weather
# Get AI-friendly context for Claude
sprout weather --for-ai
See Weather Usage Guide for complete documentation.
garden/
├── apps/ # Applications (React, Next.js, Expo, Go, Rust, etc.)
├── libs/ # Shared libraries and packages
├── tools/ # Development tools and utilities
├── docs/ # Documentation system
│ ├── vision/ # Long-term vision documents
│ ├── specs/ # Detailed specifications
│ ├── tasks/ # Implementation tasks
│ ├── phases/ # Development phases
│ └── workflows/ # Development workflows
└── templates/ # Document templates
- Brainstorm/Plan → Create vision document
- Spec → Define detailed requirements
- Tests → Write acceptance criteria
- Tasks → Break down implementation
- Implementation → Execute with AI assistance
- Setup Weather System: sprout weather --install-hooks (enables automatic context tracking)
- Check Your Context: sprout weather (see current focus and progress)
- Create Documents: Use templates from /templates/ following Vision → Spec → Tasks → Implementation
- AI Collaboration: Use sprout weather --for-ai to share context with AI assistants
- Reference: See /docs/workflows/agentic-development.md for detailed AI collaboration guidelines
- All projects should have corresponding vision and spec documents
- Maintain traceability across all document types
- Use the time-based hierarchy to track progress
- Keep documentation up-to-date with implementation