Generate or sync the AI workspace in the current repo using the ai-workspace CLI.
How this command is triggered — by the user, by Claude, or both
Slash command
/ai-workspace-generator:aiwsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /aiws Drive the **ai-workspace** generator from inside Claude Code. Use it to set up or refresh the AI workspace (AGENTS.md, CLAUDE.md, Copilot files, SDD, living docs, MCPs) for the current project. Decide the right subcommand from the user's intent, then run it via Bash (the installed command is `ai-workspace`): - First-time setup (interactive): `ai-workspace init` - Re-render after editing `workspace.config.yaml` or `AGENTS.md`: `ai-workspace sync` - Add a module: `ai-workspace add <language|framework|environment|mcp> <id>` - Ingest existing company assets: `ai-workspace import <pat...
Drive the ai-workspace generator from inside Claude Code. Use it to set up or refresh the AI workspace (AGENTS.md, CLAUDE.md, Copilot files, SDD, living docs, MCPs) for the current project.
Decide the right subcommand from the user's intent, then run it via Bash (the installed command is
ai-workspace):
ai-workspace initworkspace.config.yaml or AGENTS.md: ai-workspace syncai-workspace add <language|framework|environment|mcp> <id>ai-workspace import <path...>ai-workspace upgrade --checkai-workspace doctorAfter running, summarize what changed and point the user to AI-WORKSPACE.md. If the user asked to
reconcile imported standards, read docs/development/status/INGEST-RECONCILE.md and use context7 to verify each
item against the pinned versions, annotating outdated practices (company/business rules win on conflict).
npx claudepluginhub grojof/ai-workspace-generator --plugin ai-workspace-generator