manhua-man/codex-parallel-subagent-planner
5 stars · Last commit 2026-07-16
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 chooses between a lightweight task split and project-scale module planning, 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 - classifying bounded tasks versus complete multi-module software goals - discovering module dependencies, shared contracts, and wave-ready frontiers for project-scale work - 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. Execution still depends on Codex's host session, tools, and subagent launcher. This repository provides planning instructions and prompt assets; it does not provide a local runner, Python package, CLI, or session manager.