manhua-man/codex-parallel-subagent-planner
5 stars · Last commit 2026-06-03
Parallel subagent planner skill for Codex/Claude Code: artifact-first lane planning, explorer/worker orchestration, model+reasoning allocation
README preview
# parallel-subagent-planner [English](README.md) | [简体中文](README.zh-CN.md) `parallel-subagent-planner` is a Codex skill that helps decide whether a task has a useful parallel split, then sends minimal non-recursive prompts for lanes that are bounded enough to launch. It focuses on: - deciding whether a task should be split at all - keeping the default decision path small - choosing lane ownership and avoiding overlapping write scopes - suggesting `agent type`, model, and reasoning effort for each lane - considering Codex subagents when a strong split signal appears, then launching only bounded lanes - generating ready-to-send prompts for lanes that should be held back This repository contains the maintained version of the skill and its companion prompt assets. Current scope: - built for Codex and Codex subagent workflows