Runs/Start a run

Every run — whether this repository has a long history or none at all — starts the same way: pick a repository, describe the issue, and BinChicken assembles the workflow below and begins.

1. GitHub issue

BinChicken is mocked for v0.1 — no repository is actually read from GitHub yet — so enter the issue’s title and number the way you’d copy them from the issue page.

2. Review the workflow

Feature Delivery — every role that will run, in order, and where BinChicken will stop for your sign-off.

  1. 1
    Scoperscope → produces requirements.md
  2. 2
    Architectarchitecture → produces architecture.md · after scope
  3. 3
    UX Reviewerux → produces ux-review.md · after architecture
  4. 4
    Security Reviewersecurity → produces security-review.md · after architecture
    Human approval required
  5. 5
    Builderbuild → produces implementation.patch · after ux, security
  6. 6
    Code Reviewerreview → produces code-review.md · after build
  7. 7
    Testertest → produces test-plan.md · after build
  8. 8
    Releaserapproval → produces release-notes.md · after review, test
    Human approval required
  9. 9
    Releaserrelease → produces release-notes.md · after approval