plugins/devflow/skills/build/SKILL.md
Build a feature from start to finish — plans the work, executes it, and verifies the result in one command. 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"
npx skillsauth add ao-cyber-systems/devflow-claude buildInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This is the primary way to build with DevFlow. One command, shipped code.
Usage:
/devflow:build 3 — Build objective 3 from the roadmap/devflow:build "add user authentication" — Build from description (creates temporary objective if no match)/devflow:build 3 --pause — Stop between phases for review/devflow:build 3 --skip-research — Skip research phase/devflow:build 3 --work refactor — Override the resolved work type for this objective/devflow:build 3 --tdd skip — Override TDD posture (use sparingly; documents itself in OBJECTIVE.md)Intent override flags are forwarded to the planner phase and persisted in OBJECTIVE.md so the executor honors them. See /devflow:plan-objective for full enum values.
</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>development
Resolve a parked decision and resume autonomous execution. Use when you see a pending DECISION-NNN.md in .planning/decisions/pending/, when the user wants to choose an option for a blocked checkpoint:decision, or when you need to tell the executor which option to take. Triggers on: "resolve decision", "decide DECISION-", "pick option for DECISION-", "unblock DECISION-", "answer DECISION-", "choose option for decision", "I want option-a", "go with option-b", "my answer is".
development
Orchestrate a multi-step DevFlow workflow by chaining skills. Use when the user wants to invoke a sequence of skills as one ask (e.g., "build and sync to github", "research, plan, then build", "ship and announce"). Triggers on: "ship X to Y", "build and X", "plan and X", "X then Y", "in one go", "as a chain", "all in sequence", "chain", "ship-and-sync", "research-plan-build"
testing
Stamp a new polyglot monorepo using the AO Cyber Systems scaffold — root CLAUDE.md with Layout table, per-area CLAUDE.md, path-filtered CI workflows, comprehensive .gitignore, and the no-binaries pre-commit hook config. Use this for new product monorepos (the 5-monorepo architecture: aodex, aosentry, eden-biz, politihub, aohealth, plus future ones). Triggers on: "new monorepo", "scaffold a monorepo", "set up a monorepo", "create a new product monorepo".
development
Validate that a monorepo follows the AO Cyber Systems layout convention — root CLAUDE.md declares every area, every area has its own CLAUDE.md, no compiled binaries are tracked in git. Reads the root `CLAUDE.md` Layout table, walks the working tree, and reports drift in a single Markdown summary. Standalone — works on any repo. Triggers on: "audit monorepo layout", "monorepo doctor", "is this monorepo healthy?", "check the layout", "find binaries in the repo".