parallel

Plan, dispatch, and monitor worktree agents across parallel feature development.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/SDDKKK/Trellis_Hiskens_backup_20260413 --skill parallel-sddkkk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel
Source: https://github.com/SDDKKK/Trellis_Hiskens_backup_20260413/tree/main/.codex/skills/parallel
Command: npx skills add https://github.com/SDDKKK/Trellis_Hiskens_backup_20260413 --skill parallel-sddkkk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill coordinates parallel development tasks across multiple worktree agents, enabling faster delivery and better utilization of engineering bandwidth.

Core Features & Use Cases

  • Multi-agent task planning and dispatch across worktrees
  • Reads project context and configures per-feature task directories with PRDs and jsonl context files
  • Launches isolated coding agents and provides monitoring and logging
  • Use cases include parallel feature development, cross-module integration, and scalable coding workflows

Quick Start

Ask Trellis to initialize a parallel development plan and deploy worktree agents for your current project.

Frequently Asked Questions about parallel

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

FAQPage Schema
How do I run parallel feature development using autonomous coding agents?

To coordinate parallel coding with autonomous agents, this skill orchestrates multi-agent task planning and dispatch across worktrees. It reads project context and configures per-feature task directories with PRDs and jsonl context files to launch isolated coding agents.

What is the best way to orchestrate multiple worktree agents for cross-module integration?

Orchestrating multiple worktree agents for cross-module integration requires an end-to-end multi-agent workflow with safety checks and logging. This skill coordinates context setup, agent bootstrapping, and scripted dispatch to ensure scalable coding workflows across isolated worktrees.

Do I need per-feature PRDs and jsonl context files to configure parallel agent tasks?

Yes, per-feature PRDs and jsonl context files are required to configure parallel agent tasks. The orchestration workflow reads these project context files to set up task directories, launch isolated coding agents, and provide accurate monitoring and logging.

Can I use parallel worktree agents to scale independent coding workflows?

You can use parallel worktree agents to scale independent coding workflows by dispatching isolated agents across multiple features. This enables faster delivery and better utilization of engineering bandwidth by allowing multiple independent features to progress simultaneously.

When should I avoid using multi-agent parallel development workflows?

You should avoid multi-agent parallel development workflows when features are not independent, as this orchestration method is designed for parallelizing isolated tasks. It is best suited for cross-module integration and scalable coding workflows where features can progress without blocking each other.