From core
Detects workspace mode, composite status, and existing file inventory; updates init-workspace-flow-state.md and reports summary to user.
npx claudepluginhub griddynamics/rosetta --plugin core<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...
/flow-setupInitializes Flow project with context files, Beads integration, and first flow; detects existing setups and offers align, re-setup, or exit options.
/fire-0-orientScans existing project codebase and state to understand its purpose, current status, and recommended next steps. Produces orientation report; supports --deep, --scan-only, --output.
Share bugs, ideas, or general feedback.
<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>