What problem does it solve?
This skill converts Cockburn-format Markdown use case specifications into structured JSON and regenerates the corresponding PlantUML use case diagram, keeping Markdown as the single source of truth and updating downstream artifacts for Step 3 and Step 4.
Core Features & Use Cases
- Markdown-first workflow: converts Cockburn-formatted use cases to JSON and PlantUML diagrams.
- Automatic synchronization: updates usecase-output.json and usecase-diagram.puml when Markdown files change.
- Diagram regeneration: regenerates PlantUML diagrams to reflect the latest use cases and actor relationships.
- Language-aware labeling: inherits language settings from existing JSON to produce bilingual labels in diagrams.
- Versioned outputs: preserves existing metadata and merges changes with an existing output when present.
Quick Start
Edit UC-*.md files under usecase-specifications/ and run usecase-md-to-json to synchronize JSON and diagrams with your Markdown specs.