Claude Code Spec Workflow banner
Pimzino Pimzino

Claude Code Spec Workflow

Testing community intermediate

Description

> **⚠️ IMPORTANT NOTICE:** Development focus has shifted to the **MCP (Model Context Protocol) version** of this workflow system. The MCP version provides enhanced features, real-time dashboard, and broader AI tool compatibility.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Code Spec Workflow

**⚠️ IMPORTANT NOTICE:** Development focus has shifted to the **MCP (Model Context Protocol) version** of this workflow system. The MCP version provides enhanced features, real-time dashboard, and broader AI tool compatibility.

**🚀 [View the new Spec Workflow MCP →](https://github.com/Pimzino/spec-workflow-mcp)**

This Claude Code-specific version remains available for existing users but will receive limited updates.

[](https://badge.fury.io/js/@pimzino%2Fclaude-code-spec-workflow) [](https://opensource.org/licenses/MIT)

**Automated workflows for Claude Code with intelligent task execution.**

Transform your development with structured workflows: **Requirements → Design → Tasks → Implementation** for new features, plus streamlined **Report → Analyze → Fix → Verify** for bug fixes.

☕ Support This Project


📦 Installation

  1. Install the workflow globally
npm i -g @pimzino/claude-code-spec-workflow
  1. Run the setup command in your project directory
claude-code-spec-workflow

**Thats it, you are ready to go!**

✨ What You Get

  • 📁 Complete .claude/ structure - All files and directories
  • 📝 10 slash commands - 5 spec workflow + 5 bug fix workflow
  • 🎯 Intelligent task execution - Automated implementation
  • 🤖 4 specialized agents - Enhanced automation
  • 📊 Real-time dashboard - Monitor progress visually
  • 🔧 Auto-generated commands - One command per task
  • 📋 Document templates - Professional spec documents
  • ⚙️ Project steering - Persistent context and standards
  • ⚡ Smart optimization - Intelligent context sharing and caching

🔄 Workflows Overview

📊 **Spec Workflow** (New Features)

**Complete automation in one command:**

/spec-create feature-name "Description"

**What happens:**

  1. Requirements → User stories + acceptance criteria

...