JSPM

@windyroad/retrospective

0.6.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2919
  • Score
    100M100P100Q136097F
  • License MIT

Session retrospectives that update briefings and create problem tickets

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.md with session learnings so future sessions start with context
    • Creates problem tickets (via @windyroad/itil) for failures and friction encountered during the session

    Install

    npx @windyroad/retrospective

    Restart Claude Code after installing.

    Requires: @windyroad/itil and @windyroad/risk-scorer. The installer warns if they're missing.

    Usage

    Run a session retrospective:

    /wr-retrospective:run-retro

    This 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-itil 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

    Licence

    MIT