Code Review Pipeline
Workflow@snippbot/workflow-code-review ORG
Automated code review pipeline: lint, test, security scan, then generate review summary.
Spec: Technical Specification Generator
@snippbot/workflow-spec ORG
Generate a living technical specification from a feature idea. Defines API contracts, database schemas, user stories with Given/When/Then acceptance criteria, UI hierarchy, security rules, and test requirements.
Health Check: Architecture Audit
@snippbot/workflow-health-check ORG
Comprehensive codebase health assessment across 5 quantitative dimensions: concept scattering, module depth vs. width, test health, coupling risk, and AI-agent readability. Produces a letter-grade scorecard.
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.
MVP Launch Pipeline
@snippbot/workflow-mvp-launch ORG
End-to-end MVP launch: scope definition, build sprint, beta test, launch prep, and measurement.
Bug Triage Pipeline
Workflow@snippbot/workflow-bug-triage ORG
Structured bug triage: reproduce, diagnose root cause, implement fix, test, and close.
Deploy Checklist Pipeline
Workflow@snippbot/workflow-deploy-checklist ORG
Pre-deploy validation, deployment execution, smoke tests, and notification pipeline.
Test Runner Hook
hook@snippbot/hook-test-runner ORG
Automatically run relevant tests when source files change. Smart test discovery and mapping.
Interrogate: Idea Stress-Test
@snippbot/workflow-interrogate ORG
Rigorous structured interview to stress-test an idea before building. Conducts themed rounds (intent, users, data, edges, integration) grounded in codebase reality. Produces a Decision Record.