# Planning System (Phase 2) > 📋 **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. ## Overview 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 ## Quick Start ```bash # 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 ``` ## Features - ✅ Goal analysis and classification - ✅ Automatic task decomposition - ✅ Dependency resolution - ✅ Effort estimation - ✅ Priority assignment - ✅ Code generation suggestions - ✅ Export to Markdown, JSON, Text ## Documentation For detailed documentation, see: - [Phase 2 Guide](../phases/Phase-2-Planner.md) - [Main README - Planning Section](https://github.com/Mittenzx/Adastrea-Director#planning-system-p2---complete) --- [← Back to Usage](Context-Aware-Assistant.md) | [Autonomous Agents →](Autonomous-Agents.md)