-
Notifications
You must be signed in to change notification settings - Fork 0
Planning System
github-actions[bot] edited this page Nov 22, 2025
·
1 revision
π Status: β Complete and Production-Ready
The Planning System provides intelligent goal decomposition, breaking down high-level development goals into actionable tasks with dependencies, priorities, and implementation suggestions.
The Planning System (Phase 2) transforms natural language development goals into concrete, executable plans with:
- Task decomposition with dependencies
- Priority assignment and effort estimation
- Code generation suggestions
- Multiple export formats
# Interactive planning mode
python planner.py --interactive
# Plan a specific goal
python planner.py "Add player inventory system"
# Export to markdown
python planner.py "Optimize rendering" --export markdown --output plan.md- β Goal analysis and classification
- β Automatic task decomposition
- β Dependency resolution
- β Effort estimation
- β Priority assignment
- β Code generation suggestions
- β Export to Markdown, JSON, Text
For detailed documentation, see:
Adastrea Director | GitHub | Issues | Discussions
Building tomorrow's game development tools, today.