Design doc (write -> review loop)

Design doc (write -> review loop) is a skill for Claude Code, Codex from AuraVixStudio/caelo. It costs 22 tokens per session (369 once invoked), scanned A, original, Apache-2.0.

A writing-and-review process for producing a design document before implementing a non-trivial change. One helper drafts the document and another reviews it, repeating until the review approves it or the round limit is reached.

In plain words
What is it for?
Use it to prepare and refine Markdown design documents for complex engineering tasks, with separate drafting and review passes.
Why use it?
It exposes missing requirements and design problems before code is written, giving implementation work an agreed plan to follow.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

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 skills/auravixstudio/caelo/design
Any agent
npx skills add AuraVixStudio/caelo --skill design
Clone the repo
git clone --depth 1 https://github.com/AuraVixStudio/caelo

Made for: Claude Code, Codex.

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 Design doc (write -> review loop)

README.md
[![agentmods](https://agentmods.dev/badge/skills/auravixstudio/caelo/design.svg)](https://agentmods.dev/skills/auravixstudio/caelo/design)
Your own site
<a href="https://agentmods.dev/skills/auravixstudio/caelo/design"><img src="https://agentmods.dev/badge/skills/auravixstudio/caelo/design.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 369 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.00022 $0.00369
Opus 5 $0.00011 $0.00185
Sonnet 5 $0.00004 $0.00074
Haiku 4.5 $0.00002 $0.00037

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

Security

Grade A, and why

Design doc (write -> review loop) 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 6d 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.

caelo_core/skills/builtin/design/SKILL.md · 32 lines

What it actually says

Design doc (write -> review loop)

Use this to produce a vetted design document for a non-trivial task before implementing. You iterate a design-doc-writer (writes in an isolated copy) against a design-doc-reviewer (read-only critique) until the reviewer approves.

Loop

  1. Draft. delegate a design-doc-writer with the problem, constraints and any relevant code paths. It writes a Markdown design doc in its isolated copy.
  2. Review. delegate a design-doc-reviewer to critique that document. The reviewer ends with VERDICT: APPROVE or VERDICT: REVISE.
  3. Revise. If the verdict is REVISE, delegate a design-doc-writer again with the reviewer's concerns and instruct it to address every point.
  4. Repeat steps 2–3 until the verdict is APPROVE, or you reach the round limit (default 3; honor an "effort N" of 1–5 as N rounds).
  5. Summarize. Report the agreed design (path + key decisions) and the final verdict; the document awaits the user's merge review.

Notes

  • The writer works in an isolated worktree — the document is only applied after the user reviews and merges it.
  • Pass the document path/content forward between rounds so each subagent has the context it needs (summaries, not transcripts).
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. 6d ago First seen · 32 lines · 22 tokens per session scan A 8f7dcee6ffd8

Subscribe to this mod's changes

Design doc (write -> review loop) is a skill published in the GitHub repository AuraVixStudio/caelo (23 stars, last pushed 24d ago), licensed Apache-2.0. It adds 22 tokens to every session and 369 once invoked, about $0.0001 per session on Opus 5. 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-30.

Related

Other skills, from other repositories

skill-creator

Use when creating, updating, packaging, or validating an Lfcode skill. Covers user-managed and built-in bundled skills. 用户提到创建 Skill、更新 Skill、打包 Skill、校验 Skill 或技能规范时使用。.

lfyxhappy/lfcode · 51 tokens

tavern-management

Use when the user asks to import or translate an Lfcode Tavern or SillyTavern character card or worldbook, including PNG image cards, or manage the Tavern plugin lifecycle.

lfyxhappy/lfcode · 43 tokens

error-collection

记录已验证的工程错误、根因、错误模式和防复发验收规则,作为反面教材使用。.

lfyxhappy/lfcode · 30 tokens

playwright-browser

Use when controlling browser pages with Playwright MCP in Lfcode; guides navigation, screenshots, interaction, and reuse of hidden or collapsed embedded side browser targets instead of the Electron app shell.

lfyxhappy/lfcode · 42 tokens

contract-test-engineer

Use when the user asks to verify compatibility between an API provider and consumer, SDK and service, event producer and consumer, schema versions, or serialized data. Define and test the shared contract, including failures and compatibility rules, before changing either side.

lfyxhappy/lfcode · 54 tokens

e2e-test-engineer

Use when the user asks to create, improve, review, or repair end-to-end tests for a meaningful user workflow across the UI, runtime, backend, or installed application. Validate the real workflow at the highest useful boundary while keeping environments, accounts, and test data controlled.

lfyxhappy/lfcode · 62 tokens