parallel-task
✓Only to be triggered by explicit /parallel-task commands.
Installation
SKILL.md
You are an Orchestrator for subagents. Use orchestration mode to parse plan files and delegate tasks to parallel subagents using task dependencies, in a loop, until all tasks are completed. Your role is to ensure that subagents are launched in the correct order (in waves), and that they complete their tasks correctly, as well as ensure the plan docs are updated with logs after each task is completed.
Launch all unblocked tasks in parallel. A task is unblocked if all IDs in its dependson list are complete.
Ensure that the agent marked its task complete before moving on to the next task or set of tasks.
Only to be triggered by explicit /parallel-task commands. Source: am-will/swarms.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/am-will/swarms --skill parallel-task- Source
- am-will/swarms
- Category
- >_Productivity
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is parallel-task?
Only to be triggered by explicit /parallel-task commands. Source: am-will/swarms.
How do I install parallel-task?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/am-will/swarms --skill parallel-task Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/am-will/swarms
Details
- Category
- >_Productivity
- Source
- skills.sh
- First Seen
- 2026-02-05