chrisallenlane/claude-swe-workflows

16 stars · Last commit 2026-05-18

Software Engineering workflows for Claude Code (MIRROR)

README preview

# claude-swe-workflows

A system of composable software engineering workflows for [Claude Code][cc].
Plan projects, implement tickets, and run quality passes — from a single
ticket to a multi-batch project, using the same layered architecture.

## Installation

```bash
claude plugin marketplace add https://github.com/chrisallenlane/claude-swe-workflows.git
claude plugin install claude-swe-workflows@claude-swe-workflows
```

## Layered Composition

The skills are arranged as **layered composition** — higher-level skills invoke
lower-level ones. Enter at the layer that matches your task. The deepest stack:

```
/lead-project                              ← autonomous tech lead (decides what to do next)

View full repository on GitHub →