Create Uat Plan banner
sellke sellke

Create Uat Plan

Testing community

Description

--- name: create-uat-plan description: "Generate a human-readable User Acceptance Test plan from a completed spec, so a person can validate behavior without reading implementation code." problem: "Stories are marked complete on the agent's word, leaving no way for a person to confirm the behavior without reading the implementation." outcome: "uat-plan.md sits in the spec folder with manually executable scenarios covering the completed stories, written from what was built rather than what was spe

Installation

Installs to ~/.claude/skills/sellke-writ-create-uat-plan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sellke-writ-create-uat-plan && curl -fsSL https://raw.githubusercontent.com/sellke/writ/HEAD/commands/create-uat-plan.md -o ~/.claude/skills/sellke-writ-create-uat-plan/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository