cafleet-design-doc

cafleet-design-doc is a skill for Claude Code from himkt/cafleet. It costs 132 tokens per session (895 once invoked), scanned A, original, MIT.

A system for creating, checking, and carrying out design documents, which describe how a software change should work.

In plain words
What is it for?
Use it to write a technical specification, review an existing one through questions, or implement a design using test-driven development, where tests are written before the code.
Why use it?
It gives design work a defined process and uses separate roles to draft, review, question, and implement the document.

Skill for Claude Code

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

Good fit Use it to write a technical specification, review an existing one through questions, or implement a design using test-driven development, where tests are written before the code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/himkt/cafleet/cafleet-design-doc
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.

Any agent
npx skills add himkt/cafleet --skill cafleet-design-doc
Clone the repo
git clone --depth 1 https://github.com/himkt/cafleet

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 cafleet-design-doc

README.md
[![agentmods](https://agentmods.dev/badge/skills/himkt/cafleet/cafleet-design-doc/github.svg)](https://agentmods.dev/skills/himkt/cafleet/cafleet-design-doc)
Your own site
<a href="https://agentmods.dev/skills/himkt/cafleet/cafleet-design-doc"><img src="https://agentmods.dev/badge/skills/himkt/cafleet/cafleet-design-doc/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 cafleet-design-doc

Your own site · 80×15
<a href="https://agentmods.dev/skills/himkt/cafleet/cafleet-design-doc"><img src="https://agentmods.dev/badge/skills/himkt/cafleet/cafleet-design-doc.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 132 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 895 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00132 $0.00895
Opus 5 $0.00066 $0.00447
Sonnet 5 $0.00026 $0.00179
Haiku 4.5 $0.00013 $0.00089

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

Security

Grade A, and why

cafleet-design-doc 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.

skills/cafleet-design-doc/SKILL.md · 54 lines

How it starts

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

Design Document Skill (CAFleet Edition)

This skill is the umbrella for the full design-document lifecycle: the standardized format spec plus three CAFleet-native orchestration workflows (create, validate/interview, implement/execute). It is a dispatcher — consult a reference page for the format, or route to the matching workflow body to run a team.

Teammates in member teams must always load this skill by its name cafleet-design-doc via their backend's skill-loader — never by reading the skill files directly.

Required reading

Before routing into a workflow or consulting a reference page, Read your overlay — it is row #1 below. Identify your coding agent first: your spawn prompt's CODING AGENT: line names it; a standalone / main-session reader uses its own identity.

Load-bearing — Read before acting:

# Read What you lose if you skip it
1 your overlay section ../cafleet/reference/coding-agent-overlays.md#<name> — read and resolve it (see Resolve your overlay in the cafleet SKILL.md) you skip resolution — the failure modes Resolve your overlay closes, e.g. a literal {bg_run} emitted unresolved

On-demand — consult directly (no team), only when the task needs it:

Read When
reference/guidelines.md you are writing or checking a doc against the standard structure (the template opens the page), or need section guidelines, quality standards, or formatting rules
reference/coordination.md you need the inter-member verb + pointer + COMMENT(role) schema

Each workflow body (create / interview / execute) carries its own Required-reading block for the team it runs — base-dir, supervision, and coordination are gated there, not on this dispatch surface.

Dispatch

When the user's request matches a scenario below, invoke this skill and run the linked workflow as a full CAFleet team — proactively, the moment the request matches, without waiting for the user to say "use cafleet".

Read the full file on GitHub · 54 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 · 54 lines · 132 tokens per session scan A 038fbfb8dec6

Subscribe to this mod's changes

cafleet-design-doc is a skill published in the GitHub repository himkt/cafleet (50 stars, last pushed today), licensed MIT. It adds 132 tokens to every session and 895 once invoked, about $0.0007 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

anycap-human-interaction

Collect structured visual feedback from humans using AnyCap's annotation tool, or create and iterate on diagrams using the interactive whiteboard (Excalidraw). Covers image annotation, URL/web page review with screen recording, video review, audio feedback, and collaborative diagramming with Mermaid input. Use when…

anycap-ai/anycap · 190 tokens

anycap-media-production

Produce media assets using AnyCap: generate images, videos, music, speech, dialogue, and complete audio scenes from text or reference inputs, refine images through interactive visual annotation, and deliver finished assets. Covers the full production workflow from concept to delivery across all media types (image…

anycap-ai/anycap · 167 tokens

anycap-blog-production

Turn user-provided data, notes, research, product facts, or structured inputs into AnyCap-style blog posts and then enrich those posts with first-party evidence blocks when needed. Use when a user wants a blog, article, tutorial, learn page, or SEO content draft written in the tone of the AnyCap website. Best fit when…

anycap-ai/anycap · 143 tokens

anycap-worldcup-predict

World Cup match prediction and pre-match intel for football (soccer) fans: predict who will win and a likely scoreline, backed by structured, verifiable evidence -- player profiles, squad dossiers, current form, head-to-head records, and past-tournament history -- using AnyCap web search and crawl. Weighs FIFA…

anycap-ai/anycap · 275 tokens

anycap-ai-tool-seo

Guide for planning and auditing SEO for AI tool, SaaS, and product-led websites. Powered by AnyCap -- the capability runtime that equips AI agents with web search and web crawl through a single CLI. Use when Codex needs to define SEO ICPs, map search intent to page types, inspect live SERPs, write page briefs for…

anycap-ai/anycap · 151 tokens

anycap-deepresearch

Guide for conducting thorough, multi-source research and producing comprehensive, well-sourced reports. Powered by AnyCap -- the capability runtime that equips AI agents with web search (including AI Grounded citations), web crawl, image generation, cloud storage, and one-click web publishing through a single CLI. Use…

anycap-ai/anycap · 178 tokens