npx claudepluginhub open-horizon-labs/bottle --plugin wm# /wm:init Initialize working memory in the current project. ## Usage ## Execution 1. Check if wm binary exists: 2. If wm not found, tell the user to install it: 3. If wm exists, run: This creates `.wm/` directory with initial state.
/initInitializes beads issue tracking database in current directory with optional prefix (defaults to dir name). Shows DB location, prefix, workflow overview, next steps; displays stats if already set up.
/initInitializes guided UI design for dashboards, apps, and tools. Assesses intent, proposes styles with rationale, builds components, and offers to save patterns.
/initDownloads and installs/updates the platform-specific notification binary for claude-notifications plugin from GitHub into the plugin's bin directory.
/initInitializes or re-boots llmdoc/ directory structure, runs multi-themed project investigations with investigator, and generates initial stable docs via recorder.
/initInitializes AI task harness with ai/tasks/ directory for modular backlog, progress log, bootstrap script, and CLAUDE.md instructions. Supports --mode new|scan and --task-type ops|data|infra|manual.
/initScans ~/.claude/agents/ for custom agent files, lets user select which to import/register into orchestration plugin registry, updates JSON registry and documentation.
Initialize working memory in the current project.
/wm:init
Check if wm binary exists:
command -v wm
If wm not found, tell the user to install it:
The wm CLI is not installed.
Install with Homebrew:
brew install open-horizon-labs/homebrew-tap/wm
Or with Cargo:
cargo install working-memory
Then run this command again.
If wm exists, run:
wm init
This creates .wm/ directory with initial state.