ddd-doc-steward

Audit project directories and generate incremental SSOT documentation updates.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/zphwd/bianchengbaodian --skill ddd-doc-steward-zphwd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ddd-doc-steward
Source: https://github.com/zphwd/bianchengbaodian/tree/main/skills/ddd-doc-steward
Command: npx skills add https://github.com/zphwd/bianchengbaodian --skill ddd-doc-steward-zphwd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures your project documentation (in ~/project/docs) is always a Single Source of Truth (SSOT) by automatically synchronizing it with your codebase and configurations. It prevents documentation from becoming outdated or inaccurate.

Core Features & Use Cases

  • Automated Documentation Auditing: Scans your project and documentation directories to identify discrepancies.
  • Incremental Documentation Generation/Updates: Creates new documentation or updates existing files based on code changes, prioritizing specific directories like guides and integrations.
  • Evidence-Based Documentation: Requires all facts in documentation to be backed by code, configuration, or command paths, marking unverified information with 【待确认】.
  • Use Case: After adding a new API endpoint, this Skill can automatically generate or update the relevant integration documentation, including its purpose, scope, evidence (code path), and related links, ensuring developers always have accurate information.

Quick Start

Use the ddd-doc-steward skill to update documentation for the project located at ~/my-app and output changes as a patch diff.

Frequently Asked Questions about ddd-doc-steward

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

FAQPage Schema
How do I keep documentation in sync with code changes automatically?

To keep documentation in sync with code changes, this Skill automates auditing project directories and generating incremental content patches, ensuring your docs act as a Single Source of Truth (SSOT) aligned with the codebase.

What is evidence-based documentation generation?

Evidence-based documentation requires all facts to be backed by code, configuration, or command paths. This Skill systematically audits directories and marks any unverified information with a confirmation tag.

How do I update integration guides after adding a new API endpoint?

To update integration guides after adding an API endpoint, run the Skill to scan your project and output incremental documentation updates or patch diffs, prioritizing guides and integration directories.

Does this documentation tool work without external dependencies?

Yes, the tool works without external dependencies. It operates internally using scripts and references to audit project directories and perform consistency checks between code and documentation artifacts.

What are the limitations of automated code-to-doc synchronization?

A limitation of automated synchronization is that unverified information cannot be confidently published; the system flags these discrepancies with a confirmation tag, requiring manual review to ensure absolute accuracy.