orchestrate-features

Orchestrate parallel feature development across NutriSport worktree agents with deterministic sequencing.

11|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/satanyakiv/NutriSport --skill orchestrate-features
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate-features
Source: https://github.com/satanyakiv/NutriSport/tree/main/.claude/skills/orchestrate-features
Command: npx skills add https://github.com/satanyakiv/NutriSport --skill orchestrate-features

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate parallel feature development across NutriSport using worktree agents to speed up delivery and ensure consistent coordination across multiple feature groups.

Core Features & Use Cases

  • Orchestrates parallel or sequential runs of multiple feature groups (A, B, C, D, E) with deterministic merge and conflict handling.
  • Provides status reporting, per-group execution, and on-demand feature running based on user prompts.
  • Enforces status transitions, agent prompts, and auditable workflows for end-to-end feature delivery.

Quick Start

Run /orchestrate-features all to launch all groups in parallel, or specify a group like group:A to run a subset.

Frequently Asked Questions about orchestrate-features

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

FAQPage Schema
How do I coordinate parallel feature development across multiple worktrees?

You can run all feature groups in parallel by launching the orchestration command with the 'all' parameter. This initiates worktree agents across groups A through E simultaneously, providing status reporting, per-group execution, and auditable workflows for end-to-end delivery.

What is the best way to manage merge conflicts in parallel agile workflows?

To run a specific feature group subset, specify the group identifier like 'group:A' when prompting the orchestration. This executes only the selected feature group while maintaining the same status updates, agent prompts, and auditable workflow enforcement as a full parallel run.

Can I execute grouped tasks with deterministic sequencing when conflicts exist?

Status reporting is enforced through mandatory status transitions, agent prompts, and auditable workflows throughout the feature delivery lifecycle. This ensures end-to-end visibility into each worktree group's progress and safe completion during parallel or sequential execution.

How do I launch all feature groups in parallel using worktree agents?

To launch all feature groups in parallel using worktree agents, run the orchestration command with the 'all' parameter. This initiates simultaneous execution across groups A, B, C, D, and E, providing status reporting and per-group execution for coordinated software delivery.

When do I need worktree orchestration for project coordination?

Worktree orchestration for project coordination is needed when running multiple feature groups in parallel to speed up delivery. It ensures consistent coordination, deterministic merge handling, and auditable status transitions across all active worktree agents.

Does worktree orchestration support on-demand feature running based on prompts?

Yes, worktree orchestration supports on-demand feature running based on user prompts. You can specify a group like 'group:A' to run a subset or launch all groups in parallel, with the system enforcing status transitions and surfacing merge guidance if needed.