create_goal
Create a goal session to manage multi-task objectives with dependency tracking. Generates a structured directory with goal files and status JSON for project planning.
Instructions
v0.8.0: Create a Goal Session for managing a multi-task objective with subgoal dependencies. Generates a structured directory under .patchwarden/goals/{goal_id}/ with GOAL.md, GOALS.md, and goal_status.json. Use list_goals to enumerate existing goals and read_goal to inspect details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Goal title (human-readable). | |
| repo_path | Yes | Repository path inside workspaceRoot. Must be inside the configured workspace. | |
| goal_description | Yes | Markdown description of the goal, success criteria, and context. |