Creates or updates PlantUML use case diagrams defining actors, use cases, and their relationships from requirements. Use when the user asks to "create a use case diagram", "draw a UML diagram", "map actors to use cases", "generate a .puml file", or mentions PlantUML, use case overview, actor diagram, or system use cases.
96
—
Does it follow best practices?
Impact
96%
1.35xAverage score across 12 eval scenarios
Passed
No findings from the security scan
The canonical home for this skill is ai-unified-process/aiup-core
Create or update the PlantUML use case diagram at docs/use_cases.puml based on docs/requirements.md.
@startuml Use Cases Overview
left to right direction
actor "User" as user
actor "Administrator" as admin
rectangle "System Name" {
usecase "UC-001\nDescription" as UC001
usecase "UC-002\nDescription" as UC002
usecase "UC-003\nDescription" as UC003
}
admin --> UC001
user --> UC002
user --> UC003
@endumldocs/requirements.mddocs/use_cases.puml (if exists)docs/requirements.md@enduml, proper arrow syntax)c3a5da3
Canonical home
since Aug 8, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.