propose_research_chain
Creates a linked Research, Plan, and Implement task chain under an existing parent phase to address work with significant unknowns, using dependency edges to ensure sequential progress.
Instructions
Create a Research → Plan → Implement triple under an existing parent task or phase. The Research task feeds Plan; Plan feeds Implement (via 'blocks' dependency edges). Use when tackling work with significant unknowns. Defaults to status='active'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_id | Yes | Parent task or phase the chain attaches to. | |
| plan_id | No | Plan that owns the parent (auto-resolved if omitted). | |
| research_question | Yes | What the Research task investigates. | |
| implementation_target | Yes | What the Implement task ultimately produces. | |
| rationale | Yes | Why an RPI chain is appropriate here. |