28 lines
642 B
Plaintext
28 lines
642 B
Plaintext
# Mission Scratchpad — ${MISSION_NAME}
|
|
|
|
> Append-only log. NEVER delete entries. NEVER overwrite sections.
|
|
> This is the orchestrator's working memory across sessions.
|
|
|
|
## Original Mission Prompt
|
|
|
|
```
|
|
${MISSION_PROMPT}
|
|
```
|
|
|
|
## Planning Decisions
|
|
|
|
<!-- Record key decisions made during planning. Format: decision + rationale. -->
|
|
|
|
## Session Log
|
|
|
|
| Session | Date | Milestone | Tasks Done | Outcome |
|
|
|---------|------|-----------|------------|---------|
|
|
|
|
## Open Questions
|
|
|
|
<!-- Unresolved items that need human input or cross-session investigation. -->
|
|
|
|
## Corrections
|
|
|
|
<!-- Record any corrections to earlier decisions or assumptions. -->
|