Prepare a grounded dive session with context from multiple sources
Prepares a focused dive session by gathering context from multiple sources.
/plugin marketplace add open-horizon-labs/bottle/plugin install wm@open-horizon-labsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
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")
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.