relevant-learnings
Search the learnings index for wisdom from past experiences that applies to current work.
Vision to Value Phase
Phase 6: Learning & Adaptation - This skill surfaces learnings to inform new work.
Prerequisites: Learnings captured from retrospectives and outcome reviews Outputs used by: All phases (applies institutional knowledge to new work)
Purpose
The organization accumulates learnings from retrospectives, outcome reviews, and decision audits. This skill surfaces relevant learnings before repeating past mistakes or missing known opportunities.
When to Use
Invoke /relevant-learnings [topic] when:
- Starting a new project in a familiar area
- Making a decision where past experience may help
- Facing a challenge that others may have encountered
- Onboarding to an area and wanting institutional knowledge
- Before a retrospective (to see if patterns are repeating)
Process
1. Parse the Query
Accept a topic, situation, or question with optional flags:
/relevant-learnings pricing strategy/relevant-learnings launching to enterprise/relevant-learnings team scaling challenges --include-demo/relevant-learnings customer churn --demo-only
Flags:
--include-demo- Include demo learnings (marked with[DEMO])--demo-only- Show only demo learnings (for testing/learning)
1b. Check for Production Data (Demo Filtering)
Before searching, determine if production learnings exist:
-
Check
context/learnings/index.mdfor non-demo entries -
Apply demo filtering rule:
Production Data? Flag Behavior No (any) Include demo with [DEMO]markersYes (none) Exclude demo data, show excluded count Yes --include-demoInclude demo with [DEMO]markers(any) --demo-onlyOnly demo data -
Demo data is identified by:
- ID contains "DEMO" (e.g.,
L-DEMO-001) - Source document contains "DEMO"
- ID contains "DEMO" (e.g.,
2. Search Learnings Index
Read context/learnings/index.md and search for:
- Keyword matches in learning text
- Tag matches
- Category matches
- Source document matches
3. Rank by Relevance
Prioritize learnings by:
- Direct keyword match
- High confidence learnings
- Recent learnings (more likely still relevant)
- Multiple tag matches
4. Present Findings
## Relevant Learnings: [Topic]
*Found [N] learnings related to "[topic]"*
### Highly Relevant
#### L-[NNN]: [Learning Title]
- **Learning**: [Clear statement of what was learned]
- **Source**: [Retrospective/Outcome Review] for [ID]
- **Date**: [When captured]
- **Confidence**: [High/Medium/Low]
- **Context**: [Brief background]
- **Application**: [How to apply this now]
[Repeat for top 3-5 highly relevant]
### Also Related
| ID | Learning | Source | Confidence |
|----|----------|--------|------------|
| L-[NNN] | [Brief learning] | [Source] | [Confidence] |
[List additional related learnings]
### Patterns Observed
Based on these learnings, common patterns emerge:
- [Pattern 1]
- [Pattern 2]
### Recommendations
For your current work on [topic]:
1. [Recommendation based on learnings]
2. [Recommendation based on learnings]
3. [Recommendation based on learnings]
### Learnings to Validate
Some learnings may need re-validation for your context:
- L-[NNN]: [Learning] — Consider validating because: [Reason]
5. Offer to Drill Down
If user wants more detail on any learning:
- Read the full source document
- Provide complete context and evidence
- Show how the learning was derived
Instructions
- Accept topic/situation from user (required)
- Read
context/learnings/index.md - Search and rank learnings by relevance
- Present top findings with context and application
- Identify patterns across multiple learnings
- Provide actionable recommendations
- Note any learnings that may need re-validation
- Offer to read source documents for more detail
If No Learnings Found
## Relevant Learnings: [Topic]
No learnings found for "[topic]" in the learnings index.
This could mean:
1. This is a new area without documented learnings
2. Try different keywords: [suggest alternatives]
3. The learnings index may need to be updated
**Recommendation**: After completing work in this area, use `/retrospective` to capture learnings for future reference.
Learning Categories
Learnings are categorized as:
- Strategy & Bets — Strategic decision-making
- Product Development — Building products
- Go-to-Market — Launching and selling
- Customer & Market — Customer and market dynamics
- Process & Operations — How we work
Use category context to improve recommendations.
Cross-Reference Following (v3)
When finding relevant learnings:
- Search learning topic index: Match keywords against
topicIndexincontext/index.json - Follow decision links: Learnings linked to decisions get higher relevance when the current task relates to those decisions
- Show origin: For each learning, show the decision or outcome review it came from via cross-references
- Phase awareness: Use
phaseIndexto prioritize learnings from the same Vision to Value phase as the current work