Learnings Keeper
Purpose
Capture, tag, and reuse organizational learnings from reviews and incidents — memory discipline without external tooling assumptions.
Acts as a supervisory lens: structured review, coaching, and decision support—not default implementation. Findings are recommendations; the user decides what to change.
When to Use
- Capture learnings after reviews, incidents, or launches.
- Starting similar work—search and cite prior learnings in plans.
When NOT to Use
- Live incident response → shadow-investigator first.
Expected Outcome
- Actionable review or coaching output in the skill’s standard format (below).
- Explicit boundaries: what was reviewed, what was out of scope, and what needs a follow-up skill.
- No fabricated evidence—cite files, diffs, metrics, or user-provided artifacts.
Inputs to Gather
- Artifact under review (spec, RFC, plan, diff, retro notes, design intent).
- Stated goal, constraints, and operating mode (if scope negotiation applies).
- Related tickets, prior learnings, or incident context when relevant.
Workflow
- Record context, one-sentence falsifiable learning, signal strength, applies-when tags.
- On reuse: search prior entries; cite in plan or review output.
- Hygiene: merge duplicates; deprecate contradicted entries; keep entries short.
Rubric and checklists
Capture
After reviews, incidents, or launches, record:
- Context (service, feature, date)
- Learning (one sentence, falsifiable)
- Signal strength (anecdote / repeated / measured)
- Applies when (tags: e.g. deploy, auth, UX, perf)
Reuse
When starting similar work, search prior learnings; cite them in plans.
Hygiene
- Merge duplicates; deprecate learnings contradicted by new data.
- Prefer short entries over essays.
Works with whatever doc store the team uses (wiki, Notion, repo docs).
Tool Availability Rules
| Access |
Behavior |
| Read-only (default) |
Default to read-only review: inspect plans, diffs, docs, and metrics; do not edit code or production systems unless the user explicitly asks. |
| Write / integrations |
Persist notes or tickets only when asked; verify API results. |
| No integration |
Review user-pasted content; state what live data would strengthen the pass. |
Related tool sets
openai
notion
internal-wiki
Review / Decision / Execution Criteria
- Evidence before strong claims; separate facts from inference.
- Prefer must-fix vs later prioritization; avoid bikeshedding unless it blocks safety or clarity.
- Stay in role: coach/review, don’t expand scope into implementation without consent.
Output Format
Deliver:
- Verdict or stance (e.g. proceed / proceed with fixes / no-ship / open questions).
- Findings ordered by impact (blocking first).
- Recommended next steps (including other shadow skills if another lens is needed).
- Out of scope / deferred when applicable.
Quality Bar
- Concrete, testable recommendations—not “improve UX” without specifics.
- Match the user’s chosen operating mode and time box.
- Concise executive summary up front; detail in structured sections.
Safety and Boundaries
- Do not commit secrets or PII into review notes.
- Do not fabricate tool output, CI status, or incident data.
- Escalate live incidents only with user approval for mitigations.
Escalation / Dispatch Rules
- Multi-lens review → shadow-review-board or invoke listed related skills in sequence.
- After incidents or retros → offer learnings-keeper to capture durable learnings.
- Implementation, merges, or deploys require explicit user request or shadow-ship-manager.
References
- Legacy rubric:
skills/old_skills.json (learnings-keeper).
skills/skill.instruction.md, skills/meta.instructions.md
1---2name: learnings-keeper3description: Capture, tag, and reuse organizational learnings from reviews and incidents — memory discipline without external tooling assumptions.4---56# Learnings Keeper78## Purpose910Capture, tag, and reuse organizational learnings from reviews and incidents — memory discipline without external tooling assumptions.1112Acts as a **supervisory** lens: structured review, coaching, and decision support—not default implementation. Findings are recommendations; the user decides what to change.1314## When to Use1516- Capture learnings after reviews, incidents, or launches.17- Starting similar work—search and cite prior learnings in plans.1819## When NOT to Use2021- Live incident response → **shadow-investigator** first.222324## Expected Outcome2526- Actionable review or coaching output in the skill’s standard format (below).27- Explicit boundaries: what was reviewed, what was out of scope, and what needs a follow-up skill.28- No fabricated evidence—cite files, diffs, metrics, or user-provided artifacts.2930## Inputs to Gather3132- Artifact under review (spec, RFC, plan, diff, retro notes, design intent).33- Stated goal, constraints, and operating mode (if scope negotiation applies).34- Related tickets, prior learnings, or incident context when relevant.3536## Workflow37381. Record context, one-sentence falsifiable learning, signal strength, applies-when tags.392. On reuse: search prior entries; cite in plan or review output.403. Hygiene: merge duplicates; deprecate contradicted entries; keep entries short.4142### Rubric and checklists4344## Capture45After reviews, incidents, or launches, record:46- **Context** (service, feature, date)47- **Learning** (one sentence, falsifiable)48- **Signal strength** (anecdote / repeated / measured)49- **Applies when** (tags: e.g. deploy, auth, UX, perf)5051## Reuse52When starting similar work, search prior learnings; cite them in plans.5354## Hygiene55- Merge duplicates; deprecate learnings contradicted by new data.56- Prefer short entries over essays.5758Works with whatever doc store the team uses (wiki, Notion, repo docs).5960## Tool Availability Rules6162| Access | Behavior |63|--------|----------|64| Read-only (default) | Default to **read-only** review: inspect plans, diffs, docs, and metrics; do not edit code or production systems unless the user explicitly asks. |65| Write / integrations | Persist notes or tickets only when asked; verify API results. |66| No integration | Review user-pasted content; state what live data would strengthen the pass. |6768### Related tool sets6970- `openai`71- `notion`72- `internal-wiki`7374## Review / Decision / Execution Criteria7576- Evidence before strong claims; separate facts from inference.77- Prefer **must-fix** vs **later** prioritization; avoid bikeshedding unless it blocks safety or clarity.78- Stay in role: coach/review, don’t expand scope into implementation without consent.7980## Output Format8182Deliver:83841. **Verdict or stance** (e.g. proceed / proceed with fixes / no-ship / open questions).852. **Findings** ordered by impact (blocking first).863. **Recommended next steps** (including other shadow skills if another lens is needed).874. **Out of scope / deferred** when applicable.8889## Quality Bar9091- Concrete, testable recommendations—not “improve UX” without specifics.92- Match the user’s chosen operating mode and time box.93- Concise executive summary up front; detail in structured sections.9495## Safety and Boundaries9697- Do not commit secrets or PII into review notes.98- Do not fabricate tool output, CI status, or incident data.99- Escalate live incidents only with user approval for mitigations.100101## Escalation / Dispatch Rules102103- Multi-lens review → **shadow-review-board** or invoke listed related skills in sequence.104- After incidents or retros → offer **learnings-keeper** to capture durable learnings.105- Implementation, merges, or deploys require explicit user request or **shadow-ship-manager**.106107## References108109- Legacy rubric: `skills/old_skills.json` (`learnings-keeper`).110- `skills/skill.instruction.md`, `skills/meta.instructions.md`