From core
Prompts user with reflective questions to resolve gaps from prior workspace analysis phases, maps answers to files, spawns subagents for updates, and verifies resolutions.
How this command is triggered — by the user, by Claude, or both
Slash command
/core:init-workspace-flow-questionsThe summary Claude sees in its command listing — used to decide when to auto-load this command
<init_workspace_flow_questions> <description_and_purpose> Problem: Automated analysis leaves gaps — ambiguous domain logic, unstated conventions, missing rationale. Validation: Every accumulated gap has a resolution; each answer traces to at least one file update. </description_and_purpose> <workflow_context> - Phase 7 of 8 in init-workspace-flow - Input: all docs from Phases 1–6, accumulated gaps from state - Output: answers integrated into docs, affected files updated via subagents </workflow_context> <phase_steps> 1. Read state and accumulated gaps 2. Review all created docs for ...
<init_workspace_flow_questions>
<description_and_purpose>
Problem: Automated analysis leaves gaps — ambiguous domain logic, unstated conventions, missing rationale. Validation: Every accumulated gap has a resolution; each answer traces to at least one file update.
</description_and_purpose>
<workflow_context>
</workflow_context>
<phase_steps>
</phase_steps>
</init_workspace_flow_questions>
npx claudepluginhub griddynamics/rosetta --plugin rosetta/self-improveBootstraps a self-improving agent workspace: scaffolds .learnings/ and memory/, captures errors and learnings, detects patterns, promotes to project memory. Also supports init, log, promote, migrate, status, resume, review, state.
/hatch3r-revisionGuides user-driven revision of AI-generated code: reconstructs original context, collects feedback, runs fix pipeline, reviews, and prepares for merge.
/discuss-phaseGathers phase context by loading prior decisions, scouting the codebase, and interactively resolving gray areas to produce a decision document (CONTEXT.md) that guides downstream research and planning. Also supports --assumptions for listing phase assumptions.