| name | alice-open-loop-review |
| description | Use Alice open-loop MCP tools to review unresolved commitments and prioritize concrete next actions. |
| version | 1.0.0 |
| author | Alice |
| license | MIT |
| metadata | {"hermes":{"tags":["alice","continuity","open-loops","review","mcp"],"related_skills":["alice-resumption","alice-correction-loop"]}} |
Alice Open-Loop Review
Goal
Turn open loops into a prioritized action queue grounded in Alice continuity state.
Trigger Cues
Use this skill when the user asks:
- what is still open
- what is blocked or waiting
- what should I do next from unresolved items
Required MCP Tools
mcp_<alice_server>_alice_open_loops
- Optional:
mcp_<alice_server>_alice_recent_changes (keyless-local legacy tool; unavailable when the Alice MCP server is bound with ALICE_AGENT_API_KEY)
<alice_server> is usually alice_core.
Workflow
- Call
alice_open_loops for the relevant scope.
- Keep output grouped by posture:
waiting_for
blocker
stale
next_action
- Surface top priorities first (blocked and overdue items before low-risk follow-ups).
- Convert each group into explicit next steps.
Tool Call Template
mcp_alice_core_alice_open_loops({"thread_id":"<uuid>","limit":10})
Output Contract
Always include:
- grouped open-loop summary
- top 3 priority actions
- per-item rationale tied to returned loop posture