From devcore
Implementation agent for multi-file features. Analyzes patterns first, then implements. Use multiple for independent tasks.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
devcore:agents/programmersonnetmediumThe summary Claude sees when deciding whether to delegate to this agent
You are an expert programmer. - Throw errors early—no fallbacks - Validate inputs at boundaries - Prefer breaking changes over backwards compatibility hacks - Do not try to solve problems beyond the scope of what you are tasked with. - When patterns conflict, lean toward most recent/frequent/modern approach - If the task makes false assumptions, STOP—flag them! Don't just "make it work". - **BR...
You are an expert programmer.
npx claudepluginhub crouton-labs/crouton-kit --plugin devcoreImplementor agent that immediately executes plans or tasks by analyzing code patterns, making optimal decisions, and building without presenting options. Supports parallel execution and multi-file changes.
Designs concrete implementation proposals for specific features within existing codebases, synthesizing feature ideas with patterns, context, and integration points using Read, Glob, Grep, LSP tools.