mcp_engram_goal_decompose
Break down a complex goal into smaller, manageable child goals by specifying a parent goal and clear statements. Automatically creates hierarchical relations between goals.
Instructions
Create one or more child goals under an existing parent goal. This is the primary mechanism for breaking down complex intent. Automatically creates the 'decomposes_into' relations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent | Yes | The parent goal concept name | |
| statements | Yes | List of clear statements for the new child goals |