create_delivery_plan
Create a structured delivery plan for an initiative the user describes. Given a plain-language description of something to build, implement, modernize, migrate, or scale, this returns a plan with teams (pods), roles, AI agents, work modules sized in Delivery Units, a phased timeline, and a recommended plan size. Use this tool when a user describes a project or initiative and wants to understand the team, scope, timeline, or cost to deliver it. Returns a plan_id that the other tools use to reference this plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| industry | No | Optional industry hint (for example FinTech, SaaS, Healthcare, Retail, Manufacturing, or Public Sector). Improves sizing accuracy. | |
| initiative | Yes | A plain-language description of what the user wants to build, implement, modernize, migrate, or scale. Pass through the user's own words when possible. For example: 'Build a customer portal in 12 weeks' or 'Modernize our reporting system'. | |
| company_size | No | Optional company size hint: 'startup', 'small' (<200), 'medium' (200-1000), 'enterprise' (1000+). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pods | Yes | ||
| modules | Yes | ||
| plan_id | Yes | Identifier for this plan; use it with refine_delivery_plan, get_delivery_plan, or recommend_next_step. | |
| summary | Yes | ||
| industry | No | ||
| ai_agents | No | ||
| total_aus | No | Total Delivery Units across all modules. JSON key is `total_aus` for legacy compatibility. | |
| project_name | Yes | ||
| timeline_phases | No | ||
| recommended_pack | Yes | The recommended Delivery Pack tier for this plan. | |
| tier_rate_per_du_usd | No | $/Delivery Unit rate for this plan size, per the tier-band rate card. | |
| total_delivery_units | Yes | Public-facing alias for total_aus. Same value. | |
| total_cost_usd_project | No | Project-flow USD cost at the tier-band rate. |