strategy_plan
Returns a strategic approach protocol for planning multi-step work. Provides phased instructions scaled to task size: small, medium, or large.
Instructions
Functional alias for jambavan_yukti. Return a strategic approach protocol for planning multi-step work. Call BEFORE starting implementation of any non-trivial task. Returns phased instructions scaled to task size: small (just do it), medium (2-3 approaches + sequence), large (decompose + checkpoint). Auto-infers scale from task description if not provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | What you need to accomplish. | |
| scale | No | Task scale. If omitted, auto-inferred from task description. | |
| constraints | No | Known constraints: time, compatibility, dependencies, scope limits. |