What problem does it solve?
The 07-build skill addresses the challenge of executing software builds following Test-Driven Development (TDD) principles, ensuring atomic commits, managing parallel agent tasks, and keeping the execution plan synchronized with progress.
Core Features & Use Cases
- TDD Build Execution: Orchestrates the build process in a TDD manner, ensuring each task follows the "test before implementation" rule.
- Parallel Agent Management: Coordinates parallel tasks across multiple agents to maximize efficiency.
- Branch and PR Management: Manages branches and pull requests to ensure builds are consistent and code is merged correctly.
- Milestone and Phase Boundaries: Executes the verification process at milestone and phase boundaries, maintaining synchronization between plan and progress.
- Delta Mode Support: Offers delta mode for feature additions during evolve cycles.
- Use Case: Ideal for implementing new features or tasks within an existing application that has an active evolve cycle.
Quick Start
Activate the '07-build' skill to begin the technical execution phase of your development process.