What would you like to build?
Describe the outcome. Clarify any open questions, then approve the scope and let development run.
- 1Describe
- 2Clarify
- 3Build & verify
- 4Deliver
How delivery works
Phase → gate
{# Chips live in the summary so they stay up when this card is closed. #}
{%- for p in phases %}
-
{{ p.n }}
{% if p.n == 1 %}Identify{% else %}{{ p.name }}{% endif %}
{%- endfor %}
How delivery works
Phase → gate
Agree on the scope once. One brief combines planning and design, then development builds, tests, and gathers two independent reviews. Each phase reuses the agreed decisions and committed work. Delivery follows your choice: a reviewed pull request, automatic merge, or merge and an authorized deployment. Maintenance starts as a new change against the delivered version.
The seven phases
-
{%- for p in phases %}
-
{{ p.n }}
{{ p.name }} {%- if p.gates %}{{ p.gates | join(' · ') }} {%- else %}start a follow-up change{% endif %} {{ p.note }}
{%- endfor %}
Validate once, then verify
Validation happens once: clarify/contract freeze the right condition and the right evidence. Everything after that is verification — LSP, driving those evidence lines, and two independent reviewers checking the same evidence. These are the pairs that exist here:
-
{%- for v in vee_pairs %}
- {{ v.defines }} {{ v.answered_by }} {{ v.how }} {%- endfor %}
New change
-
-
Answer the decisions that affect the outcome. We’ll use your answers to prepare the scope and acceptance checks.
Open chat -
Review the prepared requirements and checks. Once you start, planning, implementation, testing, and independent review run automatically.
Isolated tests + two independent reviewsDelivery stops at a reviewed pull request. You control when it merges.
-
sdlc/plan -
sdlc/design -
sdlc/code -
sdlc/tests -
Delivery checks
-
Deliver Delivery follows your approved settings.Verification clearance Verified & Ready✓Automated Tests All checks passed✓Independent Review A Validation approved✓Independent Review B Verification approved✓Acceptance Criteria Requirements satisfiedPull request your delivery choice
Tests and independent reviews must pass before merging. Automatic merge runs only when you selected it.
Deploy restarts production