create_plan
Creates a structured PLAN.md project plan file when none exists, providing a powernote-style skeleton. Avoids overwriting existing files unless explicitly forced with a flag.
Instructions
Bootstrap a new PLAN.md when none exists (powernote-style skeleton). Default path: ./PLAN.md in cwd. Refuses overwrite unless force=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| force | No | Overwrite existing file if true. | |
| title | Yes | ||
| plan_path | No | Optional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md. | |
| philosophy | No | ||
| seed_major | No | Include v0.1 / v0.1.0 starter shell (default true). |