x-ipe-workflow-task-execution

Coordinate multi-skill development tasks from planning to routing.

8|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Young-Z/X-IPE --skill x-ipe-workflow-task-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-ipe-workflow-task-execution
Source: https://github.com/Young-Z/X-IPE/tree/main/.github/skills/x-ipe-workflow-task-execution
Command: npx skills add https://github.com/Young-Z/X-IPE --skill x-ipe-workflow-task-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates a multi-skill development task lifecycle, unifying planning, execution, closing, and routing into a single automated workflow.

Core Features & Use Cases

  • Orchestrates a 6-step development task workflow (Plan, Verify, Execute, Close, Validate, Route) across task-based and category skills.
  • Enforces mandatory DoR/DoD checks, updates on the task board, and optional auto-proceed routing to the next task.
  • Use cases: launching feature work, bug fixes, architecture design, or project setup by coordinating relevant skills and maintaining governance.

Quick Start

Use the Task Execution Guideline to manage a work request such as "implement feature" from planning to routing.

Frequently Asked Questions about x-ipe-workflow-task-execution

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

FAQPage Schema
How do I orchestrate a multi-skill development task workflow from planning to routing?

You orchestrate a multi-skill development task workflow by applying a 6-step lifecycle: Plan, Verify, Execute, Close, Validate, and Route. This coordinates task-based and category skills while enforcing mandatory DoR and DoD checks.

What is DoR and DoD enforcement in automated task routing?

DoR (Definition of Ready) and DoD (Definition of Done) enforcement in task routing ensures prerequisites are checked before execution and validation occurs before closing. This governance guarantees tasks on the board meet quality standards before auto-proceeding to the next task.

How do I set up an automated workflow for feature implementation and bug fixes?

To set up an automated workflow for feature implementation and bug fixes, you submit a work request like 'implement feature'. The system creates tasks on the board, loads relevant skills, checks prerequisites, executes, and optionally routes to the next task automatically.

Can I use task-board orchestration to coordinate project setup and architecture design?

Yes, you can use task-board orchestration to coordinate project setup and architecture design. The workflow unifies planning, execution, closing, and routing, ensuring all relevant category skills are loaded and governed by DoR and DoD checks throughout the process.

Does auto-proceed routing work with task-based and category skills?

Auto-proceed routing works with both task-based and category skills by automatically routing to the next task once the current task passes DoD validation. This enables continuous automated workflow progression without manual intervention.

What are the limitations of orchestrating end-to-end task workflows across skills?

Orchestrating end-to-end task workflows requires tasks to be created on the board and prerequisites to pass DoR checks before execution. If auto_proceed is disabled, manual routing to the next task is required, limiting full automation.