IntentGraph Skill
Activate this skill when the user asks about intents, constraints, decisions, drift, or wants to propose or verify a code change. The skill connects to the IntentGraph subprocess for the current workspace and exposes MCP tools listed above.
Default flow:
retrieval.searchto find relevant intent/constraint/concept nodes for the user's request.graph.get_nodeto expand context for the top hits.- If proposing a change:
task.create→task.lease→ make edits in a shadow worktree →task.propose_patch→ preview, thentask.accept_patchortask.reject_patch. verify.runagainst affected obligations before accepting any patch.- Always cite the node IDs you traversed in your final response — the retrieval IS the externalized reasoning.