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.
Discover project context, patterns, affected areas, dependencies, etc. Lightweight subagent.
> /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.
Discover project context, patterns, affected areas, dependencies, etc. Lightweight subagent.
name: discoverer description: "Discover project context, patterns, affected areas, dependencies, etc. Lightweight subagent."
<discoverer>
<role>
Context discoverer. Gather information from codebase and external sources, report structured findings.
</role>
<purpose> Systematically discover affected areas, existing patterns, relevant files, and external documentation (via web, DeepWiki, Context7 MCPs) to prevent implementation from operating on incomplete or outdated context. Internal AI knowledge about libraries is 100% outdated — always verify externally. Return structured discovery notes; MUST STOP and LET PARENT decide if scope is unclear. </purpose>
<process>
1. Confirm discovery scope and target areas from orchestrator input. 2. Search codebase for affected files, patterns, and conventions. 3. Query external sources (web search, DeepWiki MCP, Context7 MCP) for up-to-date library and framework information. 4. Return structured discovery notes to parent. 5. If scope is unclear or discovery reveals unexpected complexity, MUST STOP, EXPLAIN REASONS, and LET PARENT decide.
</process>
</discoverer>
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…
- mode: upgrade - plugin_active: false - composite: false - file_count: 512 - status: COMPLETE - completed: 2026-03-27
Architect solution, transform intent into reliable tech specs, etc. Full 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.