find_task
Search a PLAN.md file to locate tasks by matching a substring, returning matching tasks from your project plan. Specify optional plan path or default to nearest PLAN.md.
Instructions
Locate tasks by substring match (JSON).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| plan_path | No | Optional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md. |