refactor
01marcoemrich/agentic_coding_lab
Agent
This agent performs code refactoring according to TDD principles while keeping all tests green.
A research lab for agentic coding - use it to verify of falsify, running various agentic setup against each other
marcoemrich/agentic_coding_lab
Agent
This agent performs code refactoring according to TDD principles while keeping all tests green.
marcoemrich/agentic_coding_lab
Agent Claude Code
TDD Green Phase specialist - implements minimal code to make failing tests pass. Use this agent after Red phase to write the simplest implementation.\n\nExamples:\n\n \nContext: User completed Red phase with failing test.\nuser: "Let's make the test pass"\nassistant: "I'll use the Task tool to launch the green agent…
marcoemrich/agentic_coding_lab
Agent Claude Code
TDD Red Phase specialist - guides through creating failing tests and making predictions. Use this agent when starting a new test case or activating the next test from the test list.\n\nExamples:\n\n \nContext: User has a test list and wants to start the first test.\nuser: "Let's start the TDD cycle with the first…
marcoemrich/agentic_coding_lab
Agent Claude Code
TDD Test List creator - helps create comprehensive test lists using it.todo() before implementation. Use this agent when starting a new feature or planning TDD test cases.\n\nExamples:\n\n \nContext: User wants to start TDD for a new feature.\nuser: "I need to implement a string calculator using TDD"\nassistant: "I'll…
marcoemrich/agentic_coding_lab
Agent Claude Code
Final metric-driven refactoring pass. Runs ONCE after the last green cycle, over the whole production src/. Uses deterministic measurements (ESLint smells, SonarJS cognitive complexity, McCabe cyclomatic complexity) plus APP mass to drive improvements while keeping all tests green. Iterates one change at a time until…