Playbook system
Skill troels-im/agent-skills-playbook-template/.agents/skills/playbook-system
Use when working in a repository based on agent-skills-playbook-template; loads AGENTS.md, progressive indexes, repository playbooks, work traces, and turn-test/pr-test verification without assuming a language stack.From its SKILL.md
npx -y skills add troels-im/agent-skills-playbook-template --skill playbook-systemAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 181 tokens by cl100k_base, as published. Nobody here has run it
Playbook System
Use this skill as a low-token discovery hook for the repository's progressive docs-as-code workflow.
Workflow
- Read
AGENTS.md. - Read root
index.md. - Read the nearest child
index.mdfor the area being changed. - For repeated work, read
playbooks/index.mdand the smallest matching playbook. - For long-running user goals, read
flows/index.mdand the smallest matching flow. - If no playbook matches, use
playbooks/repository/no-matching-playbook.md. - Use
just turn-testbefore commits andjust pr-testbefore PR handoff.
Do not assume a language, package manager, build system, deployment platform, or
test framework beyond the just turn-test and just pr-test entrypoints.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.