mcp_planning
Plan and manage projects with phases, allocate team resources, track progress, analyze risks, and generate executive reports. Integrates with architectural decision records and task systems for comprehensive workflow management.
Instructions
Enhanced project planning and workflow management tool - phase-based project management, team resource allocation, progress tracking, risk analysis, and executive reporting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | Project planning operation to perform | |
| projectPath | Yes | Project root path | |
| projectName | No | Project name (for create_project operation) | |
| description | No | Project description (for create_project operation) | |
| phases | No | Initial project phases (for create_project operation) | |
| team | No | Team structure (for create_project operation) | |
| importFromAdrs | No | Import phases from existing ADRs (for create_project operation) | |
| importFromTodos | No | Import tasks from TODO system (for create_project operation) | |
| action | No | Management action (for manage_phases/manage_resources operations) | |
| phaseId | No | Phase ID for phase operations | |
| phaseData | No | Phase data for create/update operations | |
| targetStatus | No | Target status for phase transition | |
| reportType | No | Type of progress report or generated report | summary |
| timeframe | No | Time frame for reports and tracking | current |
| includeVisuals | No | Include visual progress indicators | |
| updateTaskProgress | No | Sync progress from TODO system | |
| memberId | No | Team member ID for resource operations | |
| memberData | No | Team member data for resource operations | |
| allocationData | No | Resource allocation data | |
| analysisType | No | Type of risk analysis | comprehensive |
| includeAdrRisks | No | Analyze risks from ADR complexity | |
| includeDependencyRisks | No | Analyze dependency chain risks | |
| includeResourceRisks | No | Analyze resource allocation risks | |
| generateMitigation | No | Generate mitigation strategies | |
| format | No | Report output format | markdown |
| includeCharts | No | Include progress charts and graphs |