# Work Package Template

Use this template to define a parent work package before orchestrating multiple chunks.

Artifact filenames follow `ai/standards/artifact-naming.md`.
Handoff field semantics follow `ai/standards/workflow-handoff.md`; keep the
handoff block below as an output shape, not a separate policy source.

```md
---
Status: Draft | Active | Completed
Owner Role: Orchestrator
Created: YYYY-MM-DDTHH:mm:ss.sssZ
Completed:
Requirements Source:
Planning Path: A | B | C | D
Automation Policy: manual | chunk_auto_commit | milestone_auto_commit
Commit Policy: manual | chunk_auto_commit | milestone_auto_commit
Chunk Autopilot: enabled | disabled
Stop Milestones: none | chunk-000001, milestone-name
Validation:
---

# Work Package Title

## Goal

## Requirements Source

## Planning Path

- Path:
- Rationale:

## Scope

## Out Of Scope

## Milestones

### Milestone 1: <name>

- Status: Not Started | In Progress | Blocked | Ready For Human Review | Approved | Completed
- Goal:
- Chunks:
  - ai/chunks/backlog/chunk-000001-<slug>.md
- Validation:
- Human Review Required: yes
- Completion Criteria:

## Approved Chunk Queue

1. ai/chunks/backlog/chunk-000001-<slug>.md
2. ai/chunks/backlog/chunk-000002-<slug>.md

## Chunk Autopilot

- Enabled: yes | no
- Stop Milestones: none | <chunk numbers or milestone names>
- Default Continuation: continue to next approved chunk unless a stop milestone, safety stop condition, or end of queue is reached.
- End Of Queue Action: stop for final human review.

## Automation Policy

- Auto-run Developer: yes | no
- Auto-run QA: yes | no
- Auto-run focused retry: yes | no, only when retry-safe
- Auto-complete/archive chunks: yes | no
- Auto-commit chunks: yes | no
- Auto-merge/release: no

## Stop Conditions

## Progress Tracking

- Chunks Completed:
- Commits Made:
- Chunks Remaining:
- Current Stop Reason:

## Commit Plan

## Milestone Review Notes

## Final Review Notes

## Pass History

### Orchestrator Pass 1

- Role: Orchestrator
- Date: YYYY-MM-DDTHH:mm:ss.sssZ
- Goal:
- Result:
- Blockers:
- Validation:
- Cleanup:
- Recommended Next Action:

## Handoff

- Canonical State:
- Gate Checked:
- Result:
- Blockers:
- Recommended Next Action:
- Immediate Next Step:
- Human Review Command:
- Prompt Handoff Command:
- Transition Command:
- Post-Approval Command:
- Trusted Daemon Git Commands:
- Optional Prompt Review Command:
- Human Approval Needed:
```
