Creates or modifies application use-cases in src/application/use-cases/. Use when implementing business orchestration for a new feature, extracting a reusable shared use-case, adding a capability sub-use-case, or wiring a PostInstallPipeline delegation. Do NOT use for creating a new CLI command surface — use command instead. Do NOT use for I/O translation — use adapter instead. Do NOT use for domain type definitions — use domain-model instead.
$npx -y skills add ai-driven-dev/framework --skill use-caseInstalls into the current project.
Run `npx skills use "https://github.com/ai-driven-dev/framework" --skill "ai-driven-dev/framework/use-case"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ai-driven-dev/framework" that are relevant to the current task. Run `npx skills add "https://github.com/ai-driven-dev/framework"` and select the relevant skills, then follow their instructions.