build-workflow

Automate software feature builds with TDD and subagent orchestration.

161|25|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/romiluz13/cc10x --skill build-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-workflow
Source: https://github.com/romiluz13/cc10x/tree/main/plugins/cc10x/skills/build-workflow
Command: npx skills add https://github.com/romiluz13/cc10x --skill build-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

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.