
Sdlc
- Updated April 10, 2026
- jerrod/agent-plugins
Run a full solo-developer lifecycle—brainstorm, plan, pair-build, review, and ship—with script-enforced quality gates so every phase claim is proven, not asserted.
About
SDLC is a jerrod/agent-plugins development workflow that hard-forks arqu-co/rq v1.29.8 into an end-to-end delivery system for developers. Instead of treating brainstorm, planning, implementation, review, and release as separate chat topics, it chains them with executable quality gates—each gate is a script that must pass before the agent moves on. That design matters when you are one person wearing PM, engineer, and release hat: the skill reduces hand-wavy “done” states that blow up at deploy time. Use it when you want a repeatable ritual from idea refinement through shipped artifact, especially on SaaS, APIs, or CLIs where tests and review cannot be optional. It pairs naturally with upstream brainstorming and planning skills in the rq lineage. Inspect gate scripts and what they execute on your machine via the Security Audits panel before running on production branches.
- End-to-end flow: brainstorm → plan → pair-build → review → ship
- Every quality gate is an executable script—claims must pass scripts, not chat assertions
- Hard fork of arqu-co/rq v1.29.8 with opinionated solo-shipping gates
- Pair-build and review steps embedded before ship
- Development-category plugin oriented around provable readiness
Sdlc by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add jerrod/agent-plugins/plugin install sdlc@agent-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 10, 2026 |
|---|---|
| Repository | jerrod/agent-plugins ↗ |
What it does
Run a full solo-developer lifecycle—brainstorm, plan, pair-build, review, and ship—with script-enforced quality gates so every phase claim is proven, not asserted.
Files
Full development lifecycle with executable quality gates — brainstorm, plan, pair-build, review, ship. Every gate is a script, every claim is proven. Hard fork of arqu-co/rq v1.29.8.
sdlc
Source: ./plugins/sdlc
{ "name": "sdlc", "source": "./plugins/sdlc", "category": "development", "description": "Full development lifecycle with executable quality gates — brainstorm, plan, pair-build, review, ship. Every gate is a script, every claim is proven. Hard fork of arqu-co/rq v1.29.8." }