What problem does it solve?
This Skill automates the complex and iterative process of building software features, ensuring a functionality-first approach. It coordinates subagents to understand requirements, build components, review code, and verify integrations, saving significant development time and reducing manual errors.
Core Features & Use Cases
- Functionality-First Builds: Prioritizes understanding user, admin, and system flows before feature implementation.
- Automated TDD Cycle: Enforces a RED -> GREEN -> REFACTOR loop, capturing verification outputs.
- Sequential Subagent Orchestration: Invokes
component-builder, code-reviewer, and integration-verifier for a comprehensive build.
- Use Case: When the orchestrator detects a build intent, this skill ensures that new features are developed systematically, focusing on making functionality work first, then optimizing, and providing a detailed build report.
Quick Start
Activate the build-workflow skill to implement the new user authentication feature, focusing on the user login and registration flows.