whip/skills/whip-lesson-learn/SKILL.md
Create a real-world whip case-study or lessons-learned markdown file under .whip/lesson-learn/<file-name>.md. Use when the user wants to capture an actual whip run, prompts, decisions, IRC coordination, outcomes, or lessons learned.
npx skillsauth add bang9/ai-tools whip-lesson-learnInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the user wants to turn a real whip run into a reusable case study, lesson learned, postmortem, or discussion draft.
Create or update a markdown file at:
.whip/lesson-learn/<file-name>.md
After writing it, tell the user:
$whip-plan, $whip-start, URLs, branch names, and issue numbers..whip/lesson-learn/.YYYY-MM-DD-<short-case-name>.md.Use these sections, translated into the chosen output language:
Used tools / 사용한 도구Actual user prompts / 실제 유저가 쳤던 프롬프트What the AI judged and executed / AI 가 판단하고 실행한 영역What actually happened / 실제로 진행한 방향IRC coordination highlights / IRC 로 실제로 중요했던 대화Results and lessons learned / 결과와 레슨런If IRC did not matter for the case, omit section 5.
#123 issue and PR references, not backticked issue numbers, when GitHub linking is useful..whip/lesson-learn/ file first, then adapt from there.## Used tools
- ...
## Actual user prompts
> ...
## What the AI judged and executed
- ...
## What actually happened
### 1. ...
- ...
## IRC coordination highlights
- ...
## Results and lessons learned
### Final result
- ...
### Lessons learned
- ...
development
Spawn whip agent sessions to handle tasks. Dispatch a single agent or assemble a small team with explicit backend, scope, and ownership.
testing
Run multi-agent simulations to measure consistency of non-deterministic behavior. Use when the user wants to A/B test, validate behavioral equivalence, or stress-test outputs at scale.
development
Triage unresolved PR review threads via webform and dispatch fixes through whip-start. Use after receiving review feedback on your own PR.
content-media
Analyze work, design a stacked task plan, and get user approval before execution. Use when starting a multi-task project that needs planning.