octo-prd

octo-prd is a command for Claude Code, Codex from CES-Ltd/Lumi. It costs 19 tokens per session (1,476 once invoked), scanned A, a copy of octo-prd, MIT.

A command for creating an AI-focused product requirements document, or PRD, by combining several AI-generated viewpoints and scoring the result out of 100.

In plain words
What is it for?
Generating and evaluating product specifications through the required multi-provider orchestration process when the command is invoked.
Why use it?
It requires multiple reviews and quality checks, reducing the risk of producing a feature plan from one unchallenged perspective.

Command for Claude CodeCodex

Written for Claude Code and Codex: $ARGUMENTS substitution, but also runs codex exec. Also seen: mentions subagents; mentions Codex; mentions Gemini CLI.

Part of the octo plugin — 10 skills, 47 commands shipped together

Good fit Generating and evaluating product specifications through the required multi-provider orchestration process when the command is invoked.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/ces-ltd/lumi/octo-prd
View source ↗ CES-Ltd/Lumi
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/CES-Ltd/Lumi

Made for: Claude Code, Codex.

Or install octo, the plugin that ships this one along with the rest of its 10 skills, 47 commands.

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 octo-prd

README.md
[![agentmods](https://agentmods.dev/badge/commands/ces-ltd/lumi/octo-prd/github.svg)](https://agentmods.dev/commands/ces-ltd/lumi/octo-prd)
Your own site
<a href="https://agentmods.dev/commands/ces-ltd/lumi/octo-prd"><img src="https://agentmods.dev/badge/commands/ces-ltd/lumi/octo-prd/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 octo-prd

Your own site · 80×15
<a href="https://agentmods.dev/commands/ces-ltd/lumi/octo-prd"><img src="https://agentmods.dev/badge/commands/ces-ltd/lumi/octo-prd.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 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,476 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 94% copy Near-identical to another mod 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.00019 $0.01476
Opus 5 $0.00010 $0.00738
Sonnet 5 $0.00004 $0.00295
Haiku 4.5 $0.00002 $0.00148

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

Security

Grade A, and why

octo-prd 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.

Origin

This is a copy

94% identical to octo-prd — 55 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

resources/seed/octopus/commands/octo-prd.md · 172 lines

How it starts

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

MANDATORY COMPLIANCE — DO NOT SKIP

When the user invokes /octo:prd, you MUST execute the multi-AI PRD generation workflow below. You are PROHIBITED from:

  • Writing the PRD directly without multi-provider orchestration
  • Skipping the scoring framework or quality gates
  • Deciding the feature is "straightforward enough" to document without multi-LLM perspectives
  • Producing a single-model PRD instead of a synthesized multi-perspective document

The user chose /octo:prd over writing a PRD manually. They want Codex + Gemini + Claude perspectives synthesized through the 100-point scoring framework.

EXECUTION MECHANISM — NON-NEGOTIABLE

You MUST execute this command by calling orchestrate.sh as documented below. You are PROHIBITED from:

  • ❌ Doing the work yourself using only Claude-native tools (Agent, Read, Grep, Write)
  • ❌ Using a single Claude subagent instead of multi-provider dispatch via orchestrate.sh
  • ❌ Skipping orchestrate.sh because "I can do this faster directly"

Multi-LLM orchestration is the purpose of this command. If you execute using only Claude, you've violated the command's contract.


STOP - DO NOT INVOKE /skill OR Skill() AGAIN

This command is already executing. The feature to document is: $ARGUMENTS.feature


PHASE 0: CLARIFICATION (MANDATORY - DO THIS FIRST)

Before writing ANY PRD content, ask the user:

I'll create a PRD for: **$ARGUMENTS.feature**

To make this PRD highly targeted, please answer briefly:

1. **Target Users**: Who will use this? (developers, end-users, admins, agencies?)
2. **Core Problem**: What pain point does this solve? Any metrics on current impact?
3. **Success Criteria**: How will you measure success? (KPIs, adoption rate, time saved?)
4. **Constraints**: Any technical, budget, timeline, or platform constraints?
5. **Existing Context**: Greenfield project or integrating with existing systems?

(Type "skip" to proceed with assumptions, or answer inline)

WAIT for user response before proceeding.

Read the full file on GitHub · 172 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 · 172 lines · 19 tokens per session scan A c624a07c1720

Subscribe to this mod's changes

octo-prd is a command published in the GitHub repository CES-Ltd/Lumi (31 stars, last pushed 4mo ago), licensed MIT. It adds 19 tokens to every session and 1,476 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to octo-prd, differing in 55 lines, and is treated as a copy.