dev-agent

Orchestrate an end-to-end software delivery workflow from idea to spec, design, build, and optional QA.

42|3|Updated May 8, 2026
One-click install
npx skills add https://github.com/KevinKE93/Dev_Agent_OPC --skill dev-agent-kevinke93
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-agent
Source: https://github.com/KevinKE93/Dev_Agent_OPC/tree/main/dev-agent/native/skills/dev-agent
Command: npx skills add https://github.com/KevinKE93/Dev_Agent_OPC --skill dev-agent-kevinke93

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the friction of turning an unclear product or engineering idea into an actionable plan by guiding you through spec and design, prioritizing build output, and only running QA and release gates when needed.

Core Features & Use Cases

  • Lean lifecycle navigation: Guides a compact flow from idea to spec/design/build, with QA and ship as optional phases for fit.
  • Execution-brief-first workflow: Uses the runtime’s status/next mechanism so you review only what is relevant for the current step, not the entire workflow documentation.
  • Role- and gate-driven quality: Supports specialist roles (e.g., reviewer/auditor/test/UI) on explicit request or when risk requires it.

Quick Start

Start by running Dev Agent and then ask it to proceed with the next execution brief for your project.

Frequently Asked Questions about dev-agent

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

FAQPage Schema
How do I turn an unclear product idea into an actionable build spec?

To turn an idea into a build spec, you need an end-to-end workflow orchestration approach that guides you through design and prioritizes build output. This eliminates friction by applying a lean lifecycle navigation flow from idea to spec.

What is an execution-brief-first workflow for software delivery?

An execution-brief-first workflow uses a runtime status and next mechanism so you review only what is relevant for the current step. This prevents information overload by keeping project artifacts active in the workspace without reading entire documentation.

How do I manage role-based review and QA gates in an AI-assisted dev agent?

You manage role-based review by triggering specialist roles like reviewer, auditor, or test UI explicitly or when risk requires it. The dev agent applies these QA gates only during the optional release phases for fit.

Can I use workflow orchestration to skip directly to the build phase?

Yes, you can skip phases because the workflow orchestration treats QA and ship as optional steps for fit. The agent chooses the right phase and runtime commands to progress iteratively within your existing workspace.

Does the dev agent require specific runtime commands to check project status?

Yes, the dev agent requires using bin/dev-flow status and next to load the execution brief. These runtime commands ensure the agent reviews the correct current step and runs autonomy, delegate, or ui-polish when appropriate.

When should I not use a lean end-to-end workflow from spec to build?

You should not use a lean end-to-end workflow if your project requires mandatory continuous QA gates rather than optional phases. This approach specifically prioritizes build output and applies release gates only when needed for fit.