TDD Implementation PairCoder Integration When implementing via TDD in this project: 1. Start task : 2. Write test in 3. Run test : (expect RED) 4. Implement in 5. Run test : (expect GREEN) 6. Refactor if needed, keeping tests green 7. Complete : Follow managing-task-lifecycle skill for two-step completion Project Test Commands Project Test Conventions - Test files: - Test functions: - Use fixtures from - Mock external services (Trello API, etc.) Linting Run All Checks Task Completion After tests pass, follow the managing-task-lifecycle skill: 1. 2. ---