원클릭으로
audhd-context-recovery
/resume command — reconstruct yesterday's mental state from the cognitive graph, without inventing facts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
/resume command — reconstruct yesterday's mental state from the cognitive graph, without inventing facts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Motor-aware pacing — decomposes a goal, shows each estimate padded by the profile buffer, names why.
Motor-aware pacing — decomposes a goal, shows each estimate padded by the profile buffer, names why.
Morning brief — what changed overnight, what matters today, one next-action per project.
Transcript → four-section brief (my asks, others' asks, decisions, ambiguous items with verbatim quotes). Records decisions into the cognitive graph.
Reformats responses to Answer-First when sessions run long; surfaces the user's own prior intent if past their break threshold. Also activates on design-critique contexts (Figma reviews, comp reviews, prototype walk-throughs, spec reviews) so the verdict lands before the reasoning.
Surfaces prior decision evidence on repeat-validation requests; declines further re-analysis until new information appears.
| name | audhd-context-recovery |
| version | 0.1.0 |
| description | /resume command — reconstruct yesterday's mental state from the cognitive graph, without inventing facts. |
| neurotypes | ["audhd","asd","adhd"] |
| status | stable |
| triggers | [{"command":"/resume"},{"command":"/where-was-i"},{"phrase":"where was I"},{"phrase":"what was I working on"}] |
| mcp_dependencies | [{"server":"mcp-cognitive-graph","tools":["recall_entity","weekly_rollup","recall_decisions"]},{"server":"mcp-chronometric","tools":["get_time_context"]}] |
| profile_dependencies | ["preferences.output_format","preferences.max_chunk_size"] |
| license | AGPL-3.0-or-later |
A /resume command. Reconstructs the user's last working context — active project, recent decisions, open threads — from the local cognitive graph, so the user does not have to remember it.
Activate when any of the following is true:
/resume or /where-was-i.get_time_context.time_since_last_prompt is greater than PT8H. In this case, do not activate silently — offer it: "It's been a while. Want a /resume?"Do not activate on every session start. Do not activate mid-conversation. This is a session-opener for a returning user, not a status report.
Follow this order. Stop early if a step returns nothing useful and say so plainly.
get_time_context(). Note time_since_last_prompt. Use this to scope the recap:
7 days: recall the last 30 days, and explicitly tell the user the gap.
/resume Phase 0 RFC).
recall_entity(name_or_alias=<that name>).weekly_rollup() (no project arg) and use the first project mentioned in summary / decisions as the most recent.recall_entity.resolution.method is alias, fuzzy, or embedding, surface the score and the resolved entity name. Ask the user to confirm before continuing. Do not silently assume the match is right. If entity is null, stop and tell the user the graph has no record matching that name.recall_decisions(project=<resolved name>, since=<scoped date from step 1>). Keep the three most recent.weekly_rollup(project=<resolved name>). Use blockers and next_actions. Keep up to three open threads (a blocker is an open thread; a recent decision without follow-up is an open thread).weekly_rollup.next_actions if present, otherwise from the most recent decision lacking follow-up. If neither exists, say "Nothing in the graph suggests an obvious next move — what's on your mind?" Do not invent.Three short sections plus one closing sentence. Plain text. No headings deeper than H3. No tables.
You were on: <project name> · last activity <relative timestamp, e.g. "yesterday 16:42">
Recent decisions
- <decision 1, one line, with date>
- <decision 2, one line, with date>
- <decision 3, one line, with date>
Open threads
- <blocker or follow-up 1>
- <blocker or follow-up 2>
- <blocker or follow-up 3>
Next: <one concrete move drawn from the graph>.
When the graph is thin, shorten honestly — for example: "Two decisions recorded, no open blockers. Next: nothing obvious — your call."
entity == null: do not fabricate. Say "No entity matches ''. Want to try a different name, or run /resume with no argument?"decisions == [] and blockers == []: say so. Do not pad.truncated_facts, truncated): mention them briefly. "Older items were truncated."adhd-daily-planner plans the day.Direct. Plain. Past tense for what was decided; present tense for what is open. Talk about the work — projects, decisions, threads — not about the user's neurotype. No clinical framing. No "executive function". No "context-switching tax".