veto_new_feature
Plans new features through a pipeline that runs council governance, creates an execution plan, and generates a structured task DAG. Halts early if the council blocks the feature.
Instructions
New feature planning pipeline: council governance → execution plan → task DAG, in sequence. Collapses 3 manual tool calls into 1. RED council verdict stops the pipeline early — do not plan what is blocked. Returns council verdict + agent plan + structured task list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Optional: constraints, team size, timeline, or architecture notes. | |
| description | Yes | Feature description or user story. | |
| project_dir | No | Optional: absolute path to project for context injection. | |
| agent_responses | No | Phase 2 responses for council and agents. |