aiox-sm

Convert PRDs or epics into implementation-ready user stories with validation.

1|Updated May 15, 2026
One-click install
npx skills add https://github.com/hyagoviana/Sistema_Hyago_Viana_Adabtech --skill aiox-sm-hyagoviana
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiox-sm
Source: https://github.com/hyagoviana/Sistema_Hyago_Viana_Adabtech/tree/main/meu-projeto/.claude/skills/AIOX/agents/sm
Command: npx skills add https://github.com/hyagoviana/Sistema_Hyago_Viana_Adabtech --skill aiox-sm-hyagoviana

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes ambiguity from product requirements by turning PRDs into detailed, implementation-ready user stories while validating completeness and defining acceptance criteria.

Core Features & Use Cases

  • User story creation from an epic/PRD: Produces detailed stories that a development agent can implement without confusion, including refinement and clarity checks.
  • Story validation and completeness checking: Runs a checklist to verify coverage, coherence, and readiness.
  • Acceptance criteria and sprint support: Helps define acceptance criteria and supports backlog grooming and sprint planning activities such as daily standups and retrospectives.
  • Local branch management during development: Creates, switches, lists, and merges local branches while explicitly avoiding remote push/PR operations.

Quick Start

Activate the Scrum Master agent in your workflow and type *draft to create the next user story from the current PRD context.

Frequently Asked Questions about aiox-sm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a PRD into implementation-ready user stories?

To convert a PRD into user stories, you need a mechanism that parses epic-level requirements and applies clarity checks to produce detailed, development-ready stories. This ensures development agents can implement tasks without ambiguity by validating completeness and defining acceptance criteria.

What is the best way to define acceptance criteria during backlog grooming?

Defining acceptance criteria during backlog grooming involves running a validation checklist to verify story coverage, coherence, and readiness. This process ensures each user story meets sprint-ready structural standards before development begins, reducing sprint friction.

How does local git branching work within sprint planning workflows?

Local git branching in sprint planning allows agents to create, switch, list, and merge branches directly during development. It explicitly isolates local version control from remote push or PR operations, delegating those remote actions to dedicated DevOps workflows.

Can I automate user story creation from an epic for a development agent?

Yes, you can automate user story creation by activating a Scrum Master agent to process epic contexts. It drafts detailed stories with refinement checks, ensuring the output is structured clearly enough for a development agent to execute the implementation directly.

Does this story creation approach handle daily standups and retrospectives?

Yes, this approach supports broader scrum workflows beyond story drafting, including daily standups and retrospectives. It enforces Scrum Master responsibilities to maintain sprint momentum and ensure continuous improvement during backlog grooming and sprint planning.

What are the limitations of local branch management in Scrum workflows?

The primary limitation of local branch management here is the strict avoidance of remote operations. You can create and merge local branches, but it cannot push to remotes or manage pull requests, requiring a separate DevOps tool for those specific remote actions.