Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/whipper:whip-status [--all]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Whipper Status ## Current Loop Check `.claude/whipper.local.md`: - If exists: show skill, iteration/max_iterations, started_at, task_dir - If not: "No active whipper loop" ## Project History List `.whipper/tasks/` directories. For each, read the first 10 lines of README.md to extract command, result, iterations. Format: ## All Projects (--all flag) If $ARGUMENTS contains "--all", also read `~/.claude/whipper-logs/index.json` and list all entries across projects.
Check .claude/whipper.local.md:
List .whipper/tasks/ directories. For each, read the first 10 lines of README.md to extract command, result, iterations.
Format:
🔄 Active: "{command}" (iteration N/M, /skill, started HH:MM)
📁 Project history:
YYYY-MM-DD task-slug /skill ✅ passed (N/M)
YYYY-MM-DD task-slug /skill ❌ failed (N/M)
If $ARGUMENTS contains "--all", also read ~/.claude/whipper-logs/index.json and list all entries across projects.
npx claudepluginhub learners-superpumped/whipper --plugin whipper