BinChicken SDLC
Feature Delivery

Turns a GitHub issue into reviewed requirements, architecture, implementation, testing, and release artifacts through specialized AI roles and human approval gates.

Pipeline · v3

1
scopeScoper · produces requirements
2
architectureArchitect · produces architecture
depends on scope
3
uxUX Reviewer · produces ux_review
depends on architecture
4
securitySecurity Reviewer · produces security_review
depends on architecture
approval gate
5
buildBuilder · produces implementation_patch
depends on ux, security
6
reviewCode Reviewer · produces code_review
depends on build
7
testTester · produces test_plan
depends on build
8
approvalReleaser · produces release_notes
depends on review, test
approval gate
9
releaseReleaser · produces release_notes
depends on approval

Version history

v3Made security review a blocking gate independent of the final approval step.
Sep 1, 06:15 AM
v2Added parallel UX and security review after architecture.
Aug 7, 06:15 AM
v1Initial pipeline: scope → architecture → build → review → test → approval → release.
May 9, 06:15 AM