marcoemrich/agentic_coding_lab
Instructions file
Instructions for marcoemrich/agentic_coding_lab, covering agentic coding lab, skills, /run-rq rq-n, /reanalyze rq-n and /build-overview.
marcoemrich/agentic_coding_lab
Instructions file
Instructions for marcoemrich/agentic_coding_lab, covering agentic coding lab, skills, /run-rq rq-n, /reanalyze rq-n and /build-overview.
marcoemrich/agentic_coding_lab
Agent
This agent performs code refactoring according to TDD principles while keeping all tests green.
marcoemrich/agentic_coding_lab
Command Claude Code
You are now in the Green Phase of TDD. Follow these instructions to make the failing test pass with MINIMAL code.
marcoemrich/agentic_coding_lab
Command Claude Code
You are now in the Red Phase of TDD. Follow these instructions to activate ONE test and make it fail.
marcoemrich/agentic_coding_lab
Command Claude Code
You are now in the Refactor Phase of TDD. Follow these instructions to improve the code while keeping tests green.
marcoemrich/agentic_coding_lab
Command Claude Code
You are now in the Test List Phase of TDD. Follow these instructions to create a comprehensive test list.
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
Skill Claude CodeCodex
TDD Green Phase - Implement minimal code to make the failing test pass.
marcoemrich/agentic_coding_lab
Skill Claude CodeCodex
TDD Red Phase - Activate ONE test from the test list and make it fail with explicit predictions.
marcoemrich/agentic_coding_lab
Skill Claude CodeCodex
TDD Refactor Phase - Improve code while keeping tests green using Simple Design Rules and APP mass.
marcoemrich/agentic_coding_lab
Skill Claude CodeCodex
TDD Test List Phase - Create a comprehensive test list covering every example and rule from the specification.
marcoemrich/agentic_coding_lab
Skill Claude CodeCodex
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
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…