Ground a feature for decomposition (cold-start)
decompose_groundingPredicts which code areas a feature will touch and which existing tickets overlap, grounding the decomposition into tickets.
Instructions
Given a free-text feature description, predict which code areas it will touch and which existing tickets overlap — grounding for the client to decompose it into tickets. Suggestions only; pinch never creates tickets (use the Linear MCP). project_id accepts a name/slug/UUID; repo_path is the local checkout; feature is the description to ground.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature | Yes | Free-text description of the feature to ground | |
| repo_path | Yes | Absolute path to the project's local git checkout | |
| project_id | Yes | Linear project name, URL slug, or UUID |