Soul ID
Soul IDAI AGENTS

⚑ Workflows

Pair Programming (driver + navigator)

Improve quality and reduce defects by having two agents collaborate in real-time on the same task.

Bundle files

πŸ“„ORCHESTRATION.mdβ€” Orchestration
1# ORCHESTRATION.md
2
3## Diagram
4
5 β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
6 β”‚ Driver β”‚<──────────>β”‚ Navigator β”‚
7 β”‚ (code) β”‚ review β”‚(strategy) β”‚
8 β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜
9 β”‚ β”‚
10 v v
11 β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
12 β”‚ Writes β”‚ β”‚ Reviews β”‚
13 β”‚ code β”‚ β”‚ in real β”‚
14 β”‚ β”‚ β”‚ time β”‚
15 β””β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜
16 β”‚ β”‚
17 β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
18 v
19 β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
20 β”‚ Swap rolesβ”‚
21 β”‚ + repeat β”‚
22 β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
23
24## Workflow
25Pair Programming (driver + navigator)
26
27## Objective
28Improve quality and reduce defects by having two agents collaborate in real-time on the same task.
29
30## Roles
31- **Driver:** writes code/content, focuses on implementation details.
32- **Navigator:** reviews in real-time, thinks ahead, catches issues early.
33
34## When to use
35- Complex or high-risk changes.
36- Knowledge transfer between agents.
37- Tasks where mistakes are expensive to fix later.
38
39## Protocol
401. Agree on the goal and approach before starting.
412. Driver implements; navigator reviews continuously.
423. Navigator flags issues, suggests improvements, tracks the plan.
434. Swap roles at regular intervals or natural breakpoints.
445. Both sign off on the final output.
45
46## Rules
47- Navigator does not dictate keystrokes β€” focuses on strategy and correctness.
48- Driver explains intent when navigator asks.
49- Role swaps are mandatory, not optional.
50- Disagreements resolved by quick discussion; if stuck, time-box and escalate.
51
52## Benefits
53- Real-time quality gate
54- Shared context and knowledge
55- Fewer defects reaching review
56
57## Deliverables
58- Completed artifact (code, document, config)
59- Inline notes from navigator review
60- Summary of key decisions made during session
61

Lines: 61 | Words: 246

Install

Copy bundle to your OpenClaw workspace.

curl -fsSL https://raw.githubusercontent.com/cerealskill/openclaw-agents/main/install.sh | bash -s workflow pair-programming EN
Download .tar.gz

Rate this agent

Loading...

Sign in to rate this agent

Includes

  • βœ“ ORCHESTRATION.md

Info

Slug
pair-programming
Lines
61
Words
246