uat-story-writer
Installation
SKILL.md
UAT Story Writer
Discover missing UAT test scenarios from real user usage contexts and output structured user story documents.
Core philosophy: UAT tests start from user stories, not from technical implementation. "Checking order status while on the go" reveals real needs better than "HTTP API test."
Rules
- User perspective first: Each scenario must correspond to a real user behavior or usage context, not a technical condition. Technical conditions are the scenario's background, not the scenario itself
- Do not fabricate when information is lacking: Key constraints like test environment capabilities and actual topology must be obtained through interviews, not assumed
- Acceptance criteria must be executable: Each AC uses Gherkin Given/When/Then format, ensuring automation tools can directly consume them
- Output to cases/ directory: User stories go in the project's
cases/directory;features/directory is reserved for AI-generated executable automation cases - Follow story-craftsman template: File structure strictly follows the story-craftsman template format (background, goals, roles, user stories, progress, update log)