Pimzino Spec Workflow
An npm package that installs 10 slash commands (5 spec workflow + 5 bug fix), 4 specialized agents, a real-time dashboard, and steering documents into Claude Code. Spec workflow: /spec-create gates the agent through Requirements → Design → Tasks → Implementation. Bug fix workflow: /bug-create → /bug-analyze → /bug-fix → /bug-verify.
View on GitHubWhat it does
- /spec-create feature-name "Description"
Run the complete spec workflow: Requirements → Design → Tasks → auto-generated implementation commands.
- /spec-execute task-id feature-name
Execute a specific task from the approved spec with full steering + specification context loaded.
- /spec-steering-setup
Create product.md, tech.md, and structure.md as persistent project context that reduces repeated explanations.
- /bug-create issue-name "Description"
Document a bug in structured format as the starting point for the /bug-analyze → /bug-fix → /bug-verify workflow.
- claude-spec-dashboard
Real-time WebSocket dashboard for tracking spec and bug fix progress, with optional secure tunnel for stakeholder sharing.