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