From core
Executes Rosetta coding workflow: discovery, tech specs/plan, subagent/user reviews, implementation, validation with reviewer/HITL gates and subagent delegation.
npx claudepluginhub griddynamics/rosetta --plugin core<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...
/hatch3r-workflowGuides development lifecycle through Analyze, Plan, Implement, Review phases with agent orchestration; scale-adaptive Quick Mode for small tasks and optional Playwright browser verification.
/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.
/vt-implementExecutes technical implementation plans phase-by-phase with verification at each step, producing working code from features, bugs, or plan files.
Share bugs, ideas, or general feedback.
<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>