release
Cut a booping plugin release — verify the version bump against the last published tag, draft public-voiced release notes, merge the release branch into master,…
Run a user-authored playbook from the vault: a multi-step guided procedure. Lists available global and local playbooks, selects one by trigger, and drives its steps in order — spawning per-step sub-agents or running inline, pausing at review gates.
$ npx -y skills add A/claude-booping --skill playbook --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/playbookContext preview
The summary Claude sees to decide when to auto-load this skill.
Run a user-authored playbook from the vault: a multi-step guided procedure. Lists available global and local playbooks, selects one by trigger, and drives its steps in order — spawning per-step sub-agents or running inline, pausing at review gates.
name: playbook description: "Run a user-authored playbook from the vault: a multi-step guided procedure. Lists available global and local playbooks, selects one by trigger, and drives its steps in order — spawning per-step sub-agents or running inline, pausing at review gates." argument-hint: [playbook name or trigger] user-invocable: true allowed-tools: - Read - Bash(booping:*) - Agent - AskUserQuestion effort: medium
!`booping render src/templates/skills/playbook.md.j2`
A self-learning, project-scoped sprint workflow for Claude Code. booping turns a feature idea into a durable, on-disk loop — groom → develop → retro → learn — that uses sub-agents to avoid context rot, with an optional second-model cross-review of every plan.
Repo: A/claude-booping