auto-doclisted
Install: claude install-skill Samuel0101010/wisp-orchestrator
Given the run-id and slug in the user message:
1. Read the run's events via the orchestrator
2. Read the latest commit message for the run's worktree (`git -C <worktree> log -1 --format=%B`)
3. Synthesize a docs/solutions entry with frontmatter:
```
---
date: <today YYYY-MM-DD>
tags: [<2-5 kebab-case>]
files: [<paths touched>]
related: []
---
# <title>
## Problem
## Root cause
## Solution
## Verification
## Lessons
```
4. Write to `docs/solutions/<date>-<slug>.md`. Output the path.