-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSTATE.md.template
More file actions
50 lines (35 loc) · 1.11 KB
/
Copy pathSTATE.md.template
File metadata and controls
50 lines (35 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
title: {{PROJECT_NAME}} STATE
status: active | paused | blocked | done
next_action: {{ONE_CONCRETE_NEXT_STEP}}
blockers: []
last_touched: {{YYYY-MM-DD}}
trigger_word: {{PROJECT_NAME_UPPERCASE}} ONLINE
---
# 🚨 FIRST ACTION FOR THIS SESSION
Print the "Last session summary" block below verbatim as your first chat reply, before taking any other action. Do not summarize. Do not paraphrase. Print it as-is so the user sees exactly what was decided last time.
# Last session summary (verbatim, for {{YOUR_NAME}} on resume)
**Shipped:**
- {{WHAT_SHIPPED_1}}
- {{WHAT_SHIPPED_2}}
**Decided:**
- {{DECISION_1}}
- {{DECISION_2}}
**Open:**
- {{OPEN_ITEM_1}}
- {{OPEN_ITEM_2}}
**Next session starts here:** {{NEXT_STEP}}
# Tasks queued for this session
## Tier 1 (critical, blocking)
- [ ] {{T1_TASK_1}}
## Tier 2 (important, not blocking)
- [ ] {{T2_TASK_1}}
## Tier 3 (nice to have)
- [ ] {{T3_TASK_1}}
# Context Claude needs
- Repo: `{{REPO_PATH}}`
- Deploy URL: {{DEPLOY_URL}}
- Key files: {{KEY_FILES}}
- External services in play: {{SERVICES}}
# Blockers (with owner)
- [ ] {{BLOCKER_1}} - owner: {{OWNER}}, ETA: {{ETA}}