packet-orchestration/SKILL.md
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.
npx skillsauth add raphaeldelio/agent-skills packet-orchestrationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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:
development
Create a ready-to-paste prompt for starting one or more new conversations from the current thread context. Use when Codex needs to hand off the current repo state, goal, constraints, touched files, verification status, or open risks into a self-contained prompt for another thread, subagent, or parallel follow-up conversation.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.