designer_generate_implementation_plan
Parse a DESIGN.md into a structured implementation plan, generating tasks with exact MCP calls and self-review assertions for each section.
Instructions
Parse a DESIGN.md into its 10 sections and generate a structured implementation plan. Each section becomes one or more tasks with exact MCP calls (shadcn_get_component, motion_generate_animation, design_tokens_generate, etc.) and self-review assertions. Caller reads DESIGN.md locally and passes the full text as design_md_content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| framework | No | Target framework (defaults to react+shadcn) | |
| design_md_content | Yes | Full text content of the DESIGN.md file |