documentation-automation

Generate EDPS-compliant process documentation from collaboration.md and hierarchy metadata.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/zhongadamwang/pricing-tool --skill documentation-automation-zhongadamwang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-automation
Source: https://github.com/zhongadamwang/pricing-tool/tree/main/.github/skills/documentation-automation
Command: npx skills add https://github.com/zhongadamwang/pricing-tool --skill documentation-automation-zhongadamwang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the generation of EDPS process documentation at every hierarchy level, reducing manual drafting and ensuring consistency across main.md, process.md, collaboration.md, and domain-model.md.

Core Features & Use Cases

  • Auto-generates main.md with navigation, hierarchy status, and breadcrumb.
  • Generates process.md with level-specific activity diagrams and descriptions.
  • Generates collaboration.md with EDPS-compliant sequence diagrams.
  • Generates domain-model.md with entities scoped to the boundary's participants.
  • Triggers after hierarchy-management or when regenerating from collaboration.md.

Quick Start

Run documentation-automation after creating a new process folder or when you want to regenerate all level documents from collaboration.md.

Frequently Asked Questions about documentation-automation

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

FAQPage Schema
How do I auto-generate process documentation across different hierarchy levels?

Process documentation automation generates EDPS-compliant documents across hierarchy levels. It creates main.md, process.md, collaboration.md, and domain-model.md from input files like collaboration.md, hierarchy-metadata.json, and domain-concepts.json.

How do I generate activity diagrams and sequence diagrams for process docs?

Activity diagrams and sequence diagrams are generated automatically within process.md and collaboration.md respectively. The automation creates level-specific activity diagrams for process descriptions and EDPS-compliant sequence diagrams for collaboration flows.

What inputs are needed to generate domain-model.md with scoped entities?

To generate domain-model.md with scoped entities, you need collaboration.md, hierarchy-metadata.json, and optionally domain-concepts.json from your process folder. The automation produces domain-model.md with entities scoped to the boundary's participants.

When should I regenerate process docs from collaboration.md?

You should regenerate process docs from collaboration.md when existing documentation needs updating. Running the automation rebuilds all level documents including main.md, process.md, collaboration.md, and domain-model.md to ensure consistency across the hierarchy.

Does the documentation automation work without hierarchy-management setup?

Documentation automation can run independently by regenerating from collaboration.md. However, its primary trigger applies after creating a new process folder via hierarchy-management, utilizing hierarchy-metadata.json for navigation and breadcrumb generation.