command-feature-splitlisted
Install: claude install-skill a-green-hand-jack/ml-project-repo-agent-native-template
# command-feature-split
Codex does not load project `.claude/commands/*.md` files as custom slash commands.
Use this skill when you would have used `/feature-split` in Claude Code.
Canonical source: `.claude/commands/feature-split.md`. Do not edit this adapter by hand; edit the
Claude command and run `python scripts/sync-codex-adapters.py`.
先经 `subagent-routing` skill 为每个子任务选 model/effort/tools(见 `.agent/model-routing-policy.md`)。
用 `.agent/templates/parallel-task-packet.md` 产出 packet,必须包含:
- shared objective、global forbidden paths
- 每个 worker 的 task / owns / must-not-touch / verification / report path
- merge order、review 步骤
不派发无边界的 general-purpose worker。隔离先于并行——不满足 `.agent/checklists/pre-parallel.md` 就不并行。