From Dev10x
View, list, inspect, edit, and reset playbooks for orchestration skills via guided interface without raw YAML. Triggers for playbook workflow customization.
npx claudepluginhub dev10x-guru/dev10x-claude --plugin Dev10xThis skill is limited to using the following tools:
Guided interface for viewing and customizing playbook YAML files
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Guided interface for viewing and customizing playbook YAML files
(references/playbook.yaml within any playbook-powered skill)
so users never need to edit raw YAML.
The full workflow — discovery, inspection, guided edit flow,
reset to defaults, tier resolution — lives in
instructions.md.
When this skill is invoked, Read instructions.md now and
follow it end-to-end. TaskCreate calls and AskUserQuestion
gates documented there are REQUIRED.