x-implement-story

Orchestrate story execution by delegating phases to specialized sub-skills.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/edercnj/ia-dev-environment --skill x-implement-story
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-implement-story
Source: https://github.com/edercnj/ia-dev-environment/tree/main/src/main/resources/claude/skills/x-implement-story
Command: npx skills add https://github.com/edercnj/ia-dev-environment --skill x-implement-story

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinates end-to-end story delivery by orchestrating planning, task execution, and reviews through delegated sub-skills.

Core Features & Use Cases

  • Thin orchestration that delegates to x-implement-task, x-create-pr, x-watch-pr-ci, and other sub-skills.
  • Supports planning, task execution loops, verify gates, and final reporting for Claude Code stories.
  • Works with worktrees and auto-PR flows for scalable Epic/story delivery.

Quick Start

Invoke the skill with a STORY-ID to start the full orchestration (e.g., /x-implement-story story-0049-0019).

Frequently Asked Questions about x-implement-story

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

FAQPage Schema
How do I orchestrate end-to-end story execution from planning to PR creation?

Story execution orchestration coordinates planning, task execution, verification, and reporting by delegating phases to specialized sub-skills and agents. It supports auto-PR flows, worktree handling, and robust phase gates with resume and recovery capabilities for scalable Epic delivery.

What is the best way to automate story lifecycle delivery with Claude Code?

Automating story lifecycle delivery uses thin orchestration to delegate task execution loops, verify gates, and final reporting to sub-skills like x-implement-task and x-create-pr. This ensures consistent phase execution and OO-style flag propagation across stories.

Can I resume a story workflow if a phase gate fails during task execution?

Yes, story workflow orchestration includes robust phase gates with resume and recovery capabilities. If a verification gate fails during task execution, the workflow can resume from the failed phase without restarting the entire story lifecycle.

How do automated PR flows work with worktree-based story orchestration?

Automated PR flows during story orchestration handle worktrees by delegating branch creation and pull request generation to specialized sub-skills. This allows scalable Epic and story delivery by isolating changes and automating the PR lifecycle.

Do I need specialized sub-skills to run a full story orchestration workflow?

Yes, full story orchestration delegates to specialized sub-skills including x-implement-task, x-create-pr, and x-watch-pr-ci. The orchestrator coordinates these components across four phases: planning, task execution, verification, and reporting.

How does story orchestration enforce mandatory tool calls and phase gates?

Story orchestration enforces mandatory tool calls and robust phase gates by applying a four-phase execution model with OO-style flag propagation. This structure ensures planning, task execution, verification, and reporting phases complete successfully before proceeding.