Skip to main content
ClaudeWave
Pimzino avatar
Pimzino

claude-code-spec-workflow

View on GitHub

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).

Tools3.8k stars265 forksTypeScriptMITUpdated 9mo ago
Editor's note

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.

ClaudeWave Trust Score
77/100
Trusted
Passed
  • Open-source license (MIT)
  • Healthy fork ratio
  • Clear description
  • Documented (README)
Flags
  • !Inactive (>180d)
Last scanned: 6/11/2026
Get started
Method: Clone
Terminal
git clone https://github.com/Pimzino/claude-code-spec-workflow
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Use cases

Tools overview

README preview not available. Visit the repo on GitHub for full documentation.

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.

Featured on ClaudeWave: Pimzino/claude-code-spec-workflow
[![Featured on ClaudeWave](https://claudewave.com/api/badge/pimzino-claude-code-spec-workflow)](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