What problem does it solve? Long-running coding work like feature builds, large refactors, and issue-to-PR loops blocks interactive sessions and lacks reliable completion tracking. This Skill offloads that work to background coding agents with a defined notification route so results come back without manual polling. ## Core Features & Use Cases - Background Worker Delegation: Launch Codex, Claude Code, or OpenCode as background processes with PTY and permission settings tuned per agent. - Completion Notifications: Every worker prompt includes a notification block so the worker reports success or failure via openclaw message send instead of relying on heartbeats or exit events. - Issue-to-PR Automation: Drive full workflows from a GitHub issue through branching, implementation, testing, review, and PR creation, returning the issue URL and sessionId immediately. - Use Case: You receive a bug report, create a GitHub issue describing the fix, and hand it to a Codex worker that implements, tests, and opens a PR while you continue other work, then get a message when it finishes. ## Quick Start Ask the agent to delegate a specific coding task to a background worker, for example: run a background Codex worker in this repo to implement the feature described in issue 42 and notify me when the PR is open.