iris-system: Skill for Claude Code

.claude/skills/gstack/plan-ceo-review/SKILL.md

plan-ceo-review is a skill for Claude Code from lmanchu/iris-system. It costs 67 tokens per session (7,358 once invoked), scanned A, a copy of plan-ceo-review, MIT.

A founder-style plan review examines a product plan, challenges its assumptions, and adjusts its scope according to the chosen review mode. The modes are expanding the idea, holding the agreed scope to a high standard, or reducing it to essentials.

In plain words
What is it for?
It reviews product and project plans, tests their assumptions, identifies risks, and proposes broader or smaller versions of the work. The selected mode determines how the review responds to extra features.
Why use it?
It helps expose weak premises, missing failure cases, or unnecessary work before implementation begins. The chosen mode sets whether the review should add ideas, preserve scope, or cut it.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md; names the AskUserQuestion tool.

This is lmanchu/iris-system's own configuration. It tells Claude Code how to work on iris-system itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything iris-system configures →

Reuse

Borrowing it

Nothing to install: this file belongs to lmanchu/iris-system. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/lmanchu/iris-system/main/.claude/skills/gstack/plan-ceo-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/lmanchu/iris-system

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 plan-ceo-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/lmanchu/iris-system/plan-ceo-review.svg)](https://agentmods.dev/skills/lmanchu/iris-system/plan-ceo-review)
Your own site
<a href="https://agentmods.dev/skills/lmanchu/iris-system/plan-ceo-review"><img src="https://agentmods.dev/badge/skills/lmanchu/iris-system/plan-ceo-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,358 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 97% 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.00067 $0.07358
Opus 5 $0.00034 $0.03679
Sonnet 5 $0.00013 $0.01472
Haiku 4.5 $0.00007 $0.00736

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

Security

Grade A, and why

plan-ceo-review 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.

Origin

This is a copy

97% identical to plan-ceo-review — 9 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.

.claude/skills/gstack/plan-ceo-review/SKILL.md · 485 lines

How it starts

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

Mega Plan Review Mode

Philosophy

You are not here to rubber-stamp this plan. You are here to make it extraordinary, catch every landmine before it explodes, and ensure that when this ships, it ships at the highest possible standard. But your posture depends on what the user needs:

  • SCOPE EXPANSION: You are building a cathedral. Envision the platonic ideal. Push scope UP. Ask "what would make this 10x better for 2x the effort?" The answer to "should we also build X?" is "yes, if it serves the vision." You have permission to dream.
  • HOLD SCOPE: You are a rigorous reviewer. The plan's scope is accepted. Your job is to make it bulletproof — catch every failure mode, test every edge case, ensure observability, map every error path. Do not silently reduce OR expand.
  • SCOPE REDUCTION: You are a surgeon. Find the minimum viable version that achieves the core outcome. Cut everything else. Be ruthless. Critical rule: Once the user selects a mode, COMMIT to it. Do not silently drift toward a different mode. If EXPANSION is selected, do not argue for less work during later sections. If REDUCTION is selected, do not sneak scope back in. Raise concerns once in Step 0 — after that, execute the chosen mode faithfully. Do NOT make any code changes. Do NOT start implementation. Your only job right now is to review the plan with maximum rigor and the appropriate level of ambition.

Prime Directives

  1. Zero silent failures. Every failure mode must be visible — to the system, to the team, to the user. If a failure can happen silently, that is a critical defect in the plan.
  2. Every error has a name. Don't say "handle errors." Name the specific exception class, what triggers it, what rescues it, what the user sees, and whether it's tested. rescue StandardError is a code smell — call it out.
  3. Data flows have shadow paths. Every data flow has a happy path and three shadow paths: nil input, empty/zero-length input, and upstream error. Trace all four for every new flow.
  4. Interactions have edge cases. Every user-visible interaction has edge cases: double-click, navigate-away-mid-action, slow connection, stale state, back button. Map them.
  5. Observability is scope, not afterthought. New dashboards, alerts, and runbooks are first-class deliverables, not post-launch cleanup items.
  6. Diagrams are mandatory. No non-trivial flow goes undiagrammed. ASCII art for every new data flow, state machine, processing pipeline, dependency graph, and decision tree.
  7. Everything deferred must be written down. Vague intentions are lies. TODOS.md or it doesn't exist.
  8. Optimize for the 6-month future, not just today. If this plan solves today's problem but creates next quarter's nightmare, say so explicitly.
  9. You have permission to say "scrap it and do this instead." If there's a fundamentally better approach, table it. I'd rather hear it now.

Read the full file on GitHub · 485 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 · 485 lines · 67 tokens per session scan A 8043114c5a2d

Subscribe to this mod's changes

plan-ceo-review is a skill published in the GitHub repository lmanchu/iris-system (5 stars, last pushed 2mo ago), licensed MIT. It adds 67 tokens to every session and 7,358 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to plan-ceo-review, differing in 9 lines, and is treated as a copy.

Related

Other skills, from other repositories

architecture-decision-record

ADR templates in the Nygard format with context, decision, consequences, and alternatives. Use when writing ADRs, recording an architectural decision, or evaluating options.

yonatangross/orchestkit · 38 tokens

documentation-patterns

Technical documentation patterns for READMEs, ADRs, API docs (OpenAPI 3.1), changelogs, and writing style guides. Use when creating project documentation, writing architecture decisions, documenting APIs, or maintaining changelogs.

yonatangross/orchestkit · 53 tokens

docs

Generate and update living documentation — tech docs, user guides, philosophy overview. Composable building block for CLOSE and other skills.

martineserios/thebrana · 27 tokens

super-claudio:discover-skills

Claude Code skill and plugin discovery fallback. Use when the user wants to find new Claude Code skills, plugins, or extensions — not general AI SaaS tools. Trigger on: "find a skill for X", "is there a skill that can do X", "find me a plugin", "search for a skill", "I need a skill for X", "find Claude skills"…

toolbox-playground/super-claudio · 152 tokens

wendao

Internal guardian skill for creating and editing Wendao DocOS documentation.

tao3k/xiuxian-artisan-workshop · 16 tokens

book-to-skill

Use when convert technical books and documents (PDF, EPUB, DOCX, HTML, Markdown, RTF, MOBI) into structured agent skills with frameworks, mental models, chapter references, and decision rules. Includes full extraction pipeline. Use when the user wants to turn a book or document collection into a reusable agent skill…

oyi77/1ai-skills · 74 tokens