Guild-Agents/guild

4 stars · Last commit 2026-06-04

Spec-driven development for Claude Code. Design docs before code, structured pipeline with quality gates, zero infrastructure.

README preview

# Guild

[![npm version](https://img.shields.io/npm/v/guild-agents)](https://www.npmjs.com/package/guild-agents)
[![npm downloads](https://img.shields.io/npm/dm/guild-agents)](https://www.npmjs.com/package/guild-agents)
[![CI](https://github.com/guild-agents/guild/actions/workflows/ci.yml/badge.svg)](https://github.com/guild-agents/guild/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

**Guild makes Claude Code think before it builds.**

<p align="center">
  <img src="docs/assets/council-demo.gif" alt="Guild council demo" width="600">
</p>

Without Guild, Claude Code writes code immediately. No evaluation, no design, no review. With Guild, every feature goes through structured phases — evaluated by an advisor, designed by a tech lead, reviewed, and validated — before anything ships.

```bash
npx guild-agents init
```

## The Problem

View full repository on GitHub →