What problem does it solve?
This Skill transforms complex Data Manager (DM) investigations into clear, developer-facing documentation, ensuring that technical service logic and backend orchestrations are easily understood and maintained within the repository.
Core Features & Use Cases
- Automated Documentation Generation: Creates Markdown documentation from traced DM flows, including service call chains, parameter mappings, and DM internals.
- Repository Persistence: Saves generated documentation and diagrams into the project's
docs/ directory.
- Diagram Integration: Leverages
sdd-design-doc-mermaid to generate technical diagrams (sequence, class) supporting the documentation.
- Viewer Deployment: Deploys an interactive HTML viewer for the generated documentation.
- Use Case: After investigating a complex Data Manager flow, use this Skill to automatically generate a comprehensive Markdown document with Mermaid diagrams, making it easy for new team members to understand the backend service interactions and the DM's internal logic.
Quick Start
Use the sdd-doc skill to save the current DM investigation as developer documentation in the repository.