@windyroad/retrospective 0.18.1 → 0.18.2-preview.327
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
CHANGED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# analyze-context — Reference
|
|
2
|
+
|
|
3
|
+
Source-decision provenance and cross-references for `/wr-retrospective:analyze-context`. Loaded only when SKILL.md flags a situation needing this material (per ADR-054 § "Sibling REFERENCE.md pattern").
|
|
4
|
+
|
|
5
|
+
## Composition with sibling measurements
|
|
6
|
+
|
|
7
|
+
- **`P099`** (briefing bloat — `check-briefing-budgets.sh`) — the deep report cites P099's `OVER` rows verbatim under Policy Breaches when the briefing tree exceeds Tier 3.
|
|
8
|
+
- **`P105`** (signal-vs-noise pass) — the deep report cites P105 score totals from the most-recent retro under Per-Turn Attribution / Suggestions, when relevant.
|
|
9
|
+
- **`ADR-040`** (session-start briefing surface) — the deep report cites ADR-040's tier budgets when surfacing briefing-related suggestions.
|
|
10
|
+
- **`run-retro` Step 2c (cheap layer)** — the deep report's HTML-comment trailer is the snapshot run-retro Step 2c reads for delta-from-prior comparison. Bidirectional contract.
|
|
11
|
+
|
|
12
|
+
## ADRs cited
|
|
13
|
+
|
|
14
|
+
- **ADR-043** (Progressive context-usage measurement) — this skill's source decision.
|
|
15
|
+
- **ADR-026** (Agent output grounding) — `analyze-context/SKILL.md` is on the per-agent prompt amendments list (lines 94–101 of ADR-026, amended within reassessment window).
|
|
16
|
+
- **ADR-014** (Governance skills commit own work) — `docs(retros): context analysis YYYY-MM-DD` row added to the Commit Message Convention table; this skill commits its own report per the amended convention.
|
|
17
|
+
- **ADR-013** Rule 5 / Rule 6 — interactive AskUserQuestion path / AFK fallback.
|
|
18
|
+
- **ADR-038** (Progressive disclosure) — the methodology mirrors ADR-038's tiered disclosure pattern; report rows obey ≤150-byte budget per row.
|
|
19
|
+
- **ADR-040** (Session-start briefing surface) — HTML-comment trailer pattern precedent.
|
|
20
|
+
- **ADR-022** (Verification Pending lifecycle) — P101's transition path on this skill landing.
|
|
21
|
+
- **ADR-005** / **ADR-037** / **ADR-052** — bats fixture shape under `test/`. ADR-052 supersedes ADR-037 and re-defaults skill tests to behavioural; structural-grep on this SKILL.md is a Permitted Exception per ADR-005 narrowed scope.
|
|
22
|
+
- **ADR-054** (SKILL.md runtime budget policy) — this REFERENCE.md is the first empirical instance of ADR-054's sibling-file pattern. P097 driver ticket.
|
|
@@ -233,22 +233,10 @@ This skill is **never auto-invoked** in AFK or non-interactive mode. The cheap l
|
|
|
233
233
|
|
|
234
234
|
If invoked in a non-interactive context with `AskUserQuestion` unavailable AND the commit gate flags above-appetite risk: skip the commit, report the uncommitted report path clearly, and let the user resolve on return. The report file itself is still written — it is the evidence the user reviews.
|
|
235
235
|
|
|
236
|
-
##
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
- **`run-retro` Step 2c (cheap layer)** — the deep report's HTML-comment trailer is the snapshot run-retro Step 2c reads for delta-from-prior comparison. Bidirectional contract.
|
|
242
|
-
|
|
243
|
-
## ADRs cited
|
|
244
|
-
|
|
245
|
-
- **ADR-043** (Progressive context-usage measurement) — this skill's source decision.
|
|
246
|
-
- **ADR-026** (Agent output grounding) — `analyze-context/SKILL.md` is on the per-agent prompt amendments list (lines 94–101 of ADR-026, amended within reassessment window).
|
|
247
|
-
- **ADR-014** (Governance skills commit own work) — `docs(retros): context analysis YYYY-MM-DD` row added to the Commit Message Convention table; this skill commits its own report per the amended convention.
|
|
248
|
-
- **ADR-013** Rule 5 / Rule 6 — interactive AskUserQuestion path / AFK fallback.
|
|
249
|
-
- **ADR-038** (Progressive disclosure) — the methodology mirrors ADR-038's tiered disclosure pattern; report rows obey ≤150-byte budget per row.
|
|
250
|
-
- **ADR-040** (Session-start briefing surface) — HTML-comment trailer pattern precedent.
|
|
251
|
-
- **ADR-022** (Verification Pending lifecycle) — P101's transition path on this skill landing.
|
|
252
|
-
- **ADR-005** / **ADR-037** — bats fixture shape under `test/`.
|
|
236
|
+
## Further reading (REFERENCE.md — lazy-loaded per ADR-054)
|
|
237
|
+
|
|
238
|
+
> Read `REFERENCE.md` § `Composition with sibling measurements` for sibling-skill cross-references (run-retro Step 2c bidirectional contract, P099 briefing-budgets co-citation, P105 signal-vs-noise composition, ADR-040 tier-budget composition).
|
|
239
|
+
>
|
|
240
|
+
> Read `REFERENCE.md` § `ADRs cited` for the full source-decision provenance index when investigating a behavioural change against this skill's design lineage.
|
|
253
241
|
|
|
254
242
|
$ARGUMENTS
|