KtKID/x-dev-pipeline
12 stars · Last commit 2026-09-08
Development workflow plugin for AI coding agents with structured req/plan/dev/review/fix loops and a lightweight quick-dev entry.
README preview
<p align="center"> <img src="assets/pic.png" alt="x-dev-pipeline" /> </p> # x-dev-pipeline [中文说明](./README_zh.md) **Current release:** v1.0.0 > An auditable development workflow for AI coding agents: requirement contracts, implementation evidence, deterministic checks, and risk-matched review. `x-dev-pipeline` lets a spec own requirement scenarios, a dev-checklist own execution state, and a dev-report own verification conclusions. Every delivery can be traced, reconciled, and returned to the exact step that broke. ## Two working paths Large work follows the four-step main line; small tasks close in a single document: ```text Full flow: x-spec → x-req → x-dev → x-verify (Gate ①) → x-qa-gate (Gate ②) → delivered