shinpr/claude-code-workflows

404 stars · Last commit 2026-05-31

Production-ready development workflows for Claude Code, powered by specialized AI agents.

README preview

# Claude Code Workflows 🚀

[![Claude Code](https://img.shields.io/badge/Claude%20Code-Plugin-purple)](https://claude.ai/code)
[![GitHub Stars](https://img.shields.io/github/stars/shinpr/claude-code-workflows?style=social)](https://github.com/shinpr/claude-code-workflows)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/shinpr/claude-code-workflows/pulls)

**End-to-end development workflows for Claude Code that produce code aligned with design docs and tests.** Specialized agents handle requirements, design, implementation, and quality checks, so what you get is code that actually passes its tests and matches its design docs.

---

## ⚡ Quick Start

### Which plugin should I start with?

| Your work | Install |
|---|---|
| Backend, APIs, CLI tools, or general programming | `dev-workflows` |
| React / TypeScript frontend | `dev-workflows-frontend` |
| Full-stack (backend + React) | `dev-workflows-fullstack` (single plugin, replaces installing both) |

View full repository on GitHub →