From core
Creates five workspace documentation files—CONTEXT.md, ARCHITECTURE.md, IMPLEMENTATION.md, ASSUMPTIONS.md, AGENT MEMORY.md—synthesizing tech stack, code map, dependencies, and source code.
npx claudepluginhub griddynamics/rosetta --plugin core<init_workspace_flow_documentation> <description_and_purpose> Agents without workspace documentation re-discover facts, repeat mistakes, and make incorrect assumptions every session. This phase creates the shared understanding layer all subsequent agent work depends on. Proof: five doc files exist and every prepped-workspace skill reads them. </description_and_purpose> <workflow_context> - Phase 6 of 8 in init-workspace-flow - Input: TECHSTACK, CODEMAP, DEPENDENCIES, source code, PATTERNS, state.file_count, state.mode, state.composite - Output: CONTEXT.md, ARCHITECTURE.md, IMPLEMENTATION....
/documentsAudits, creates, and updates project documentation according to monorepo standards, using phase-focused or full audit modes.
/flow-docsRuns Flow project documentation lifecycle: validate quality gates, capture knowledge from PRDs, archive completed items, cleanup artifacts, or full cycle. Produces reports and updated knowledge base.
/indexGenerates project documentation, knowledge base, API docs, structure analysis, or README for a target path. Supports --type (docs|api|structure|readme) and --format (md|json|yaml).
/initInitializes or re-boots llmdoc/ directory structure, runs multi-themed project investigations with investigator, and generates initial stable docs via recorder.
/sc-indexGenerates project documentation and knowledge base from a target directory with structure analysis, organization, cross-referencing, validation, and maintenance. Supports --type docs|api|structure|readme and --format md|json|yaml.
/map-codebaseSurveys project and generates missing CLAUDE.md, ARCHITECTURE.md, CODE-PATTERNS.md for SoloFlow agent shared context. Idempotent; supports skip flags.
Share bugs, ideas, or general feedback.
<init_workspace_flow_documentation>
<description_and_purpose> Agents without workspace documentation re-discover facts, repeat mistakes, and make incorrect assumptions every session. This phase creates the shared understanding layer all subsequent agent work depends on. Proof: five doc files exist and every prepped-workspace skill reads them. </description_and_purpose>
<workflow_context>
<phase_steps>
<read_state step="6.1">
agents/init-workspace-flow-state.md<acquire_skills step="6.2">
init-workspace-documentation/SKILL.md FROM KB
</acquire_skills><execute_documentation step="6.3" subagent="built-in" role="Senior technical writer synthesizing workspace documentation" subagent_recommended_model="claude-opus-4-6,gpt-5.4-high,gemini-3.1-pro-preview">
<update_state step="6.4">
agents/init-workspace-flow-state.md<validation_checklist>
</init_workspace_flow_documentation>