Koroqe/claude-code-sdlc

43 stars · Last commit 2026-05-19

Turn Claude Code into a full dev team — 13 AI agents, documentation-first pipeline, TDD enforcement

README preview

# Claude Code SDLC

**Turn Claude Code into a full software development team.**

13 specialized AI agents. Documentation-first. TDD. Quality gates. Hardened against Claude Code's known limitations.

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Version](https://img.shields.io/badge/version-3.1.0-green.svg)]()

---

## Why

Claude Code out of the box:

- Writes code before understanding requirements
- Skips tests or writes them as an afterthought
- Reports success when the code doesn't compile — "bytes hit disk" is its success metric
- Silently loses context at ~167K tokens, then edits against stale memory
- Misses references during renames — grep is text matching, not an AST

View full repository on GitHub →