swarm-implement · git:20260525.ebe6f41 · 2026-05-25 · sha256 8bc9eaa0246c8c9d

swarm-implement git:20260525.ebe6f41A

Immutable. This exact content is served forever at /api/v1/blob/8bc9eaa0246c8c9d.

---
name: swarm-implement
description: Codex adapter for complex implementation work using a swarm-like workflow. Use for multi-file features, bug fixes, refactors, risky code changes, or tasks that benefit from exploration, scoped planning, implementation, review, and validation.
---

# Swarm Implement

Read `.claude/skills/swarm-implement/SKILL.md` for the source workflow, then apply Codex-native tooling.

Codex-specific execution notes:

- Use `update_plan` for substantial multi-step work.
- Use `multi_tool_use.parallel` for independent repo reads and searches.
- Use `apply_patch` for manual edits.
- Use focused shell validation after each meaningful change.
- Bring in narrower skills as needed: `$engineering-conventions`, `$writing-tests`, `$running-tests`, `$qa-sweep`, or `$issue-tracer`.
- Before calling work complete, run a no-unwired/no-deferred gate: verify every
  new behavior is wired through config/registration/docs/tests/generated
  artifacts as applicable, no work was deferred or declared out of scope without
  explicit user instruction, and scope decisions were not made silently.

Do not invoke OpenCode `/swarm` commands from Codex unless the user explicitly asks to operate OpenCode Swarm itself.