devbooks-ssot-maintainer

Generate SSOT delta files and update requirements index for governance.

84|6|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/Darkbluelr/dev-playbooks-cn --skill devbooks-ssot-maintainer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devbooks-ssot-maintainer
Source: https://github.com/Darkbluelr/dev-playbooks-cn/tree/main/skills/devbooks-ssot-maintainer
Command: npx skills add https://github.com/Darkbluelr/dev-playbooks-cn --skill devbooks-ssot-maintainer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables auditable governance of SSOT by maintaining addressable indices and delta progress between upstream truth sets and project SSOT, ensuring changes are traceable and reproducible.

Core Features & Use Cases

  • Maintain and synchronize SSOT indices with delta outputs and optional ledgers to provide a single source of truth.
  • Generate machine-readable deltas (ssot.delta.yaml) and apply changes through index-sync tooling to enforce governance gates.
  • Integrate with delivery workflows (/devbooks:delivery) to coordinate governance request_kind=governance routing and brownfield bootstrap initialization when needed.

Quick Start

Create or update the SSOT delta at changes/<change-id>/inputs/ssot.delta.yaml and run scripts/ssot-index-sync.sh to apply it.

Frequently Asked Questions about devbooks-ssot-maintainer

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

FAQPage Schema
How do I maintain auditable deltas between upstream truth sets and project SSOT?

To maintain auditable SSOT governance, create or update changes at inputs/ssot.delta.yaml and run scripts/ssot-index-sync.sh. This generates machine-readable deltas and updates requirements.index.yaml to keep upstream and project SSOT synchronized.

What is SSOT delta and index synchronization for governance?

SSOT delta and index synchronization tracks addressable changes between upstream and project truth sets. It generates machine-readable delta files and updates requirements.index.yaml to provide evidence-backed, reproducible progress tracking for auditable governance.

Does SSOT index sync work with brownfield bootstrap initialization?

Yes, SSOT index sync integrates with delivery workflows to coordinate governance routing and supports brownfield bootstrap initialization. This allows existing projects to establish traceable, addressable SSOT deltas without starting from scratch.

Can I use SSOT delta tracking for change proposals and evidence-backed progress?

Yes, SSOT delta tracking applies directly to workflows requiring change proposals and evidence-backed progress monitoring. It derives machine-readable deltas from upstream truth sets and optionally refreshes derived ledgers to prove governance compliance.

When do I need to generate a machine-readable SSOT delta file?

You need to generate a machine-readable SSOT delta file when your workflow requires traceable change proposals or governance audits. It provides the evidence-backed foundation for updating requirements.index.yaml and synchronizing index-sync tooling.