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-workflowResumen de Tools
Lo que la gente pregunta sobre claude-code-spec-workflow
¿Qué es Pimzino/claude-code-spec-workflow?
+
Pimzino/claude-code-spec-workflow es tools para el ecosistema de Claude AI. 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). Tiene 3.8k estrellas en GitHub y se actualizó por última vez 9mo ago.
¿Cómo se instala claude-code-spec-workflow?
+
Puedes instalar claude-code-spec-workflow clonando el repositorio (https://github.com/Pimzino/claude-code-spec-workflow) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar Pimzino/claude-code-spec-workflow?
+
Nuestro agente de seguridad ha analizado Pimzino/claude-code-spec-workflow y le ha asignado un Trust Score de 77/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene Pimzino/claude-code-spec-workflow?
+
Pimzino/claude-code-spec-workflow es mantenido por Pimzino. La última actividad registrada en GitHub es de 9mo ago, con 2 issues abiertos.
¿Hay alternativas a claude-code-spec-workflow?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega claude-code-spec-workflow en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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