Plan and operate project-agnostic parallel feature work using atomic file-owned packets, dependency waves, handoff prompts, and repair packets. Use when Codex needs to split any feature, migration, refactor, or platform change into independent subagent tasks, define packet contracts, decide which packets can run in parallel, generate handoff prompts, review completed packets, or create narrow follow-up repair packets.
88
85%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Use this skill to run multi-agent work without merge thrash. Treat packets as file-owned contracts, not theme buckets.
Use packet, work packet, or workstream as the unit name. Keep the workflow the same even if the repo uses different language.
Useful split axes:
plans/packets/, but any stable location works.00-index.md.id, title, status, depends_on, owner, allowed_files, and forbidden_files.Goal, Why this exists, Required changes, Acceptance criteria, Verification, Out of scope, and Handoff back.R#-... instead of reopening the full packet.Signs a packet is not atomic enough:
ready, blocked, in_progress, and done for the normal lifecycle.implemented_with_findings or done_with_followup only after review when code landed but repair packets remain.R# ids and should be independently dispatchable.plans/packets/00-index.md_TEMPLATE.mdWhen adapting:
e84893e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.