Agent
Tech lead agent for planning, architecture decisions, and ticket creation. Use when breaking down a feature, designing a solution, evaluating tradeoffs, or creating implementation tickets. Invoke before coding begins on any non-trivial change.
Copy-in kit of config-driven agent skills, agents, and CI templates — native to Claude Code and adaptable to any AGENTS.md-reading agent.
Agent
Tech lead agent for planning, architecture decisions, and ticket creation. Use when breaking down a feature, designing a solution, evaluating tradeoffs, or creating implementation tickets. Invoke before coding begins on any non-trivial change.
Agent
Implementation agent for writing production code from tickets or specs. Use when a plan exists and it's time to write code. Reads the ticket, explores the affected files, and implements the change.
Agent
Systematic root-cause debugger. Use when investigating a failing test, a production bug, a flaky behavior, or any "this doesn't work and I don't know why" situation. Walks Phase 1 → 4 (root-cause → pattern analysis → hypothesis → minimal fix) and refuses to propose fixes before evidence is in.
Agent
Test writing agent. Use to write or extend unit tests for new or changed code. Give it the file or function to test and it will produce the test cases.
Agent
Code review agent. Use after implementation to check correctness, security, and adherence to project conventions before merging. Provide the diff, PR, or list of changed files.