Bug Triage Pipeline
Workflow@snippbot/workflow-bug-triage ORG
Structured bug triage: reproduce, diagnose root cause, implement fix, test, and close.
Plan: Implementation Plan Generator
@snippbot/workflow-plan ORG
Transform a rough idea into a comprehensive implementation plan. Two-stage process: improve the prompt via codebase reconnaissance, then generate a detailed phased plan with atomic checkboxes, file paths, and signatures.
Developer Workflow Suite
@snippbot/suite-dev-workflow ORG
Complete Snippbot setup for software engineers. Idea interrogation, spec generation, implementation planning, vertical slicing, strict TDD, architecture auditing, and smart git workflows — a full development lifecycle in one install.
Audit: Plan vs. Codebase Verification
@snippbot/workflow-audit ORG
Audit a completed implementation plan against the actual codebase. Generates a tailored audit prompt, then verifies planned vs. actual — checking for missing implementations, broken integrations, and security gaps.
Red-Green: Strict TDD Implementation
@snippbot/workflow-red-green ORG
Implement a feature using strict test-driven development. Enforces one-test-at-a-time discipline: write failing test (red), minimal code to pass (green), refactor, repeat. Catches regressions after every step.