Analysis updated 2026-07-03
Add a four-stage spec workflow to a Claude Code project so new features move through requirements, design, task breakdown, and implementation in a predictable order.
Use the bug-fix workflow to document a bug, analyze its root cause, apply a fix, and verify the result with AI guidance at each step.
Launch a live task dashboard and share it via a temporary public URL so stakeholders can see development progress without accessing the codebase.
| pimzino/claude-code-spec-workflow | ramonszo/zuck.js | bknd-io/bknd | |
|---|---|---|---|
| Stars | 3,727 | 3,728 | 3,723 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | developer | developer | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Requires Claude Code to already be installed, install this package globally via npm, then run the setup command inside your project directory.
This package adds structured development workflows to Claude Code, which is an AI coding assistant made by Anthropic. The idea is to give developers a predictable process for both building new features and fixing bugs, rather than jumping straight into writing code without a plan. For new features, the package provides a spec workflow that moves through four stages in order: writing requirements, creating a technical design, breaking the work into tasks, and then implementing those tasks. A single command starts the whole process, and the system generates additional commands automatically so each task can be executed on its own. For bug fixes, there is a separate workflow that moves through documenting the bug, analyzing the root cause, applying a fix, and then verifying that the fix worked. Once installed globally via npm and set up in a project directory, the package adds ten slash commands, four AI agents, and a set of document templates to the project's Claude Code configuration. It also creates three steering documents that capture the project's purpose, technology choices, and code organization rules. These documents give the AI persistent context about the project so it does not have to rediscover that information on every interaction. A real-time dashboard is included and can be launched from the command line to show the current status of specs and tasks. The dashboard can also be shared with external stakeholders through a temporary public URL using a tunnel feature, with optional password protection. It uses WebSocket connections to update live and integrates with git to track progress. The README notes that the primary development focus has moved to a separate MCP (Model Context Protocol) version of the same system, which is designed to work with a broader range of AI tools. This Claude Code-specific version remains available but is described as receiving limited updates going forward.
An npm package that adds structured feature-spec and bug-fix workflows to Claude Code, guiding AI-assisted development through requirements, design, task breakdown, and implementation stages with a real-time dashboard.
Mainly TypeScript. The stack also includes TypeScript, Node.js.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.