21 Skills · Markdown-first · MIT

The delivery lifecycle
toolkit for AI coding agents

21 standalone workflow skills for Claude Code, Codex, and compatible agents — covering planning, debugging, CI, review, security, rollout, performance, data quality, and post-incident work.

21 skills· 4 delivery stages· MIT licensed· v1.1.0
About

Not a code generator.
A delivery navigator.

dev-workflow-kit is a standalone, markdown-first collection of software delivery workflow skills, built for Claude Code, Codex, and compatible agents.

It is not a code-writing style guide — it is a router that helps AI agents pick the right skill for each real delivery bottleneck.

Who it’s for
  • Engineers driving AI agents through real delivery workflows, not just code completion
  • Teams that want explicit boundaries for planning, debugging, review, security, rollout, and retrospectives
  • Operators who treat skill packs as living docs, with evals and prompt examples
Skills

21 skills, grouped by delivery stage

Each skill lives in its own directory on GitHub with a SKILL.md, README, evals, and prompt examples.

Stage 3

Pre-merge Control

7 skills
Stage 4

Release & Delivery

6 skills
Quick Start

Three steps to get started

Drop the repository into your skills directory and call a skill by name.

1 · Install path

~/.codex/skills/dev-workflow-kit

2 · Clone directly

git clone https://github.com/motao123/dev-workflow-kit \
  ~/.codex/skills/dev-workflow-kit

3 · First call

用 dev-workflow-kit 的 planning 先把任务拆成实施步骤、风险和验证方案。

Pick by current bottleneck

  • Scope is unclear → planning
  • What does this change touch? → change-impact-analysis
  • Why is this failing? → systematic-debugging
  • CI is red → fix-ci
  • Is it ready to ship? → ship-readiness
  • Incident mitigated, need a postmortem → release-incident-postmortem
Roadmap

Version history

v1 – v6 shipped. 21 skills today.

v1 – v6 shipped · 21 skills
Full version history and design rationale live in CHANGELOG and design notes.
View CHANGELOG → v1.1.0 release