Plan Implementation
plan-implementationImplementation planning council. Tech Lead, Senior Engineer, and QA Strategist break down a feature into actionable steps, identify risks, and define acceptance criteria. Output as ADR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature | Yes | The feature or change to plan | |
| knowledge | No | Reference knowledge to inject as context | |
| tech_stack | No | Current tech stack | |
| constraints | No | Constraints (e.g., ["no breaking changes", "must support offline"]) | |
| webhook_url | No | Webhook URL to POST results to after completion | |
| thinking_level | No | Planning depth | medium |
| session_context | No | Session IDs to use as context (max 3). Prior moderator summaries will be prepended. | |
| codebase_context | No | Relevant existing code, file structure, or architecture notes |