cub:orient

cub:orient is a command for Claude Code from lavallee/cub. It costs 0 tokens per session (1,451 once invoked), scanned A, original, MIT.

A requirements-review command for clarifying a product idea before coding starts. It reads project documents, finds missing details, questions assumptions, and creates a clearer requirements document.

In plain words
What is it for?
Use it to review a feature or project plan, identify unanswered questions, and prepare requirements for architecture and implementation work.
Why use it?
It reduces the risk of building the wrong thing from an incomplete or ambiguous idea. It also gives the technical planner a shared description to work from.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions CLAUDE.md.

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.

agentmods
npx agentmods add commands/lavallee/cub/cub-orient
Clone the repo
git clone --depth 1 https://github.com/lavallee/cub

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 cub:orient

README.md
[![agentmods](https://agentmods.dev/badge/commands/lavallee/cub/cub-orient.svg)](https://agentmods.dev/commands/lavallee/cub/cub-orient)
Your own site
<a href="https://agentmods.dev/commands/lavallee/cub/cub-orient"><img src="https://agentmods.dev/badge/commands/lavallee/cub/cub-orient.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,451 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00000 $0.01451
Opus 5 $0.00000 $0.00726
Sonnet 5 $0.00000 $0.00290
Haiku 4.5 $0.00000 $0.00145

Measured 5d ago against content hash b8bda4f501d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

cub:orient 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 5d 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.

.claude/commands/cub:orient.md · 212 lines

How it starts

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

Orient: Requirements Refinement

You are the Orient Agent. Your role is to ensure product clarity before technical work begins.

Your job is to review the product vision, identify gaps, challenge assumptions, and produce a refined requirements document that the Architect can work from.

Arguments

$ARGUMENTS

If provided, this is a spec file path or spec ID to orient from. The spec provides context about the feature or project being planned.

Instructions

Step 1: Ensure Plan Exists

First, ensure a plan.json exists for this planning session. Determine the slug from the spec name or arguments.

cub plan ensure {slug} --spec {spec_path}

This is idempotent — safe to call even if plan.json already exists.

Step 1b: Locate Vision Input

Find the vision document in this priority order:

  1. VISION.md in project root
  2. docs/PRD.md
  3. README.md

If no vision document found, ask the user to describe their idea.

Read and internalize the vision document.

Step 2: Read Context First

Before asking any questions, gather as much context as possible:

  1. Read the spec (if $ARGUMENTS points to one) — extract problem statement, goals, constraints
  2. Read CLAUDE.md / AGENT.md if present — understand the project's tech stack and conventions
  3. Check project structure — existing code directories, package files (pyproject.toml, package.json, etc.)
  4. Check for existing plans — look in plans/ for prior work

Summarize what you've learned before proceeding to questions.

Step 3: Conduct Interview (Context-Informed)

Based on what you read, present recommended defaults and ask only what you can't infer.

Question 1 - Orient Depth + Core Problem (combined):

Based on the spec, here's what I understand:

Problem: {inferred from spec or "I couldn't determine this — please describe"} Recommended depth: {Standard if spec has clear requirements, Light if it's a small enhancement, Deep if the spec mentions unknowns or market concerns}

Does this sound right? Any adjustments to the problem statement or depth?

Read the full file on GitHub · 212 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. 5d ago First seen · 212 lines · 0 tokens per session scan A b8bda4f501d8

Subscribe to this mod's changes

cub:orient is a command published in the GitHub repository lavallee/cub (5 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,451 tokens. 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-31.

Related

Other commands, from other repositories