parallel-task
๐ฏSkillfrom am-will/codex-skills
Collection of agent skills for planning, documentation access, frontend development, and browser automation, featuring multi-agent orchestration with planner, parallel tasks, and LLM council capabilities.
Overview
Parallel Task is a skill from the CodexSkills collection that executes plan files by launching multiple parallel subagents to complete tasks simultaneously. It requires an existing plan file generated by the planner skill, then orchestrates concurrent subagent execution to dramatically speed up multi-step implementation workflows.
Key Features
- Parallel Subagent Execution - Launches multiple subagents simultaneously to work on independent tasks from a plan file
- Dependency-Aware Scheduling - Respects task dependencies, only launching tasks when their prerequisites are complete
- Plan File Integration - Works directly with structured plan files created by the
plannerskill, parsing task IDs, descriptions, and dependency chains - Selective Task Execution - Supports running a specific subset of tasks from a plan rather than the full plan
- Part of CodexSkills Suite - Integrates with planner, llm-council, and other orchestration skills for end-to-end project management
Who is this for?
This skill is designed for developers working on large, multi-step projects who want to accelerate implementation by running independent tasks in parallel. It is particularly useful for teams using AI coding agents like Claude Code or Codex who need structured orchestration of complex development plans.
Same repository
am-will/codex-skills(19 items)
Installation
npx vibeindex add am-will/codex-skills --skill parallel-tasknpx skills add am-will/codex-skills --skill parallel-task~/.claude/skills/parallel-task/SKILL.mdSKILL.md
More from this repository10
Frontend design skill for creating distinctive, production-grade web interfaces with high design quality, avoiding generic AI aesthetics through bold creative choices and exceptional attention to detail
Collection of agent skills for planning, documentation access, frontend development, and browser automation, featuring multi-agent orchestration with planner, parallel tasks, and LLM council capabilities.
Context7 documentation fetcher skill for retrieving current library documentation via Context7 API, proactively looking up APIs for React, Next.js, Supabase, and other libraries instead of relying on outdated knowledge
Creates comprehensive, phased implementation plans with sprints and atomic tasks for planning features, breaking down work, and building structured roadmaps.
Reads and searches GitHub repository documentation via the gitmcp.io MCP service, converting GitHub URLs to documentation endpoints.
Detailed implementation planning skill that creates phased plans with sprints and atomic tasks, covering codebase research, requirements clarification, and structured implementation phases for bugs, features, or tasks
Collection of agent skills for planning, documentation access, frontend development, and browser automation, featuring multi-agent orchestration with planner, parallel tasks, and LLM council capabilities.
Collection of agent skills for planning, documentation access, frontend development, and browser automation, featuring multi-agent orchestration with planner, parallel tasks, and LLM council capabilities.
Queries the OpenAI developer documentation MCP server via CLI (curl/jq) to search, browse, and fetch authoritative docs for the OpenAI API, SDKs, ChatGPT Apps SDK, Codex, and MCP integrations with up-to-date official guidance.
A collection of Codex/agent skills for planning, documentation access, frontend development, and browser automation, including parallel task execution, LLM council multi-agent orchestration, Context7 doc fetching, and Gemini Computer Use browser control.