What problem does it solve?
This Skill automates executing a planned development phase by running each plan task in isolated builder subagents and coordinating wave-based parallelization, reducing manual orchestration and human error during multi-task builds.
Core Features & Use Cases
- Wave-based Execution: Runs tasks grouped into sequential waves, executing independent tasks in parallel within each wave to speed up builds.
- Isolated Subagents: Spawns fresh builder subagents per task with project context to ensure deterministic, contained changes and proper file reads before writing.
- Recovery & Verification: Creates Git recovery tags, verifies commits, and updates system state via the qualia CLI for auditable, recoverable phase builds.
- Use Case: When building a planned release phase, use this Skill to execute dozens of task items across multiple waves, commit changes per task, and recover to a pre-build tag if a critical blocker appears.
Quick Start
Run qualia-build to execute the current planned phase, spawning builder subagents for each task and committing verified changes.