54 lines
1.2 KiB
Plaintext
54 lines
1.2 KiB
Plaintext
# Mission Manifest — ${MISSION_NAME}
|
|
|
|
> Persistent document tracking full mission scope, status, and session history.
|
|
> Updated by the orchestrator at each phase transition and milestone completion.
|
|
|
|
## Mission
|
|
|
|
**ID:** ${MISSION_ID}
|
|
**Statement:** ${MISSION_STATEMENT}
|
|
**Phase:** Intake
|
|
**Current Milestone:** —
|
|
**Progress:** 0 / ${MILESTONE_COUNT} milestones
|
|
**Status:** not-started
|
|
**Last Updated:** ${CREATED_AT}
|
|
|
|
## Success Criteria
|
|
|
|
${SUCCESS_CRITERIA}
|
|
|
|
## Milestones
|
|
|
|
| # | ID | Name | Status | Branch | Issue | Started | Completed |
|
|
|---|-----|------|--------|--------|-------|---------|-----------|
|
|
${MILESTONES_TABLE}
|
|
|
|
## Deployment
|
|
|
|
| Target | URL | Method |
|
|
|--------|-----|--------|
|
|
${DEPLOYMENT_TABLE}
|
|
|
|
## Coordination
|
|
|
|
- **Primary Agent:** ${PRIMARY_RUNTIME}
|
|
- **Sibling Agents:** ${SIBLING_AGENTS}
|
|
- **Shared Contracts:** ${SHARED_CONTRACTS}
|
|
|
|
## Token Budget
|
|
|
|
| Metric | Value |
|
|
|--------|-------|
|
|
| Budget | ${TOKEN_BUDGET} |
|
|
| Used | 0 |
|
|
| Mode | normal |
|
|
|
|
## Session History
|
|
|
|
| Session | Runtime | Started | Duration | Ended Reason | Last Task |
|
|
|---------|---------|---------|----------|--------------|-----------|
|
|
|
|
## Scratchpad
|
|
|
|
Path: `docs/scratchpads/${MISSION_ID}.md`
|