What problem does it solve?
It removes the guesswork and manual setup needed to decide where diagrams live, which style system to use, and how to organize default visualization categories across a project.
Core Features & Use Cases
- Config discovery and selection: Detects existing project configuration at .devflow/visualizations.json and falls back to a global default at ~/.config/devflow/visualizations.json.
- Flexible configuration via flags or prompts: Lets you set visualization path, style preset, and category folders either through $ARGUMENTS flags or an interactive wizard.
- Bootstraps a documentation-ready diagram workspace: Creates the configured folder structure, generates a <path>/README.md, and places .gitkeep files in empty category directories.
Quick Start
Run the skill with arguments to set your visualization directory, choose the devflow style preset, and create architecture and workflows categories by instructing: "Configure visualizations with --path docs/visualizations --style devflow --categories architecture,workflows".