mcp_engram_goal_create
Create a geometrically bound goal block to declare intent and influence future recall and continuity. Link goals to traces for surfacing via the engram-goal skill.
Instructions
Create a new goal block as part of the agent's explicit goal stack. This is the primary entry point for declaring intent that should be geometrically bound to the ego and influence future recall and continuity. Goals created here can be linked to traces via goal_context and will be surfaced by the engram-goal skill and ki_hijacker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deny | No | Risks or alternatives being rejected for this goal (A/D/R; optional) | |
| affirm | No | Core positive claim/intent being advanced by this goal (A/D/R triad for goal decomp; optional) | |
| parent | No | Parent goal concept name (for decomposition, optional) | |
| goal_id | No | Optional stable concept name (e.g. engram_mvp_v1 → goal:engram_mvp_v1). If omitted, a timestamped goal:* key is minted. | |
| priority | No | high | medium | low (default: medium) | |
| reconcile | No | Synthesis/fruit: how this goal resolves tensions or advances coherence (A/D/R 'fruit' carrier; optional) | |
| statement | Yes | Clear, single-sentence description of the goal |