goldhold_plan_create
Create a new plan with PRD, manifest, tasks, facts, and asset refs in a single call, and receive plan_slug and task IDs in return.
Instructions
Create a new plan with PRD, manifest, tasks, facts, and asset refs in one call. Returns plan_slug and task IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | What this plan achieves | |
| refs | No | ||
| facts | No | ||
| tasks | No | Initial tasks | |
| in_scope | No | What is in scope | |
| plan_name | Yes | Human-readable plan name | |
| out_of_scope | No | What is out of scope | |
| success_criteria | No | How to know the plan is done |