Packages

Prompt Runner SDK - packet-first prompt execution for Elixir and CLI workflows with verifier-owned completion, retry, repair, and git-aware repository orchestration.

Current section

Files

Jump to
prompt_runner_sdk examples authoring_packet templates from-adr.prompt.md
Raw

examples/authoring_packet/templates/from-adr.prompt.md

---
references: []
required_reading: []
context_files: []
depends_on: []
verify:
files_exist: []
contains: []
changed_paths_only: []
---
# {{name}}
## Required Reading
<!-- prompt_runner:placeholder required_reading -->
- List the ADRs and packet-local docs this prompt depends on.
## Architecture Context
<!-- prompt_runner:placeholder architecture_context -->
- Summarize the decision boundaries that matter for this prompt.
## Mission
<!-- prompt_runner:placeholder mission -->
Describe the repo work to perform.
## Deliverables
<!-- prompt_runner:placeholder deliverables -->
- List the exact files or outputs required.
## Non-Goals
<!-- prompt_runner:placeholder non_goals -->
- List what must not change.
## Verification Notes
<!-- prompt_runner:placeholder verification_notes -->
- Convert deliverables into `verify:` rules before you run the packet.