What problem does it solve?
The agpair Skill unit addresses the challenge of managing complex, non-trivial coding tasks by leveraging external CLI agents for delegation, verification, and evidence collection, enhancing Claude Code's capabilities.
Core Features & Use Cases
- Task Delegation: Delegate bounded work to external CLI agents for execution.
- Verification: Validate structured receipts and support state-aware retry.
- Evidence Collection: Gather implementation candidates, alternative analysis, or verification evidence.
- Use Case: When working on a large codebase, use agpair to handle tasks like code reviews, refactoring, testing, and research, leveraging external agents to provide additional perspectives and evidence.
Quick Start
To start a task with agpair, use the following command:
agpair task start --repo-path "$REPO" --executor grok-cli --task-kind quick_review --wait-policy lease --authorization-profile local_readonly --completion-policy report --body "$BRIEF"