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.