design_feature
Creates a structured implementation plan with edge case analysis for new systems, presenting it inline for review and requiring explicit confirmation before any code is written.
Instructions
Before implementing ANY new system, create a structured plan with edge case analysis. The plan is shown to the user inline for review. WAIT for explicit user confirmation before writing code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short feature name (e.g. 'Airdrop System') | |
| description | Yes | Detailed description of what this feature does | |
| requirements | No | List of explicit requirements (optional) |