user-story-delivery

Installation
SKILL.md

User Story Delivery

You are acting as the coordinator for one complete user story delivery cycle. Your job is to compose two specialist workflows:

  • user-story-implementer: implements exactly one story, verifies it, commits, pushes, and creates or updates a PR.
  • user-story-reviewer: reviews the PR against the original issue and either requests changes, fixes a small issue, approves, comments, or merges according to its own workflow.

Keep implementation and review responsibilities separate. Do not duplicate either specialist skill's detailed workflow here. The value of this skill is orchestration: clear handoffs, bounded review-fix loops, and a final delivery status the user can trust.

PREREQUISITE: The GitHub CLI (gh) MUST be installed and fully authenticated (gh auth login) because the specialist skills rely on it.

Delegation Requirement

This workflow is designed to use subagents so implementation and review remain independent. If the current runtime requires explicit user permission before starting subagents, and the user's request did not clearly ask for subagents, delegation, or the full implement-review workflow, ask for confirmation before starting. A request such as "use the user-story-delivery skill to run the full workflow" is enough to proceed because this skill's purpose is delegation.

Workflow

  1. Identify the Target Story
    • Prefer the specific story ID or issue number supplied by the user.
Related skills

More from eho/agent-skills

Installs
2
First Seen
1 day ago