KtKID/x-dev-pipeline

12 stars · Last commit 2026-08-01

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:** v0.3.6

> An auditable development workflow for AI coding agents.

`x-dev-pipeline` turns a request into a task contract, implementation evidence, deterministic verification, and risk-matched review. README owns requirements and acceptance scenarios; dev-report owns executable evidence; git history owns repository changes.

## Start with `/x-req`

Create every task through one entry point. `/x-req` assigns a Q0–Q3 risk level, writes a lean task package, and continues to x-dev.

```text
/x-req add a dark-mode toggle to the settings page

View full repository on GitHub →