Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@windyroad/retrospective) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@windyroad/retrospective
Session retrospectives for Claude Code. Captures learnings at the end of each session and creates problem tickets for failures and friction.
Part of Windy Road Agent Plugins.
What It Does
Every coding session produces learnings -- things that went well, things that broke, things that were harder than expected. Without a retrospective, those learnings evaporate.
The retrospective plugin:
- Reminds you to run a retro when a session ends
- Updates
docs/BRIEFING.mdwith session learnings so future sessions start with context - Creates problem tickets (via
@windyroad/problem) for failures and friction encountered during the session
Install
npx @windyroad/retrospectiveRestart Claude Code after installing.
Requires:
@windyroad/problemand@windyroad/risk-scorer. The installer warns if they're missing.
Usage
Run a session retrospective:
/wr-retrospective:run-retroThis walks through the session's work, identifies what went well and what didn't, updates docs/BRIEFING.md, and creates problem tickets for any failures.
The plugin also triggers a reminder via a Stop hook when a session ends naturally.
How It Works
| Hook | Trigger | What it does |
|---|---|---|
check-deps.sh |
Session start | Verifies that wr-problem and wr-risk-scorer are installed |
retrospective-reminder.sh |
Session end | Reminds you to run a retrospective |
Updating and Uninstalling
npx @windyroad/retrospective --update
npx @windyroad/retrospective --uninstall