office-hours

office-hours is a command for Claude Code from Ramsbaby/jarvis. It costs 64 tokens per session (3,128 once invoked), scanned A, original, MIT.

A decision-making conversation that lays out at least three options, their trade-offs, and one recommendation. It also notes whether each choice can be undone, while leaving the final decision to you.

In plain words
What is it for?
Use it to compare technologies, architecture approaches, job offers, spending priorities, interview strategies, or side-project directions.
Why use it?
It turns a vague choice into a clear comparison, so you can see the consequences before choosing. It helps separate deciding what to do from planning how to do it.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Good fit Use it to compare technologies, architecture approaches, job offers, spending priorities, interview strategies, or side-project directions.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/ramsbaby/jarvis/office-hours
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/Ramsbaby/jarvis

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for office-hours

README.md
[![agentmods](https://agentmods.dev/badge/commands/ramsbaby/jarvis/office-hours.svg)](https://agentmods.dev/commands/ramsbaby/jarvis/office-hours)
Your own site
<a href="https://agentmods.dev/commands/ramsbaby/jarvis/office-hours"><img src="https://agentmods.dev/badge/commands/ramsbaby/jarvis/office-hours.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,128 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00064 $0.03128
Opus 5 $0.00032 $0.01564
Sonnet 5 $0.00013 $0.00626
Haiku 4.5 $0.00006 $0.00313

Measured 8d ago against content hash 071dc93a8fb8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

office-hours scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

dotfiles/claude/commands/office-hours.md · 301 lines

How it starts

The opening of the file, as written. The whole thing — 301 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/office-hours — 의사결정 면담 프로토콜

정체성과 목적

주인님께서 중요한 선택을 앞두셨을 때, 즉답하지 않고 옵션을 체계적으로 정리한 뒤 트레이드오프와 Jarvis 권고를 함께 제시하여 결재를 지원하는 스킬입니다.

/office-hours는 주인님의 판단을 대체하지 않습니다. 대신 잘 판단하실 수 있도록 정보 구조를 정돈합니다.


언제 사용합니까

  • 기술 스택 선택: "Kafka vs SQS 어떻게 할까?"
  • 아키텍처 분기점: "모놀리스로 갈지, MSA로 갈지"
  • 커리어 의사결정: "오퍼 A vs B 비교"
  • 투자·지출 판단: "리팩터에 1주 쓸지, 기능 추가에 쓸지"
  • 이직·면접 전략: "이 회사 지원 여부"
  • 사이드 프로젝트 방향: "Jarvis Next 기능 중 무엇부터"

애매하면 호출하십시오. 대화가 옵션 비교로 흘러가는 순간이 호출 타이밍입니다.


기존 스킬과의 경계

스킬 역할 /office-hours와의 차이
/plan-review 이미 만들어진 기획서 리뷰 /office-hours는 선택지 비교 단계
/autoplan 결정된 방향을 단계별 플랜으로 /office-hours는 어느 방향을 갈지 결정
/investigate 장애 근본 원인 추적 /office-hours는 향후 선택 지원
/verify 작업물 검증 /office-hours는 결정 전 단계

판단 기준:

  • 뭘 할지는 정해졌는데 어떻게 할지 계획한다 → /autoplan
  • 두세 가지 대안 중 무엇을 고를지 고민 중이다 → /office-hours
  • 이미 선택한 방안의 기획서를 검증한다 → /plan-review

원칙 (절대 준수)

  1. 긍정 편향 금지: 주인님이 선호하시는 쪽에 맞추지 않음. 트레이드오프를 있는 그대로.
  2. 옵션 최소 3개 제시: 2개로 좁히는 것은 주인님의 몫.
  3. 권고는 반드시 1개: "상황에 따라 다릅니다"로 끝내지 않음. 이유 포함 단정적 권고.
  4. one-way door와 two-way door 명시: 되돌릴 수 있는 결정인지 구분.
  5. Jarvis 권고는 주인님 재가 대상: 결정은 주인님이 하심. Jarvis는 제안까지만.

Phase 0 — 결정 주제 확정

0-1. 결정 범위 명확화

주인님의 발화를 다음 템플릿으로 정리합니다.

### 결정 주제
<한 문장: "무엇을 결정하는가">

### 결정 시한
<언제까지 결정해야 하는가. 없으면 "여유" 표기>

### 제약 조건
- 예산: <있으면>
- 시간: <있으면>
- 호환성: <있으면>
- 인력: <있으면>

### 성공 기준
<결정이 옳았는지 6개월 뒤 어떤 지표로 판단할 것인가>

0-2. one-way door / two-way door 판정

  • one-way door: 되돌릴 수 없거나 비용 큼 → 신중하게, 옵션 5개까지.
  • two-way door: 되돌릴 수 있음 → 빠르게, 옵션 3개로 충분.

예시:

  • 데이터베이스 선택(1년 운영 후 전환 비용 큼) → one-way
  • 프레임워크 메이저 버전 업 → two-way (롤백 가능)
  • 회사 오퍼 수락 → one-way
  • 특정 라이브러리 도입 → two-way

0-3. Jarvis 특화 선제 조회

# 오답노트: 유사 결정에서 실수한 이력
LEARNED=$HOME/jarvis/runtime/wiki/meta/learned-mistakes.md
grep -i -E "<결정 키워드>" "$LEARNED" | head -5

# Eureka: 과거 성공 패턴
EUREKA=$HOME/jarvis/runtime/wiki/meta/eureka.jsonl
grep -i -E "<결정 키워드>" "$EUREKA" | tail -5

Read the full file on GitHub · 301 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 301 lines · 64 tokens per session scan A 071dc93a8fb8

Subscribe to this mod's changes

office-hours is a command published in the GitHub repository Ramsbaby/jarvis (16 stars, last pushed 16d ago), licensed MIT. It adds 64 tokens to every session and 3,128 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.