Dev10x:playbook-maintenance

Compare user override playbooks to defaults and detect drift.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Brave-Labs/dev10x --skill dev10x-playbook-maintenance
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Dev10x:playbook-maintenance
Source: https://github.com/Brave-Labs/dev10x/tree/main/skills/playbook-maintenance
Command: npx skills add https://github.com/Brave-Labs/dev10x --skill dev10x-playbook-maintenance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Over time, user overrides drift from updated defaults; this skill detects drift and guides reconciliation.

Core Features & Use Cases

  • Discover: locate all user overrides and map them to their default playbooks by filename.
  • Drift analysis: compare overrides to defaults, identify new or removed steps, prompt changes, and fragment drift.
  • Guidance: present findings and delegate edits to Dev10x:playbook for applied changes.

Quick Start

Run /Dev10x:playbook-maintenance to scan overrides, analyze drift, and present recommendations.

Frequently Asked Questions about Dev10x:playbook-maintenance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect drift in my playbook overrides from updated defaults?▼

To detect drift in playbook overrides, you can run a scan that locates all user override files and matches them to default playbooks by filename, comparing each override to identify new steps, prompt changes, and fragment drift.

What causes playbook drift when using automation workflows with overrides?▼

Playbook drift occurs when user override files are not updated to match changes made to the default playbooks over time, leading to intentional or unintentional divergences in workflow steps and prompt configurations.

How do I fix prompt changes and fragment drift found in my playbook overrides?▼

To fix prompt changes and fragment drift, the maintenance process generates structured findings from its drift analysis and then delegates the actual edits to the Dev10x:playbook skill for applying changes.

Can I scan for new or removed steps in my workflow playbooks automatically?▼

Yes, you can automatically scan for new or removed steps by running the playbook maintenance command, which compares your override files against the default playbooks and produces a structured report of all differences.

Does the playbook drift detection process require any external dependencies?▼

No external dependencies are required to run the playbook drift detection process, as it operates by independently locating override files, matching them to defaults by filename, and analyzing the differences internally.