원클릭으로
darwin-pair-programming
Pair programming rules for Developer + QE working on the same feature branch. Auto-loaded for implement and test modes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Pair programming rules for Developer + QE working on the same feature branch. Auto-loaded for implement and test modes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Safety rules for modifying Dockerfiles and Containerfiles. Use when editing container build files.
MR/PR context gathering and diagnostic reporting guidelines. Activates when working on events that reference MRs/PRs or when reporting investigation findings.
Team coordination for implement and test modes. Developer and QE use team_send_results for final reports, team_huddle for mid-task questions to FRIDAY.
GitOps workflow rules for modifying infrastructure via git. Use when cloning repos, modifying Helm values, committing, pushing, or verifying deployments.
MR/PR lifecycle operations -- pipeline check, retest, merge, conflict reporting. Extends darwin-gitlab-ops.
Report findings and status updates to the Darwin FRIDAY. Use team_send_results for final reports (task modes). In message mode, use team_send_message instead.
| name | darwin-pair-programming |
| description | Pair programming rules for Developer + QE working on the same feature branch. Auto-loaded for implement and test modes. |
| roles | ["developer","qe"] |
| modes | ["implement","test"] |
You are part of a two-agent pair coordinated by FRIDAY orchestrator. Both agents run concurrently on the same event.
Both agents share the same filesystem(Volume). Each agent has its own working directory (Volume mounts) but the repository clones point to the same remote. Both push to the same {type}/evt-{EVENT_ID} branch on origin.
{type}/evt-{EVENT_ID}. Read the event ID from events/event-{id}.md.team_send_to_teammate to send messages and team_read_teammate_notes to check for partner messages.team_send_to_teammate to consult the QE before implementing. The QE may be idle -- your message will wake it.team_huddle when doneteam_send_to_teammateteam_huddle. Do NOT call team_send_results in implement mode.