Automated workflows for Claude Code. Features spec-driven development for new features (Requirements → Design → Tasks → Implementation) and streamlined bug fix workflow for quick issue resolution (Report → Analyze → Fix → Verify).
Claude Code Spec Workflow is a TypeScript npm package that installs structured development workflows directly into Claude Code projects via a `.claude/` directory containing 10 slash commands, document templates, and four optional specialized AI agents. Running `claude-code-spec-workflow` in a project directory scaffolds two complete pipelines: a spec-driven feature workflow that progresses through Requirements, Design, Tasks, and auto-generated per-task commands via `/spec-create`, and a bug fix workflow that steps through `/bug-create`, `/bug-analyze`, `/bug-fix`, and `/bug-verify`. The package also includes a real-time progress dashboard built with Tailwind CSS and WebSocket updates, which can be exposed over a temporary HTTPS tunnel with optional password protection for sharing with stakeholders. A notable optimization layer claims 60 to 80 percent token reduction through session-based context caching across steering, specification, and template documents. Development focus has since shifted to a separate MCP version; this Claude Code-specific release remains available on npm but will receive limited updates going forward. The primary audience is software developers who want enforced structured workflows inside Claude Code.
- ✓Open-source license (MIT)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Documented (README)
- !Inactive (>180d)
git clone https://github.com/Pimzino/claude-code-spec-workflowTools overview
What people ask about claude-code-spec-workflow
What is Pimzino/claude-code-spec-workflow?
+
Pimzino/claude-code-spec-workflow is tools for the Claude AI ecosystem. Automated workflows for Claude Code. Features spec-driven development for new features (Requirements → Design → Tasks → Implementation) and streamlined bug fix workflow for quick issue resolution (Report → Analyze → Fix → Verify). It has 3.8k GitHub stars and was last updated 9mo ago.
How do I install claude-code-spec-workflow?
+
You can install claude-code-spec-workflow by cloning the repository (https://github.com/Pimzino/claude-code-spec-workflow) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is Pimzino/claude-code-spec-workflow safe to use?
+
Our security agent has analyzed Pimzino/claude-code-spec-workflow and assigned a Trust Score of 77/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains Pimzino/claude-code-spec-workflow?
+
Pimzino/claude-code-spec-workflow is maintained by Pimzino. The last recorded GitHub activity is from 9mo ago, with 2 open issues.
Are there alternatives to claude-code-spec-workflow?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy claude-code-spec-workflow to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/pimzino-claude-code-spec-workflow)<a href="https://claudewave.com/repo/pimzino-claude-code-spec-workflow"><img src="https://claudewave.com/api/badge/pimzino-claude-code-spec-workflow" alt="Featured on ClaudeWave: Pimzino/claude-code-spec-workflow" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies