This generates properly structured user stories following the 3 C's framework and INVEST principles. You feed it a product name, feature description, design links, and any assumptions, and it breaks the feature into independent stories with clear acceptance criteria. Each story follows the standard "As a [role], I want to [action], so that [benefit]" format and includes 4-6 testable criteria plus design references. The output is deliberately written in plain language and sized for sprint planning. It's solid for converting feature requests or design specs into actionable backlog items without the usual back-and-forth about what "done" means. Saves the formatting busywork so you can focus on whether the criteria actually cover the requirements.
npx skills add https://github.com/phuryn/pm-skills --skill user-stories