@windyroad/retrospective 0.6.0-preview.168 → 0.6.0-preview.179
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skills/run-retro/SKILL.md +17 -9
package/package.json
CHANGED
|
@@ -12,7 +12,7 @@ Reflect on the current session, update the project briefing, and create problem
|
|
|
12
12
|
|
|
13
13
|
### 1. Read the current briefing
|
|
14
14
|
|
|
15
|
-
Read `docs/
|
|
15
|
+
Read `docs/briefing/README.md` — the per-topic index, Critical Points summary, and per-file hooks. Then read each topic file referenced in the Topic Index (`docs/briefing/<topic>.md`) to understand what previous sessions captured under each heading. During the P100 transition window the legacy single-file `docs/BRIEFING.md` may still exist as a stub pointer; it is read-only until P100 slice 2 retires it.
|
|
16
16
|
|
|
17
17
|
### 2. Reflect on this session
|
|
18
18
|
|
|
@@ -100,19 +100,26 @@ The shape mirrors P068's Step 4a Verification-close housekeeping: glob / evidenc
|
|
|
100
100
|
- **Step 4 (problem-ticket creation)** — Step 2b feeds Step 4. A detection surfaced in Step 2b that the user accepts becomes a Step 4 creation or update via the manage-problem delegation. Step 4b's Stage 1 two-stage codification flow (P075) applies to pipeline-instability tickets the same way it applies to Step 2 reflection tickets — the detection IS the codify-worthy observation.
|
|
101
101
|
- **ADR-027 compatibility note**: when ADR-027's Step-0 auto-delegation lands on run-retro, Step 2b's evidence scan is load-bearing on main-agent session context that a delegated subagent does not automatically inherit. The migration path mirrors Step 4a's: either (a) run Step 2b in the main-agent context BEFORE Step-0 delegation to the subagent, or (b) include an explicit session-activity summary (tool invocations, commits, skill calls observed in main-agent context) in the Step-0 delegation prompt. Option (a) is preferred to keep the evidence scan close to the observed activity.
|
|
102
102
|
|
|
103
|
-
### 3. Update
|
|
103
|
+
### 3. Update the briefing tree
|
|
104
104
|
|
|
105
|
-
Edit `docs/
|
|
105
|
+
Edit `docs/briefing/<topic>.md` files — each topic file is per-subject (`hooks-and-gates.md`, `releases-and-ci.md`, `governance-workflow.md`, `afk-subprocess.md`, `plugin-distribution.md`, `agent-interaction-patterns.md`). Select the topic file whose scope matches the learning; if no file fits, add a new topic file under `docs/briefing/` and update `docs/briefing/README.md`'s Topic Index accordingly.
|
|
106
106
|
|
|
107
|
-
|
|
107
|
+
For each accepted learning:
|
|
108
|
+
|
|
109
|
+
- **Add** new entries to the matching topic file under the right section ("What You Need to Know" or "What Will Surprise You"). If the learning spans topics, pick the file whose fix-path is most concrete and cross-reference from the other topic file.
|
|
108
110
|
- **Remove** stale items that are no longer true. A learning is stale when:
|
|
109
111
|
- The issue has been fixed (e.g., "CI doesn't test v2" after v2 tests are added)
|
|
110
112
|
- It's now documented elsewhere (e.g., in an ADR, CLAUDE.md, or README)
|
|
111
113
|
- The codebase has changed enough that it's no longer relevant
|
|
112
|
-
- **Update** items where the details have changed
|
|
113
|
-
- Keep
|
|
114
|
+
- **Update** items where the details have changed.
|
|
115
|
+
- Keep each topic file naturally bounded — per-topic files replace the legacy under-2000-token budget on a single file. If a topic file grows past ~20 entries, consider splitting further.
|
|
116
|
+
|
|
117
|
+
After editing topic files, update `docs/briefing/README.md`:
|
|
118
|
+
|
|
119
|
+
- Refresh per-file summaries in the Topic Index if the topic file's character changed.
|
|
120
|
+
- Promote an entry into the Critical Points section only when it is genuinely among the highest-value rules of the session (the session-start surface is small and curated — adding there is a user-interactive decision per the helpfulness rating slice 2 will add).
|
|
114
121
|
|
|
115
|
-
Use the AskUserQuestion tool to confirm any removals: "I
|
|
122
|
+
Use the AskUserQuestion tool to confirm any removals: "I would like to remove [item] from `docs/briefing/<topic>.md` because [reason]. Is this correct?"
|
|
116
123
|
|
|
117
124
|
### 4. Create or update problem tickets
|
|
118
125
|
|
|
@@ -246,10 +253,11 @@ Present a summary to the user:
|
|
|
246
253
|
```
|
|
247
254
|
## Session Retrospective
|
|
248
255
|
|
|
249
|
-
###
|
|
250
|
-
- Added: [items added]
|
|
256
|
+
### Briefing Changes
|
|
257
|
+
- Added: [items added — cite `docs/briefing/<topic>.md` per entry]
|
|
251
258
|
- Removed: [items removed with reasons]
|
|
252
259
|
- Updated: [items modified]
|
|
260
|
+
- README index refreshed: [per-file summaries or Critical Points changes]
|
|
253
261
|
|
|
254
262
|
### Problems Created/Updated
|
|
255
263
|
- [problem ticket]: [summary]
|