From whip
Creates .whip/lesson-learn markdown files documenting whip runs: user prompts, AI decisions/executions, IRC coordination highlights, outcomes, and lessons learned.
npx claudepluginhub bang9/ai-tools --plugin whipThis skill uses the workspace's default tool permissions.
Use this skill when the user wants to turn a real `whip` run into a reusable case study, lesson learned, postmortem, or discussion draft.
Creates structured lessons log entries capturing knowledge from projects, incidents, or significant learnings for future teams' organizational memory.
Generates guided post-development recap after AI feature implementation, with scope detection, markdown doc creation, and interactive Q&A session.
Extracts generalized learnings from conversation friction points (failed approaches, workarounds) and appends to project's CLAUDE.md with git commit.
Share bugs, ideas, or general feedback.
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
- ...