Developer Workflow Assistant
@snippbot/profile-dev-workflow ORG
AI assistant configured for software engineers. TDD discipline, architecture-first planning, vertical slicing, and codebase health auditing.
Entrepreneur Suite
@snippbot/suite-entrepreneur ORG
Complete Snippbot setup for entrepreneurs. Pitch decks, market intelligence, MVP launch workflows, and a startup-focused AI advisor.
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.
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.
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.
Slice: Vertical Issue Decomposition
@snippbot/workflow-slice ORG
Decompose a spec or plan into independently shippable vertical slices. Each slice cuts through all layers (DB, backend, API, frontend). Starts with a tracer bullet, builds a dependency graph, and creates GitHub issues.
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.