develop

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

A command that turns a rough content idea into a planned content concept, using your stored strategy, audience, offers, and examples.

In plain words
What is it for?
Use it with an idea ID or raw idea to define its channel and format, shape the concept, and connect it to an audience and offer.
Why use it?
It removes the need to decide the audience, positioning, format, packaging, and next offer from scratch for every idea.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Good fit Use it with an idea ID or raw idea to define its channel and format, shape the concept, and connect it to an audience and offer.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/revaya-ai/revaya-aios-workspace-template/develop.svg)](https://agentmods.dev/commands/revaya-ai/revaya-aios-workspace-template/develop)
Your own site
<a href="https://agentmods.dev/commands/revaya-ai/revaya-aios-workspace-template/develop"><img src="https://agentmods.dev/badge/commands/revaya-ai/revaya-aios-workspace-template/develop.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 2,266 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.02266
Opus 5 $0.00000 $0.01133
Sonnet 5 $0.00000 $0.00453
Haiku 4.5 $0.00000 $0.00227

Measured 7d ago against content hash 2490ace86d4b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

develop 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 7d 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/develop.md · 203 lines

How it starts

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

/develop — Develop Content Concept

Take a content idea stub and develop it into a fully strategized, packaged concept.

Variables

$ARGUMENTS (the stub ID like "#5", or a raw idea to capture and develop in one go)

Instructions

You are running the Develop step of the Content Pipeline. Take a captured idea and turn it into a fully developed content concept with strategic positioning, audience alignment, packaging, and offer mapping.

Setup — Load Context

  1. Read the idea:

    • If given an ID (#N): query SELECT * FROM content_ideas WHERE id = N via the content database
    • If given raw text: capture it as a stub first (classify channel + format), then develop
  2. Read content strategy docs (ALWAYS read all of these):

    • content/strategy.md — platform, cadence, pillars, audience split, competitive positioning
    • content/brand-and-audience.md — brand positioning, target audience segments, proof points
    • content/offers-and-funnels.md — offers, funnels, audience → offer alignment, CTAs
    • content/packaging-strategy.md — title/thumbnail/hook frameworks (used for both YouTube AND LinkedIn)
  3. Scan inspiration library (check for relevant examples):

    • content/inspiration/linkedin/ — LinkedIn post examples and hooks worth referencing
    • content/inspiration/youtube/ — YouTube title/thumbnail examples
    • content/inspiration/frameworks/ — posting frameworks and content systems

    If any examples match the concept's channel or topic, reference them in packaging ("This hook pattern is inspired by [source]"). Don't copy — adapt and make it yours.

  4. Build the 7-day context window:

    .venv/bin/python3 -c "
    import sys; sys.path.insert(0, '.')
    from scripts.content.context_aggregator import build_context_window, format_context_for_prompt
    context = build_context_window(days=7)
    print(format_context_for_prompt(context))
    "
    

    Read the output — this tells you:

    • Recent published content (what's already been covered so you don't repeat it)
    • Recent meetings (themes, client pain points, insights worth referencing)
    • Current pipeline state (what's already queued)

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

Subscribe to this mod's changes

develop 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 2,266 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.