IMPLEMENTATION
This file is a durable summary of the current implementation state. It is intentionally concise and should not be used as a chronological work log.
- mode: upgrade - plugin_active: false - composite: false - file_count: 512 - status: COMPLETE - completed: 2026-03-27
> /plugin marketplace add griddynamics/rosetta > /plugin install rosetta@rosetta
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
- mode: upgrade - plugin_active: false - composite: false - file_count: 512 - status: COMPLETE - completed: 2026-03-27
| File | Status | |---|---| | `docs/CONTEXT.md` | exists | | `docs/ARCHITECTURE.md` | exists | | `docs/TODO.md` | exists | | `docs/ASSUMPTIONS.md` | created | | `docs/TECHSTACK.md` | created | | `docs/DEPENDENCIES.md` | created | | `docs/CODEMAP.md` | created | | `docs/REQUIREMENTS/INDEX.md` | missing | | `docs/PATTERNS/INDEX.md` | created | | `agents/IMPLEMENTATION.md` | exists | | `agents/MEMORY.md` | exists | | `gain.json` | created |
| Phase | Status | Notes | |---|---|---| | 1 context | complete | upgrade mode, single repo, partial files | | 2 shells | complete | 17 skills + 7 agents + 12 commands + bootstrap rule — 2026-03-27 | | 3 discovery | complete | TECHSTACK, CODEMAP, DEPENDENCIES created; file_count=512 | | 4 rules | skipped | default disabled | | 5 patterns | complete | 13 patterns extracted into docs/PATTERNS/; INDEX.md and CHANGES.md created — 2026-03-27 | | 6 documentation | complete | ASSUMPTIONS.md created, gain.json created, IMPLEMENTATION.md updated, MEMORY.md verified | | 7 questions | complete | HITL gaps documented in Gaps Identified section | | 8 verification | complete | All checkpoints passed — 2026-03-27 |
| Checkpoint | Result | Notes | |---|---|---| | docs/CONTEXT.md — exists, non-empty | PASS | | | docs/ARCHITECTURE.md — exists, non-empty | PASS | | | docs/TODO.md — exists, non-empty | PASS | | | docs/ASSUMPTIONS.md — exists, non-empty | PASS | | | docs/TECHSTACK.md — exists, non-empty | PASS | | | docs/DEPENDENCIES.md — exists, non-empty | PASS | | | docs/CODEMAP.md — exists, non-empty | PASS | | | docs/PATTERNS/INDEX.md — exists, non-empty | PASS | | | docs/PATTERNS/CHANGES.md — exists, non-empty | PASS | | | agents/IMPLEMENTATION.md — exists, non-empty | PASS | | | agents/MEMORY.md — exists, non-empty | PASS | | | agents/init-workspace-flow-state.md — exists | PASS | | | gain.json — valid JSON | PASS | | | .claude/skills/ — 19 SKILL.md files (>=3) | PASS | 17 generated + 2 preserved | | .claude/agents/ — 10 .md files (>=3) | PASS | 7 generated + 3 preserved | | .claude/commands/ — 12 .md files (>=3) | PASS | all generated | | .claude/rules/bootstrap.md — exists, non-empty | PASS | | | Shell files: frontmatter + single ACQUIRE, no inline logic | PASS | verified sample files | | gain.json valid JSON with correct keys | PASS | | | Phase 1-6 complete (4 skipped OK) | PASS | | | No unexpected errors in phases | PASS | |
Repo: griddynamics/rosetta
This file is a durable summary of the current implementation state. It is intentionally concise and should not be used as a chronological work log.
Generalized reusable lessons from agent sessions. Root causes converted into preventive rules, not incident-specific notes. Entries are h3 headers with…
Architect solution, transform intent into reliable tech specs, etc. Full subagent.
Discover project context, patterns, affected areas, dependencies, etc. Lightweight subagent.
Implement and test to high quality under the orchestrator-assigned identity. Full subagent.
Run simple commands, collect and summarize results to protect parent context. Lightweight subagent.