Create Intent
create_intentCreate a structured intent spec by providing a title, objective, and product ID. Use with list_intents to avoid duplicates.
Instructions
Create a new intent spec in the workspace. Requires at minimum a title, objective, and productId. Returns the created intent with its ID. Use list_intents first to see existing intents and avoid duplicates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short name for the intent (e.g., "Improve onboarding flow") | |
| objective | Yes | Why this matters — the problem and who has it | |
| productId | Yes | Product (Space) ID this intent belongs to. Use get_workspace to find product IDs. | |
| outcomes | No | Observable, testable state changes | |
| constraints | No | Hard limits the implementation must respect | |
| healthMetrics | No | What to monitor after shipping | |
| edgeCases | No | Failure modes and boundary conditions | |
| verification | No | How to confirm it works | |
| problemSeverity | No | How severe the problem is |