explore

explore is a command for Claude Code from revaya-ai/revaya-aios-workspace-template. It costs 0 tokens per session (1,662 once invoked), scanned A, original, MIT.

An interactive command for exploring a new feature, system, or capability before building it. It guides a question-and-answer session and saves the result as an exploration document.

In plain words
What is it for?
It is for discovering requirements, researching possible approaches, and producing a document that can be passed to planning or implementation commands.
Why use it?
It helps turn a vague idea into a clear scope and records the decisions needed for later planning or implementation.

Command for Claude Code

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

Good fit It is for discovering requirements, researching possible approaches, and producing a document that can be passed to planning or implementation commands.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/revaya-ai/revaya-aios-workspace-template/explore
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/revaya-ai/revaya-aios-workspace-template

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 explore

README.md
[![agentmods](https://agentmods.dev/badge/commands/revaya-ai/revaya-aios-workspace-template/explore/github.svg)](https://agentmods.dev/commands/revaya-ai/revaya-aios-workspace-template/explore)
Your own site
<a href="https://agentmods.dev/commands/revaya-ai/revaya-aios-workspace-template/explore"><img src="https://agentmods.dev/badge/commands/revaya-ai/revaya-aios-workspace-template/explore/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for explore

Your own site · 80×15
<a href="https://agentmods.dev/commands/revaya-ai/revaya-aios-workspace-template/explore"><img src="https://agentmods.dev/badge/commands/revaya-ai/revaya-aios-workspace-template/explore.svg" alt="Reviewed on agentmods" width="80" 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,662 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.00000 $0.01662
Opus 5 $0.00000 $0.00831
Sonnet 5 $0.00000 $0.00332
Haiku 4.5 $0.00000 $0.00166

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

Security

Grade A, and why

explore 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 10d 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/explore.md · 187 lines

How it starts

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

Explore

Interactive exploration of a new feature, system, or capability for your workspace.

Variables

idea: $ARGUMENTS (describe the feature, system, or capability you want to explore)


Instructions

You are running an interactive exploration session. Your job is to help the user shape an idea into a clear, well-scoped concept through structured Q&A. Do NOT run through all stages autonomously — present your findings at each stage, ask questions, and wait for responses before proceeding.

Tone: Friendly and encouraging. The user may not be technical — explain concepts in plain English. Celebrate progress. If something is complex, break it down.

Output: A feature exploration doc saved to plans/explore-YYYY-MM-DD-{descriptive-name}.md

Downstream: The explore doc can be fed to /create-plan for implementation planning, or passed directly to /implement if it's clear enough to build.


Stage 1: DISCOVERY — Understand the Vision

Goal: Understand what the user wants and establish scope boundaries.

Actions:

  1. Read the idea/arguments provided
  2. Read relevant workspace context:
    • CLAUDE.md for workspace structure and existing systems
    • Any context files referenced in CLAUDE.md that relate to this idea
    • Any existing scripts, commands, or tools that touch the same area
  3. Summarize your understanding of the idea in 2-3 sentences
  4. Ask 2-4 clarifying questions to establish:
    • What problem does this solve? (What's painful or slow right now?)
    • Who uses this and when? (You personally? Your team? Automatically?)
    • What does "done" look like? (What should happen when this works?)
    • What's explicitly out of scope? (What should this NOT do?)

STOP and wait for responses before proceeding.


Stage 2: RESEARCH — Explore What's Possible

Goal: Understand what exists, what's possible, and what constraints apply.

Actions:

  1. Search the workspace for relevant existing systems, commands, scripts, or patterns that relate to this idea
  2. If the idea involves external tools or APIs:
    • Check if the workspace already has API keys configured (look at .env or .env.example)
    • Research what services could help (web search if needed)
    • Note what's free vs. paid
  3. If the idea touches data, check the workspace database (if one exists) to understand what data is available
  4. Present findings:
    • What already exists that's relevant (don't rebuild what's there)
    • What options are available (with pros/cons for each)
    • What constraints or dependencies you've found
    • Rough complexity estimate: Simple (afternoon project) / Medium (focused session) / Large (multi-session build)

Read the full file on GitHub · 187 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. 10d ago First seen · 187 lines · 0 tokens per session scan A 87cda8ba3273

Subscribe to this mod's changes

explore is a command published in the GitHub repository revaya-ai/revaya-aios-workspace-template (2 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,662 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.