بنقرة واحدة
implement-use-case
// Implement a use case from the spec/ folder. Use when asked to implement, build, or work on a use case.
// Implement a use case from the spec/ folder. Use when asked to implement, build, or work on a use case.
| name | implement-use-case |
| description | Implement a use case from the spec/ folder. Use when asked to implement, build, or work on a use case. |
| argument-hint | [use-case-name or number] |
Implement the use case specified by $ARGUMENTS.
A use case is the unit of work, not a view. A single use case may produce one view, several views, or no UI at all — let the spec drive that, and keep tests grouped per use case as defined by /use-case-tests.
spec/use-cases/)spec/The following steps are mandatory and sequential. Do not skip or reorder them. Each step must be completed before proceeding to the next.
All steps must be completed before a use case is considered implemented.
Define a new use case by interviewing the user, then write a filled-in `spec/use-cases/use-case-NNN-short-name.md`. Use when the user wants to add, draft, or specify a new feature/use case.
Write and run tests for a use case. Use when writing tests for an implemented use case.
Visually verify an implemented use case using Playwright MCP. Use after implementing UI changes.