Skip to content
Development
Skill

/playbook

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.

From plugin
booping
142 skills2 agents
Install
$ npx -y skills add A/claude-booping --skill playbook --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/playbook

Context 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.

SKILL.md

playbook.SKILL.md
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`

Ships withbooping

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.

Get the whole plugin
Stats
14
Stars
2
Forks
Active
Maintenance
Python
Language
MIT
License
29d ago
Last commit
4mo ago
Created

Repo: A/claude-booping

Other skills on booping.

release
Skill

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,…

@gh-a@gh-aView Skill