| name | adg-bounded-delivery |
| description | Guide an agent through bounded feature-slice delivery. Use before implementation work that needs reduced rework, scoped context, stop conditions, evidence, and targeted checks. |
ADG Bounded Delivery
Use this before code edits.
Workflow
- Generate a slice with
node scripts/adg-context.mjs slice --feature <id> --workflow <workflow>.
- Stop if the slice reports missing scope, hard elicitation gaps, or forbidden bulk files.
- Read only the named files unless local evidence proves another file is required.
- Run the narrowest checks that prove the slice.
- Record deliverable evidence when the work is material.
Evidence
- feature ID;
- graph slice;
- files touched;
- tests run;
- decisions and failures;
- audit or deliverable record.