From wd
Loads and analyzes project context, configurations, dependencies, and environment setup. Creates comprehensive context map with optional caching and type-specific loading (project|config|deps|env).
How this command is triggered — by the user, by Claude, or both
Slash command
/wd:loadThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /wd:load - Project Context Loading ## Purpose Load and analyze project context, configurations, dependencies, and environment setup. ## Usage ## Arguments - `target` - Project directory or specific configuration to load - `--type` - Loading type (project, config, deps, env) - `--cache` - Cache loaded context for faster subsequent access - `--refresh` - Force refresh of cached context ## Execution 1. Discover and analyze project structure and configuration files 2. Load dependencies, environment variables, and settings 3. Parse and validate configuration consistency 4. Create comprehe...
Load and analyze project context, configurations, dependencies, and environment setup.
/wd:load [target] [--type project|config|deps|env] [--cache]
target - Project directory or specific configuration to load--type - Loading type (project, config, deps, env)--cache - Cache loaded context for faster subsequent access--refresh - Force refresh of cached contextnpx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin para-fr-wd-framework/primeLoads project context from .claude/context/ Markdown files in priority order, verifies file integrity and git status, supplements with README, and outputs readiness summary.
/primeLoads project context by running eza tree on directory structure and reading README.md, .claude/commands/COMMANDS.md, ai_docs/AI_DOCS.md, specs/SPECS.md.
/initAnalyzes the project to build or update a shared context file for all agents. Detects tech stack, project structure, and key patterns, with optional --update flag for incremental refresh.
/project-researcherAutonomously analyzes a project's structure, dependencies, and patterns to generate a .claude/ configuration directory for onboarding and tooling setup.
/primeRefreshes codebase context by analyzing git-tracked files, structure, core docs, key Java/Spring Boot and React/TS files, patterns, and status; saves reusable summary.
/projectManages project context: detects frameworks/package managers/agents/tests/env/cache, shows detailed status. Supports subcommands like status, refresh, init, switch, list, config.