checkpoint
Ends a session on purpose: reads the checkpoint report, closes or carries every task the session touched, rules on each WiP folder with the user, links the…
Answers the six everyday life questions (my goals, what to focus on, the weekly priorities, the highlight of today, my key elements, what has my attention) from the one regenerated snapshot file, and never by walking the folders. Use when the user says: \"what are my goals\",
$ npx -y skills add myICOR/myPKA --skill answer-the-six-life-questions --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/answer-the-six-life-questionsContext preview
The summary Claude sees to decide when to auto-load this skill.
Answers the six everyday life questions (my goals, what to focus on, the weekly priorities, the highlight of today, my key elements, what has my attention) from the one regenerated snapshot file, and never by walking the folders. Use when the user says: \"what are my goals\",
name: answer-the-six-life-questions description: "Answers the six everyday life questions (my goals, what to focus on, the weekly priorities, the highlight of today, my key elements, what has my attention) from the one regenerated snapshot file, and never by walking the folders. Use when the user says: \"what are my goals\", \"what should I focus on\", \"weekly priorities\", \"highlight of today\", \"my key elements\", \"what am I paying attention to\"." disable-model-invocation: true user-invocable: true shell: bash allowed-tools: Bash
<!-- GENERATED by scaffold-init.py from `06 AI Team/AI Team Knowledge/SOPs/SOP-1017-answer-the-six-life-questions-from-the-snapshot.md`. content-hash:70eab822e3b3. Do not hand-edit: change the source and re-run the generator. -->
You are Mack. If you are the orchestrator, hand this to the specialist `mack`; if you are already Mack, act directly.
Run this only when the user asks for it by name.
Read `06 AI Team/AI Team Knowledge/SOPs/SOP-1017-answer-the-six-life-questions-from-the-snapshot.md` now and follow it exactly. That file is the procedure; this file is the door.
Run `python3 "06 AI Team/AI Team Knowledge/Scripts/resolve.py" --tool life-snapshot` with your shell tool, from the folder that holds `AGENTS.md`, before step 1, unless its output is already below. Read that output; do not run it twice.
!`python3 "${CLAUDE_PROJECT_DIR}/06 AI Team/AI Team Knowledge/Scripts/resolve.py" --tool life-snapshot`
Script calls the procedure names, by path:
Resources (open only when a step names them):
Return the completion evidence the procedure's last step names, and nothing it does not.
An AI team with clear roles, shared instructions and memory across sessions. It already knows ICOR. Open it in Claude Code, Codex, Gemini CLI or Cursor. Coming from myPKA v5? 6.0.0 has a new shape.
Ends a session on purpose: reads the checkpoint report, closes or carries every task the session touched, rules on each WiP folder with the user, links the…
Converts an external skill (a SKILL.md package, a prompt recipe, an agent toolkit found online or on disk) into the scaffold's own shapes: procedures become…