parallel

Orchestrate parallel development tasks across multiple worktree agents.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/SilentFlower/flower-cli --skill parallel-silentflower
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel
Source: https://github.com/SilentFlower/flower-cli/tree/main/.codex/skills/parallel
Command: npx skills add https://github.com/SilentFlower/flower-cli --skill parallel-silentflower

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple independent feature developments can be cumbersome, requiring manual setup of worktrees, context, and PR creation. This skill automates the entire pipeline, allowing teams to launch parallel agents that handle implementation, testing, and PR generation.

Core Features & Use Cases

  • Automated task directory creation with PRDs and context files.
  • Plan or manual configuration options for complex or simple features.
  • Launches isolated worktree agents that execute implement, check, finish, and create‑pr phases.
  • Monitoring commands let users track status, logs, and clean up worktrees. Use case: A product team wants to develop three separate micro‑features at once; invoking this skill sets up each worktree and runs the agents concurrently.

Quick Start

Invoke the parallel skill with your feature description to start the multi‑agent pipeline.

Frequently Asked Questions about parallel

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

FAQPage Schema
How do I run parallel development tasks across multiple git worktrees?

You can orchestrate parallel development tasks by launching multi-agent pipelines that execute isolated worktree agents concurrently. This automates worktree setup, implementation, testing, and PR generation for independent features.

What is multi-agent task orchestration for simultaneous feature development?

Multi-agent task orchestration is the automated coordination of isolated worktree agents that execute implement, check, finish, and create-pr phases concurrently. It allows teams to develop several independent features simultaneously without manual context switching.

Do I need a specific environment to automate worktree pipelines for parallel features?

Yes, automating worktree pipelines requires a .trellis workflow, task scripts, and a Python execution environment. These dependencies are necessary to run the orchestration scripts that manage concurrent agents.

How do I monitor parallel agents and clean up worktrees after task orchestration?

You can monitor parallel agents using built-in monitoring commands that let users track pipeline status, view logs, and clean up worktrees. These commands provide visibility into isolated agents executing implementation and PR phases.

Can I use plan-based configuration instead of manual setup for complex feature pipelines?

Yes, the pipeline supports both plan-based and manual configuration options for complex or simple features. This allows you to automatically generate task directories with PRDs and context files or manually define the execution parameters.

When should I not use parallel multi-agent pipelines for feature development?

You should avoid parallel multi-agent pipelines when developing interdependent features that require shared context or sequential implementation, as this orchestration approach is designed for coordinating independent features in isolated worktrees.