From wm
Prepares context for focused dive sessions by gathering from local files like CLAUDE.md, git state, external OH/GitHub sources, and saving to .wm/dive_context.md.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wm:dive-prepThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Prepare working memory context for a focused session by gathering context from multiple sources.
Prepare working memory context for a focused session by gathering context from multiple sources.
/wm:dive-prep [intent or context]
DO NOT run any bash command. This skill requires an AI agent.
Use the Task tool to spawn the wm:dive-prep agent:
Task(subagent_type: "wm:dive-prep", prompt: "<user's intent or context>")
If the user provides a GitHub issue URL, include it in the prompt:
Task(subagent_type: "wm:dive-prep", prompt: "Prepare dive for https://github.com/org/repo/issues/123")
.wm/dive_context.md with curated groundingPass through the agent's output to the user. The dive context will be saved to .wm/dive_context.md.
User: /wm:dive-prep fix the auth bug in the login flow
Action: Task(subagent_type: "wm:dive-prep", prompt: "fix the auth bug in the login flow")
npx claudepluginhub open-horizon-labs/bottle --plugin wmLoads task-specific context for bugs, features, reviews, chores, or research via git discovery, file listings, and targeted reads to prime focused development work.
Auto-routes context-gathering tasks to codebase exploration or external research workflows. Use for pre-implementation background.
Gathers context from Forgetful Memory across projects, Context7 docs, knowledge graph, and web sources before planning complex coding tasks.