# Feature delivery

> Move a feature from request to independent verification and accountable acceptance.

Source: https://accd.github.io/verchestra/docs/workflows/feature-delivery/
Content digest: `sha256:d3bb33d5e05b49e15ab9b02eeab7412f3951b1d599cc84ee0cf169b722abbe19`

```text
request → discovery → specification → design → tasks
        → execution → verification → human review
```

The orchestration layer turns the request into an Execution Package containing requirements, decisions, atomic tasks, authority, and completion gates. A qualified driver executes that package without owning the policy.

Verification is independent: the author cannot validate their own completion claim. Evidence is mapped back to requirements, and discrimination checks prove that the tests can fail for the intended reason.

`EXECUTION_READY` means the package is complete enough to execute. It is not human approval. Human review remains an explicit final state after independent evidence exists.
