Dev_Agent_OPC
Lean idea-to-ship workflow for coding projects
All Skills in This Repository (19)
Pure Emerald Level Indicatorsdev-agent
Orchestrate an end-to-end software delivery workflow from idea to spec, design, build, and optional QA.
idea-refine
Refine raw product ideas into actionable one-pagers with divergent and convergent thinking.
debugging-and-error-recovery
Guide systematic root-cause debugging with reproduce, localize, reduce, fix, and verify steps.
incremental-implementation
Guide multi-file feature changes through testable vertical slices with verification gates.
api-and-interface-design
Designs REST/GraphQL contracts with typed I/O, error semantics, and backward compatibility.
ci-cd-and-automation
Automate CI/CD quality gates for Node.js projects using GitHub Actions.
context-engineering
Structure and curate agent context across rules, specs, files, and test output.
frontend-ui-engineering
Implement frontend UI against design contracts with state, responsive, and accessibility coverage.
shipping-and-launch
Create a pre-launch verification checklist, monitoring plan, and rollback strategy for production releases.
spec-driven-development
Generate PRD and SPEC markdown files before implementation starts.
design-flow
Convert approved product specifications into build-ready HTML/CSS design packages.
security-and-hardening
Harden application code with input validation, secure authentication, and output encoding.
Frequently Asked Questions
FAQPage SchemaHow to install Dev_Agent_OPC?▼
Run `npx skills add KevinKE93/Dev_Agent_OPC --all -g -y` in your terminal to install the full workflow globally.
What does Dev Agent OPC do?▼
It moves a rough product idea through spec, design, build, optional QA, and launch using one entry command, so your coding work stays structured and verifiable.
Which coding assistants does it support?▼
It installs into Codex, Claude Code, Gemini, OpenClaw, and OpenCode, and you drive it with the `/dev agent` command in plain language.
Do I need to run QA and release checks every time?▼
No. QA and ship phases are optional by default and only run when you request them or enable the project flags, keeping everyday builds fast.
Can non-developers use this workflow?▼
Yes. You describe goals in plain English and the agent follows the built-in gates for specs, design, testing, and safe launches.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core