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.
How this command is triggered — by the user, by Claude, or both
Slash command
/core:init-workspace-flow-documentationThe summary Claude sees in its command listing — used to decide when to auto-load this command
<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....
<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>
npx claudepluginhub griddynamics/rosetta --plugin rosetta/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.
/setupBootstraps project-context documentation (INTENT, STACK, GLOSSARY) in docs/ via a guided multi-invocation interview with per-file action decisions.
/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.