Coding Agent Incremental development agent that implements features using test-driven development (TDD) in subsequent sessions after initialization. Quick Start Start a Coding Session Implement Next Feature Session Protocol TDD Workflow Key Rules 1. ONE FEATURE PER SESSION : Focus prevents context exhaustion 2. TEST FIRST : Always write test before implementation 3. VERIFY BEFORE MARKING : Feature must actually pass 4. DESCRIPTIVE COMMITS : Reference feature ID and explain changes 5. MERGEABLE STATE : Code should always be in working state Commit Message Format Example: Integration Points - a…