parallel-task
Orchestrates parallel subagent task execution with dependency management, TDD enforcement, and automated validation.
Install
npx skills add https://github.com/am-will/codex-skills --skill parallel-taskStats
| Total installs | 1,175 |
| Weekly installs | 1.2K |
| GitHub stars | 820 |
| First seen | Jan 23, 2026 |
| Source | @am-will/codex-skills |
Summary
- Parses task dependencies from plan markdown and launches unblocked tasks in parallel waves, ensuring correct execution order
- Provides subagents with structured task context including descriptions, acceptance criteria, validation steps, and dependency information
- Enforces test-driven development (RED phase first) with fallback to documented non-testable verification for tasks that don't support automated testing
- Validates task completion through test evidence or explicit verification, commits work locally per task, and updates plan documentation with logs before advancing to the next wave
- Supports selective task execution via task ID filtering while automatically including required dependencies
Tags
Related skills
| Skill | Installs | vs parallel-task |
|---|---|---|
| create-skill | 1,197 | +22 |
| firebase-apk-scanner | 1,197 | +22 |
| role-creator | 1,152 | -23 |
| active-research | 1,168 | -7 |
| filament-resource | 1,207 | +32 |
FAQ
- How many installs does parallel-task have?
- parallel-task has 1,175 total installs and 1.2K installs this week.
- Where is parallel-task hosted?
- parallel-task is published by @am-will/codex-skills at https://github.com/am-will/codex-skills.
- How many GitHub stars does parallel-task have?
- parallel-task has 820 GitHub stars.
- When was parallel-task first indexed?
- OrangeBot.AI first indexed parallel-task on Jan 23, 2026.
- How do I install parallel-task?
- Run: npx skills add https://github.com/am-will/codex-skills --skill parallel-task