feature-orchestration

Coordinate feature requests across lifecycle stages with tag-based routing and quality gates.

200|22|Updated May 22, 2025
One-click install
npx skills add https://github.com/jpicklyk/task-orchestrator --skill feature-orchestration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-orchestration
Source: https://github.com/jpicklyk/task-orchestrator/tree/main/src/main/resources/claude/skills/feature-orchestration
Command: npx skills add https://github.com/jpicklyk/task-orchestrator --skill feature-orchestration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill manages the end-to-end lifecycle of a feature, from planning through execution and completion, with smart routing, parallelism planning, and quality gates.

Core Features & Use Cases

  • Feature creation with complexity assessment
  • Task breakdown coordination and parallel execution planning
  • Feature status progression and quality gate enforcement
  • Completion triggers and cascade-aware progression

Quick Start

Create a feature with a simple template, break it into tasks, and let the system plan safe parallel execution paths.

Frequently Asked Questions about feature-orchestration

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

FAQPage Schema
How do I manage a feature's lifecycle from planning through execution and completion?

Feature lifecycle management coordinates feature requests through creation, task breakdown, parallel execution planning, quality gates, and status progression. This Skill applies templates, routes work to specialists via tags, and enforces validation safeguards at each stage to ensure reliable end-to-end delivery.

What's the best way to break down a feature into tasks and plan parallel execution?

Task breakdown coordination assesses feature complexity, decomposes work into manageable tasks, and identifies safe parallel execution paths. The system detects cascade dependencies through workflow state to prevent conflicts and optimize execution efficiency across teams.

How do quality gates and workflow routing improve feature delivery?

Quality gates enforce validation checkpoints at each progression stage, blocking advancement until criteria are met. Tag-based flow routing automatically directs work to appropriate specialists, while cascade event detection via workflow state ensures status changes propagate correctly across dependent tasks.

Can I use templates to standardize feature creation and planning?

Template application standardizes feature creation by encoding best practices and workflows. You query available templates, apply them to new features, and customize scope to match your use case—reducing planning overhead and ensuring consistent process adherence across teams.

What happens when a feature progresses through multiple workflow states?

Workflow state progression is cascade-aware: the system detects state changes, validates completion triggers, and automatically advances dependent features. Tool integrations query current workflow state, manage sections, and update container metadata to keep all stakeholders synchronized.