title: Agentic Pairing mode status: experimental kind: feature mode: Pairing source: > MISSION.md § Technical scope (Pairing) and § Initial Goals (“Ship at least one Pairing skill family in v1”). docs/modes.md § Pairing (experimental, 2 skills). acceptance:
The developer-side counterpart to the project-side modes. Agentic Pairing skills run in a maintainer‘s or contributor’s own dev loop: multi-agent review pipelines, self-review and pre-flight patterns, and scoped fix drafting under the developer‘s driver’s seat. Mentorship is intrinsic — the agent absorbs mechanical implementation-detail review so the human-to-human conversation stays on design and the trade-offs the project cares about, protecting the ASF contribution path (contributor → committer → PMC).
pairing-self-review — structured pre-flight self-review of local changes before opening a PR. Read-only; returns a structured report with no external writes. Ships mode: Pairing + experimental.pairing-multi-agent-review — fans the diff through three independent, axis-focused sub-agents (correctness, security, conventions); merges findings with deduplication and severity ranking into a report in the same format as pairing-self-review. Each pass is isolated so findings from one axis cannot suppress or bias the others. Read-only; no state change. Ships mode: Pairing + experimental.docs/modes.md Agentic Pairing row reflects the shipped count and status.pairing-multi-agent-review fans through three independent passes and merges findings without cross-pass anchoring.ls .claude/skills/ | grep -q '^magpie-pairing-' && echo "pairing skills present" || echo "GAP: no pairing skills" uv run --project tools/skill-and-tool-validator --group dev skill-and-tool-validate
experimental — no adopter pilot has run. Both pairing-self-review and pairing-multi-agent-review shipped; no contributor-sentiment evaluation has run yet; shape may change.