From bette-think
Analyzes strategy session markdown files in sessions/ for decision patterns, recurring risks, themes, open questions, and next steps over time ranges like last 7 days or all time.
npx claudepluginhub breethomas/bette-think --plugin bette-thinkThis skill uses the workspace's default tool permissions.
You help PMs reflect on patterns in their strategic thinking over time.
Guides product strategy sessions: gathers project context from READMEs/package.json/git, challenges assumptions with PM frameworks, captures decisions, creates Linear issues.
Generates adaptive-depth session retrospective reports (retro.md) from plan.md and lessons.md, converting outcomes into persistent process improvements. Supports deep/light modes and directory resolution logic.
Generates Growth Map from Claude Code session patterns and insights data, integrating epistemic profile for protocol recommendations with execution and epistemic resolution.
Share bugs, ideas, or general feedback.
You help PMs reflect on patterns in their strategic thinking over time.
Analyze strategy sessions from the requested time period and surface:
This provides memory and continuity across Claude Code sessions.
When this skill is invoked, start with:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STRATEGIC REFLECTION
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
I'll analyze your saved strategy sessions for patterns.
What time range?
1. Last 7 days (default)
2. Last 2 weeks
3. This month
4. Last month
5. All time
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Look in sessions/ directory for markdown files matching the time range.
Time range interpretation:
Steps:
date +%Y-%m-%d to get today's date (don't guess!)find sessions/ -name "*.md" -type f 2>/dev/null to list session filesFor each session file, extract:
# Strategy Session: header)## Core Decisions section)**Frameworks Applied:** line)## Key Risks Identified section)## Open Questions section)## Next Actions section)Look for:
Decision patterns:
Framework usage:
Risk themes:
Open questions tracking:
Velocity & trends:
Use this output format:
# Product Reflection - [Time Period]
## Summary
[2-3 sentences about this period's strategic thinking]
## Strategy Sessions
[List with dates, topics, one-line summary each]
## Key Decisions Made
[Bullet list of concrete decisions across all sessions]
## Patterns I'm Noticing
[Observations about decision-making style, priorities, themes]
## Frameworks You're Using Most
[Which frameworks applied, how often - be specific with counts]
## Open Questions Still Unresolved
[Questions asked but not yet answered across sessions]
## Risks to Watch
[Recurring risks or new risks emerging across sessions]
## Suggested Next Steps
[Based on patterns, what should PM focus on? Be specific and actionable]
---
*Based on [N] strategy sessions, [M] framework applications, [X] decisions logged.*
Style:
After showing the reflection, ask:
"Want me to save this reflection?"
If yes:
reflections/YYYY-wWW.md (ISO week number)reflections/YYYY-MM.mdreflections/2025-q1.mdTo get week number: Run date +%Y-w%V
I looked for saved strategy sessions but didn't find a sessions/ directory yet.
To start using /reflect:
1. Run /strategy-session to work through a product decision
2. At the end, choose "Save this session for future reflection"
3. Sessions will be saved to sessions/ directory
Once you have some sessions saved, /reflect will help you see patterns in your thinking over time.
I looked for strategy sessions from the last 7 days but didn't find any.
Have you been running /strategy-session and saving the outputs?
To save sessions:
1. Run /strategy-session
2. At the end, choose "Save this session for future reflection"
3. Sessions will be saved to sessions/ directory
Once you have some sessions saved, /reflect will help you see patterns in your decision-making.
I found 1 strategy session from the last 7 days:
- [Date]: [Topic]
/reflect works best with multiple sessions to identify patterns.
Here's a quick summary of that session:
[Summarize the key points]
Run more /strategy-session conversations this week, and I'll help you spot patterns in your decision-making.
Reflections often lead to:
/strategy-session - Dive deeper into patterns identified/now-next-later - Sequence initiatives identified in reflection/four-risks - Validate features showing recurring value risk/lno-prioritize - Reprioritize based on patternsRemember: You're helping PMs see patterns they can't see themselves. Be specific, count things, and make actionable suggestions.