dev-build

Automate end-to-end feature builds in Claude Code with planning, execution, and verification.

Updated Jan 1, 2026
One-click install
npx skills add https://github.com/AirMile/claude-config --skill dev-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-build
Source: https://github.com/AirMile/claude-config/tree/main/skills/dev-build
Command: npx skills add https://github.com/AirMile/claude-config --skill dev-build

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end feature builds in Claude Code, orchestrating planning, execution, and verification to reduce manual toil and ensure consistency across features.

Core Features & Use Cases

  • Auto-detects the stack and technique from CLAUDE.md and feature.json.
  • Supports TDD, Implementation First, and Implementation Only workflows.
  • Manages phased build pipelines (Context Loading, Technique Mapping, Execute Build, Regression Gate, Documentation, Project Sync, What have we built, Scoped Commit).
  • Keeps a live record in .project/session and feature.json to enable auto-mode and rollback.

Quick Start

Define a feature with /dev-define and run /dev-build <feature-name> to start the build workflow.

Frequently Asked Questions about dev-build

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate feature builds in Claude Code using TDD?

Automate feature builds in Claude Code by defining features in CLAUDE.md and running the build workflow to orchestrate planning, execution, and verification phases automatically. It supports TDD, Implementation First, and Implementation Only workflows for deterministic builds.

What is the difference between TDD and Implementation First workflows for feature builds?

TDD workflows drive feature builds by writing tests before implementation, while Implementation First prioritizes code execution. The build workflow auto-detects the selected technique from project files to map the correct phased build pipeline for your feature.

How do I start a phased build pipeline with regression gating?

Start a phased build pipeline by defining your feature parameters and invoking the build command. The workflow automates Context Loading, Technique Mapping, Execute Build, Regression Gate, Documentation, Project Sync, and Scoped Commit phases sequentially.

Do I need a CLAUDE.md file to run automated feature builds?

Yes, a CLAUDE.md file is required to define your project stack and techniques. The build workflow auto-detects stack configurations and technique mappings from this file and feature.json to ensure deterministic builds and project syncing.

How does project syncing work across multiple feature builds?

Project syncing across feature builds works by maintaining a live record in session files and feature.json. This enables auto-mode transitions, rollback support, and status tracking to keep parallel builds and backlog integration consistent.

What's the best way to handle regression gating during automated builds?

Regression gating is handled automatically as a dedicated phase in the build pipeline. After executing the build, the workflow applies regression checks before proceeding to documentation and project sync, ensuring feature integrity without manual intervention.