From core
Executes Rosetta coding workflow: discovery, tech specs/plan, subagent/user reviews, implementation, validation with reviewer/HITL gates and subagent delegation.
How this command is triggered — by the user, by Claude, or both
Slash command
/core:coding-flowThe summary Claude sees in its command listing — used to decide when to auto-load this command
<coding_flow> <description_and_purpose> Problem: Unstructured coding leads to scope drift, missing validation, autonomous runaway, and misaligned deliverables. Solution: Sequential workflow with reviewer gates, HITL gates, subagent delegation, and skill-driven execution scaled per Request size classification. Validation: Each phase produces verifiable outputs; reviewer catches issues before user; HITL gates prevent autonomous runaway; final validation confirms implementation matches approved intent. </description_and_purpose> <workflow_phases> - Rosetta prep steps completed - MUST FOLL...
<coding_flow>
<description_and_purpose>
Problem: Unstructured coding leads to scope drift, missing validation, autonomous runaway, and misaligned deliverables. Solution: Sequential workflow with reviewer gates, HITL gates, subagent delegation, and skill-driven execution scaled per Request size classification. Validation: Each phase produces verifiable outputs; reviewer catches issues before user; HITL gates prevent autonomous runaway; final validation confirms implementation matches approved intent.
</description_and_purpose>
<workflow_phases>
engineer separately to isolate debugging context from implementation.executor for building, running tests, installing packages, and similar mechanical actions.CONTEXT.md + ARCHITECTURE.md + IMPLEMENTATION.md. Output: discovery-notes.md in FEATURE PLAN folder.load-contextagents/coding-flow-state.md<tech_plan phase="2" applies="ALL" subagent="architect" role="Senior architect defining specs and plan">
tech-specs and USE SKILL planning together. Split: specs own WHAT, plan owns HOW.ARCHITECTURE.md. Output: <FEATURE>-SPECS.md + <FEATURE>-PLAN.md in FEATURE PLAN folder.tech-specs, planning, reasoning, questioningagents/coding-flow-state.md</tech_plan>
<review_plan phase="3" applies="MEDIUM,LARGE" subagent="reviewer" role="Reviewer inspecting specs and plan against intent">
reasoningagents/coding-flow-state.md</review_plan>
<user_review_plan phase="4" applies="ALL" type="HITL">
</user_review_plan>
codingagents/coding-flow-state.md<review_code phase="6" applies="ALL" subagent="reviewer" role="Reviewer inspecting implementation against specs">
reasoningagents/coding-flow-state.md</review_code>
<impl_validation phase="7" applies="MEDIUM,LARGE" subagent="validator" role="Validation specialist">
codingagents/coding-flow-state.md</impl_validation>
<user_review_impl phase="8" applies="ALL" type="HITL">
</user_review_impl>
testingagents/coding-flow-state.md<review_tests phase="10" applies="MEDIUM,LARGE" subagent="reviewer" role="Reviewer inspecting test coverage and quality">
reasoningagents/coding-flow-state.md</review_tests>
<final_validation phase="11" applies="MEDIUM,LARGE" subagent="validator" role="Final end-to-end verification">
codingagents/coding-flow-state.md</final_validation>
</workflow_phases>
Subagents:
discoverer (Lightweight): context discoveryarchitect (Full): tech specs and architectureengineer (Full): implementation and testingexecutor (Lightweight): builds, tests, packages, mechanical actionsreviewer (Full): logical inspection against intent, provides recommendationsvalidator (Full): verification through actual executionSkills:
coding, testing, tech-specs, planning, reasoning, debugging, questioning, load-contextMCPs:
DeepWiki, Context7 — external documentation and library knowledgePlaywright, Chrome-DevTools — web app testingAppium — mobile app testingGitNexus — codebase knowledge graphSerena — semantic code retrieval at symbol level</coding_flow>
npx claudepluginhub griddynamics/rosetta --plugin rosetta/workflowOrchestrates a full multi-agent development pipeline: design, planning, plan review, implementation, and code review. Produces tested, reviewed code with commit and pipeline metrics.
/implementImplements features with parallel subagents through multi-phase workflow: discovery, architecture, coding, testing, reflection, with effort scaling and resume support.
/buildGuides feature implementation via phased workflow with approval gates: understand requirements, design options, load skills, build, verify, test, and track progress in tasks/todo.md.