build-workflow

Implement customizable code building workflows with iterative, vibe, and oneshot modes.

2|Updated May 15, 2026
One-click install
npx skills add https://github.com/bdbch/ai-dotfiles --skill build-workflow-bdbch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-workflow
Source: https://github.com/bdbch/ai-dotfiles/tree/main/skills/build-workflow
Command: npx skills add https://github.com/bdbch/ai-dotfiles --skill build-workflow-bdbch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for customizable code building workflows, ensuring the right approach is used based on the project's requirements and risks.

Core Features & Use Cases

  • Customizable Workflow: Supports three workflow modes—iterative, vibe, and oneshot—to fit various project needs.
  • Iterative (step-by-step with review): Ideal for complex changes, production code, and unfamiliar codebases.
  • Vibe (fast, automatic): Suitable for low-risk changes and personal projects when the agent is trusted.
  • Oneshot (single pass): Best for small, well-defined tasks and bug fixes.
  • Use Case: For a feature update in a complex application, this Skill can be set to iterative mode, ensuring each change is reviewed and tested.

Quick Start

Load the build-workflow skill into a build agent to set your preferred code building workflow mode.

Frequently Asked Questions about build-workflow

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

FAQPage Schema
How do I set up an iterative development workflow for complex code modifications?

An iterative development workflow enables step-by-step code building with built-in review and pause capabilities, ensuring each modification is tested before proceeding in complex or unfamiliar codebases.

What is the best code building workflow for low-risk personal projects?

A fast, automatic code building workflow like vibe mode is best for low-risk changes in personal projects, allowing the build agent to operate freely without requiring manual review at every step.

Can I do a single-pass code build for small bug fixes?

Yes, a single-pass code building workflow like oneshot mode is designed specifically for small, well-defined tasks and bug fixes, executing the entire modification in one pass without pausing.

When do I need to manually review code changes during software development?

Manual review during software development is needed when modifying production code or navigating unfamiliar codebases, where an iterative workflow provides pause options to verify each change before moving forward.

Does this code building workflow support different project types and scales?

Yes, customizable code building workflows are designed for various project types and scales, offering different levels of control and feedback ranging from complex application updates to simple modifications.