processing-flow-doc

Document complex processing flows with C4 model diagrams and ADRs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sunbluesome/dotfiles --skill processing-flow-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: processing-flow-doc
Source: https://github.com/sunbluesome/dotfiles/tree/main/.claude/ds/skills/processing-flow-doc
Command: npx skills add https://github.com/sunbluesome/dotfiles --skill processing-flow-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Processing debt arises when teams need to understand complex AI-generated code without reading every line. This skill enables structured, multi-level documentation using the C4 model to capture system context, containers, components, and the rationale behind design decisions.

Core Features & Use Cases

  • Hierarchical documentation: System Context -> Container -> Component -> Code, with progressive disclosure.
  • ADR-style decision rationale, formulas, and theoretical background to justify architecture.
  • Mermaid-based visualizations and diagrams to accompany textual explanations.

Quick Start

Draft a Processing Flow Documentation using the C4 model to capture system context to components with progressive disclosure sections.

Frequently Asked Questions about processing-flow-doc

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

FAQPage Schema
How do I document complex AI-generated code without reading every line?

Document complex AI-generated code by applying the C4 model to create multi-level processing flow docs. This structured approach reduces understanding debt through progressive disclosure from system context down to code level.

What is the best way to structure processing flow documentation using the C4 model?

Structure processing flow documentation hierarchically using the C4 model: System Context, Container, Component, and Code levels. Apply progressive disclosure sections alongside ADRs and theoretical background to capture design rationale.

How does progressive disclosure help with understanding complex system architecture?

Progressive disclosure helps understanding complex system architecture by structuring documentation hierarchically from system context to code. It prevents overwhelming readers by revealing architectural details incrementally through drill-down levels.

Can I include architectural decision records and Mermaid diagrams in my C4 model documentation?

Yes, you can include ADR-style decision rationale and Mermaid-based visualizations within your C4 model documentation. These components justify architecture decisions and provide visual diagrams to accompany textual explanations.

What should be included in a valid processing flow documentation SKILL.md file?

A valid processing flow documentation SKILL.md requires frontmatter with name and description, plus a structured Markdown body. The body must cover overview, theoretical background, architecture, and progressive disclosure sections.

When should I use C4-based processing flow docs for my software architecture?

Use C4-based processing flow docs when teams face processing debt from needing to understand complex AI-generated code. It captures system context, containers, components, and design rationale to prevent architectural knowledge loss.