# Df Build

> Unified command to plan and execute an objective in one flow. Collapses plan→execute→verify into a single pipeline. Use when the user wants to build something, implement a feature, or work on an objective end-to-end. Triggers on: "build this", "build objective", "let's build", "implement this", "ship this", "make this work", "build the", "work on objective", "start building", "let's implement"

- Skill: `majiayu000/df-build` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/df-build`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/df-build/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/df-build

---


<objective>
Build an objective from start to finish: research → plan → execute → verify → done.

This is the primary way to build with DevFlow. One command, shipped code.

Usage:
- `/df:build 3` — Build objective 3 from the roadmap
- `/df:build "add user authentication"` — Build from description (creates temporary objective if no match)
- `/df:build 3 --pause` — Stop between phases for review
- `/df:build 3 --skip-research` — Skip research phase
</objective>

<execution_context>
@~/.claude/devflow/workflows/build.md
@~/.claude/devflow/references/ui-brand.md
</execution_context>

<context>
@.planning/STATE.md
@.planning/ROADMAP.md
@.planning/config.json
</context>

