From core
Initializes or upgrades a workspace via Rosetta workflow: detects install/upgrade/plugin mode, generates proxying shells (conditional), discovers workspace/patterns, creates docs, verifies changes.
How this command is triggered — by the user, by Claude, or both
Slash command
/core:init-workspace-flowThe summary Claude sees in its command listing — used to decide when to auto-load this command
<init_workspace_flow> <description_and_purpose> Problem: Workspace initialization is multi-phase, order-dependent, and must handle install/upgrade/plugin modes without overwriting human content. Validation: State file tracks every phase with file inventory; verification confirms all files exist. </description_and_purpose> <workflow_phases> - Rosetta prep steps completed (get_context_instructions called and all three prep steps completed). - MUST FOLLOW THIS WORKFLOW EXACTLY AND FULLY. - MUST extensively use subagents as this is a large workflow. - Sequential phases. Each updates `agent...
<init_workspace_flow>
<description_and_purpose>
Problem: Workspace initialization is multi-phase, order-dependent, and must handle install/upgrade/plugin modes without overwriting human content. Validation: State file tracks every phase with file inventory; verification confirms all files exist.
</description_and_purpose>
<workflow_phases>
agents/init-workspace-flow-state.md. Optional phases marked as skipped. Keep state file very brief.state.mode → check-exists → identify-gaps → create/update → preserve-human-content → report-changes.large-workspace-handling/SKILL.md FROM KB" to Phase 5, 6, 8 subagents.agents/init-workspace-flow-state.md.agents/TEMP and execute it, but already available tools ALWAYS take precedence."init-workspace-flow-context.md FROM KBinit-workspace-flow-shells.md FROM KBinit-workspace-flow-discovery.md FROM KBinit-workspace-flow-rules.md FROM KBinit-workspace-flow-patterns.md FROM KBinit-workspace-flow-documentation.md FROM KBinit-workspace-flow-questions.md FROM KBinit-workspace-flow-verification.md FROM KBinit-rosetta-shells-flow.md. MUST start new chat session (highly visible message, red icon, bold, ASCII art, it must standout).</workflow_phases>
Phase files: init-workspace-flow-context.md, init-workspace-flow-shells.md, init-workspace-flow-discovery.md, init-workspace-flow-rules.md, init-workspace-flow-patterns.md, init-workspace-flow-documentation.md, init-workspace-flow-questions.md, init-workspace-flow-verification.md
State: agents/init-workspace-flow-state.md
</init_workspace_flow>
npx claudepluginhub griddynamics/rosetta --plugin rosetta/flow-initInstalls or updates Flow framework by downloading 29 slash commands, 8 agent skills, 1 agent, docs, and examples from GitHub repo. Detects mode, prompts for confirmation.
/create-workflowScaffolds a custom swarm workflow by generating a mode skill and shortcut command. Prompts for workflow purpose and structure type, then produces the files.
/dev-setupInitializes Claude Code infrastructure in a project directory, creating AI skills, hooks, settings, MASTER_PLAN.md template, and CLAUDE.md guidance. Supports path and --minimal flag.