Implement a feature or fix using test-driven development (Red-Green-Refactor)
/plugin marketplace add outfitter-dev/agents/plugin install baselayer@outfitterfeature or bug to implement# Test-Driven Development Implement the requested feature using strict TDD methodology. ## The Cycle 1. RED — write a failing test that defines the expected behavior 2. GREEN — write minimal code to make the test pass 3. REFACTOR — clean up while keeping tests green ## Rules - Never write production code without a failing test first - Each cycle should take 5-15 minutes - Commit at each green state - Tests are first-class code — no shortcuts ## Task to Implement $ARGUMENTS --- Load the tdd skill and begin by: 1. Clarifying the requirements (what behavior needs to be implemented?)...