What problem does it solve?
This Skill helps streamline and optimize workflows in Codex CLI/App by allowing users to delegate tasks to subagents, thereby improving efficiency and productivity.
Core Features & Use Cases
- Explicit Authorization: Users can explicitly request subagents for specific tasks.
- Bounded Delegation: Subagents are spawned for bounded, independent tasks that can run in parallel without blocking the main agent.
- Write Ownership: Subagents are assigned specific write ownership to prevent conflicts and ensure proper integration.
- Model-Neutral: Subagents are not tied to a specific model, allowing for flexibility and adaptability.
- Use Case: When reviewing a codebase, users can spawn subagents to perform parallel reviews, research, and testing, while the main thread focuses on synthesis and verification.
Quick Start
To start using subagents in Codex CLI/App, install the codex-subagents skill and then use the command: npx skills add jpcaparas/skills --skill codex-subagents followed by the task you want to delegate.