Skip to content

fix(office-hours): fall back to Claude subagent when Codex unavailable#464

Open
shohu wants to merge 1 commit intogarrytan:mainfrom
shohu:fix/office-hours-subagent-fallback
Open

fix(office-hours): fall back to Claude subagent when Codex unavailable#464
shohu wants to merge 1 commit intogarrytan:mainfrom
shohu:fix/office-hours-subagent-fallback

Conversation

@shohu
Copy link

@shohu shohu commented Mar 24, 2026

Summary

  • Phase 3.5 (Cross-Model Second Opinion) silently skipped when codex CLI was not installed — no question asked, no fallback
  • This is inconsistent with /plan-eng-review and /ship, which both fall back to a Claude subagent via the Agent tool
  • Now: always offer the second opinion AskUserQuestion, use Codex if available, otherwise dispatch Claude subagent

Changes

  • office-hours/SKILL.md: Add Claude subagent fallback path (matching plan-eng-review pattern)
  • office-hours/SKILL.md.tmpl: Update design doc template references to be source-agnostic

Closes #463

🤖 Generated with Claude Code

@shohu shohu force-pushed the fix/office-hours-subagent-fallback branch from deac91d to f918c63 Compare March 25, 2026 02:42
…able in Phase 3.5

Phase 3.5 (Cross-Model Second Opinion) previously skipped entirely when
the codex CLI was not installed — users without Codex never got a second
opinion. This is inconsistent with /plan-eng-review and /ship, which both
fall back to a Claude adversarial subagent via the Agent tool.

Apply the same fallback pattern: always offer the second opinion question,
use Codex if available, otherwise dispatch a Claude subagent.

Closes garrytan#463
@shohu shohu force-pushed the fix/office-hours-subagent-fallback branch from f918c63 to e3be264 Compare March 25, 2026 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

office-hours: Phase 3.5 should fall back to Claude subagent when Codex is unavailable

1 participant