TDD-цикл с контрольными точками и Git
★ 8.5 · testing
workflow-patterns is a Claude Code skill that implements Conductor's TDD workflow, covering phase checkpoint management, Git commit handling, and a structured quality verification protocol. It guides the full red-green-refactor cycle — always writing failing tests first, then implementing tasks sourced from a track's plan.md, and enforcing quality gates before marking any work complete. Key operations include creating focused git commits with rich notes, updating plan.md immediately after task completion, waiting for checkpoint approval before proceeding, and maintaining coverage above the defined target. Detailed pattern documentation and worked examples are stored in `references/details.md`. The skill suits developers who need a disciplined, auditable development process with sequential phases and clear quality assurance checkpoints.
- #tdd
- #workflow-automation
- #quality-assurance
- #git-management
- #phase-checkpoints