From core
Detects workspace mode, composite status, and existing file inventory; updates init-workspace-flow-state.md and reports summary to user.
How this command is triggered — by the user, by Claude, or both
Slash command
/core:init-workspace-flow-contextThe summary Claude sees in its command listing — used to decide when to auto-load this command
<init_workspace_flow_context> <description_and_purpose> Determines workspace state before any changes occur. Without accurate mode detection, subsequent phases cannot decide whether to create, update, or skip files. </description_and_purpose> <workflow_context> - Phase 1 of 8 in init-workspace-flow - Input: filesystem, LLM context (bootstrap markers) - Output: state.mode, state.plugin_active, state.composite, state.existing_files - Prerequisite: state file created by workflow orchestrator (empty template) </workflow_context> <phase_steps> 1. Validate state file exists 2. Acquire and exec...
<init_workspace_flow_context>
<description_and_purpose> Determines workspace state before any changes occur. Without accurate mode detection, subsequent phases cannot decide whether to create, update, or skip files. </description_and_purpose>
<workflow_context>
<phase_steps>
<read_state step="1.1">
agents/init-workspace-flow-state.md<report_mode step="1.3">
<validation_checklist>
mode fieldcomposite flag is explicitly set (not left blank)bootstrap_rosetta_files has a status entry in the inventory
</validation_checklist></init_workspace_flow_context>
npx claudepluginhub griddynamics/rosetta --plugin rosetta/flow-setupInitializes a project for context-driven development with Beads integration, creating context files and the first flow. Also supports alignment and re-setup modes for existing setups.
/fire-0-orientScans and analyzes an existing project to understand its purpose, current state, and recommended next steps. Supports optional deep analysis, scan-only mode, and file output.
/initScaffolds or repairs the .soloflow/ state directory with required subdirectories and state files. Idempotent — creates only missing pieces, never overwrites existing data.