Skip to content

Instantly share code, notes, and snippets.

View robertDouglass's full-sized avatar

Robert Douglass robertDouglass

View GitHub Profile
@robertDouglass
robertDouglass / pair-programming-two-dev-one-llm.md
Last active February 15, 2026 09:34
Spec Kitty user journey: two developers pair programming with one LLM

User Journey: Mission Collaboration with N Developers and One or More LLM Contexts

Status: DRAFT
Date: 2026-02-15
Primary Contexts: Execution & Review, Collaboration Session & Identity
Supporting Contexts: Mission Orchestration Core, Source-of-Truth Integration, Organization Policy
Related Domain Spec: ../mission-collaboration-platform-ddd/spec.md

Scenario

@robertDouglass
robertDouglass / SKILL.md
Last active February 9, 2026 13:49
Claude Code skill: /codex-review — Delegate spec-kitty WP reviews to OpenAI Codex CLI
name codex-review
description Delegate work package review to OpenAI Codex CLI. Use when a WP is in for_review and you want an external AI reviewer. Codex reads the full spec-kitty review prompt, examines the git diff, evaluates against acceptance criteria, and runs the move-task command to approve or request changes.
argument-hint [WP_ID]

/codex-review — Delegate WP Review to Codex CLI

Sends a spec-kitty work package review to codex exec --full-auto so that OpenAI Codex acts as the reviewer. Codex receives the full review prompt (subtask criteria, review guidance, git context), inspects the implementation diff, and executes the appropriate spec-kitty agent tasks move-task command.

@robertDouglass
robertDouglass / SKILL.md
Created February 9, 2026 10:04
Claude Code skill: /codex-review — Delegate spec-kitty WP reviews to OpenAI Codex CLI
name codex-review
description Delegate work package review to OpenAI Codex CLI. Use when a WP is in for_review and you want an external AI reviewer. Codex reads the full spec-kitty review prompt, examines the git diff, evaluates against acceptance criteria, and runs the move-task command to approve or request changes.
argument-hint [WP_ID]

/codex-review — Delegate WP Review to Codex CLI

Sends a spec-kitty work package review to codex exec --full-auto so that OpenAI Codex acts as the reviewer. Codex receives the full review prompt (subtask criteria, review guidance, git context), inspects the implementation diff, and executes the appropriate spec-kitty agent tasks move-task command.