What problem does it solve? When you already know exactly which Jenga playbook you want, going through natural-language intent detection and playbook matching is unnecessary overhead. This Skill lets you invoke a playbook directly by its ID, jumping straight to chain confirmation and execution. ## Core Features & Use Cases - Direct ID Invocation: Resolves a playbook by ID via load-playbooks.sh lookup, bypassing detect-nl-intent.sh and match-playbook.sh entirely. - Catalog Listing: Invoked with no argument, it renders a Markdown table of all available built-in and project playbooks with their step chains. - Distinct Error Handling: Distinguishes not_found (with a 'did you mean' catalog nudge) from invalid (reporting the validation reason verbatim) and setup failures. - Use Case: You know the brainstorm-to-mirror playbook exists and want to run it now — invoke it by ID and confirm the rendered chain instead of describing your intent in free text. ## Quick Start Ask the agent to run the j.playbook skill with the playbook ID 'brainstorm-to-mirror' to confirm and execute that playbook chain directly.