chrisallenlane/claude-swe-workflows
12 stars · Last commit 2026-04-23
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 ``` ## How It Works These workflows form a layered system where higher-level workflows orchestrate lower-level ones. Each layer adds coordination, quality gates, and autonomy. ```