mcp_engram_goal_create
Create a goal block to declare agent intent, geometrically bound to the ego, influencing future recall and continuity via goal stack.
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 |
|---|---|---|---|
| affirm | No | Core positive claim/intent being advanced by this goal (A/D/R triad for goal decomp; optional) | |
| deny | No | Risks or alternatives being rejected for this goal (A/D/R; 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. | |
| parent | No | Parent goal concept name (for decomposition, optional) | |
| 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 |