dev-builder

Automate software project setup, phased feature implementation, and dependency management.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/iJosueeh/nexora-web --skill dev-builder-ijosueeh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-builder
Source: https://github.com/iJosueeh/nexora-web/tree/main/.opencode/skills/dev-builder
Command: npx skills add https://github.com/iJosueeh/nexora-web --skill dev-builder-ijosueeh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Product-Spec.md, DEV-PLAN.md, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the development workflow, automating tasks such as setting up project skeletons, implementing features by phase, and managing dependencies, saving developers time and effort.

Core Features & Use Cases

  • Project Setup Automation: Automatically set up new projects based on the specified tech stack.
  • Feature Implementation by Phase: Execute features by phase, with TDD and two-tier review for each task.
  • Dependency Management: Checks for required dependencies and manages installations.
  • Use Case: A developer working on a new project can use this Skill to quickly set up the project infrastructure, implement features in a structured manner, and manage dependencies without manual intervention.

Quick Start

Start the development workflow for the current phase using the /dev-builder command.

Frequently Asked Questions about dev-builder

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

FAQPage Schema
How do I automate project setup and feature implementation for a new software project?

Automate project setup and feature implementation by defining your tech stack, phases, and tasks in DEV-PLAN.md. The workflow then automatically scaffolds the project structure, executes features by phase, and manages dependencies using TDD and two-tier reviews.

Do I need a Product-Spec.md file to start the development automation workflow?

Yes, you need a Product-Spec.md file to start the development automation workflow. The Skill requires both Product-Spec.md and DEV-PLAN.md files to read your project specifications and phase definitions before it can automatically set up the infrastructure.

How does test-driven development integrate into the feature implementation phase?

Test-driven development integrates into feature implementation by executing tasks with a TDD approach and a two-tier review process for each phase. This ensures structured feature delivery and code quality validation automatically as the workflow progresses through your DEV-PLAN.md definitions.

What is the best way to manage dependencies when setting up a new project structure?

The best way to manage dependencies during project setup is to let the workflow automatically check for required dependencies and handle installations. It reads your tech stack requirements from the project definitions and manages the installation without manual intervention.

Can I use this development workflow for an existing software project infrastructure?

This development workflow is designed for new projects to quickly set up infrastructure and implement features in a structured manner. It requires Product-Spec.md and DEV-PLAN.md files to define project and phase boundaries, making it best suited for starting fresh project setups.

Why does the dev-builder workflow require two-tier reviews for each task?

The dev-builder workflow requires two-tier reviews for each task to enforce test-driven development standards and ensure feature implementation quality. This automated validation step checks phase execution against the DEV-PLAN.md definitions before moving forward.