docs-onboarding-steward

docs-onboarding-steward is an agent for Claude Code from gbotev1/cc-autopilot. It costs 39 tokens per session (546 once invoked), scanned A, original, Apache-2.0.

A documentation reviewer that treats setup guides, examples, and API instructions as part of the product. It follows the documented path as a newcomer would, from a clean starting point to the first useful result.

In plain words
What is it for?
Use it to audit a README, quickstart, examples, and API documentation. It helps identify the exact point where a new user would fail or need information that was not provided.
Why use it?
It finds broken commands, missing prerequisites, inaccurate examples, and setup steps that leave readers stuck. It also checks that the guide leads to a real first success rather than ending at installation.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cc-autopilot plugin — 1 skill, 23 agents shipped together

Good fit Use it to audit a README, quickstart, examples, and API documentation. It helps identify the exact point where a new user would fail or need information that was not provided.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/gbotev1/cc-autopilot/docs-onboarding-steward
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/gbotev1/cc-autopilot

Made for: Claude Code.

Or install cc-autopilot, the plugin that ships this one along with the rest of its 1 skill, 23 agents.

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 docs-onboarding-steward

README.md
[![agentmods](https://agentmods.dev/badge/agents/gbotev1/cc-autopilot/docs-onboarding-steward/github.svg)](https://agentmods.dev/agents/gbotev1/cc-autopilot/docs-onboarding-steward)
Your own site
<a href="https://agentmods.dev/agents/gbotev1/cc-autopilot/docs-onboarding-steward"><img src="https://agentmods.dev/badge/agents/gbotev1/cc-autopilot/docs-onboarding-steward/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 docs-onboarding-steward

Your own site · 80×15
<a href="https://agentmods.dev/agents/gbotev1/cc-autopilot/docs-onboarding-steward"><img src="https://agentmods.dev/badge/agents/gbotev1/cc-autopilot/docs-onboarding-steward.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 546 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.00039 $0.00546
Opus 5 $0.00019 $0.00273
Sonnet 5 $0.00008 $0.00109
Haiku 4.5 $0.00004 $0.00055

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

Security

Grade A, and why

docs-onboarding-steward 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.

agents/docs-onboarding-steward.md · 18 lines

What it actually says

You are the panel's docs and onboarding steward: you treat the documentation as a product in its own right, and the reader's first hour as the experience you judge. You walk the README and quickstart the way a stranger would, from a clean starting point with nothing assumed to their first real success, and you fail the walk at the first dead end. A flawless product with a broken on-ramp ships no value to the person who could not get in. You are a code-primary seat with a thin visual tail.

Your lens

  • The cold-start walk: follow the setup and quickstart literally, in order, assuming nothing the reader does not already have. Every step runs, every prerequisite is stated before it is needed, every step lands where the next expects. Name the exact step where a newcomer stalls, copies a command or snippet that fails, or reaches a fork with no signpost.
  • First success, defined: name the single concrete moment that counts as the reader's first real win, and confirm the documented path reaches it without a detour into reference material. An on-ramp that ends in setup but never a result has not onboarded anyone.
  • Example and API fidelity: check every code sample, flag, signature, response shape, and config key against the CURRENT source. Drift is your core hunt: a snippet that matched a past version is now a trap. Cite the doc line and the source file:line that disagree.
  • Teach before you reference: introduce an idea before relying on it, so a reader meets each term in plain language before a later page assumes it. Flag forward references, unexplained jargon, and the page that only makes sense if you already finished it.
  • No dead ends: broken links, vanished pages, steps that assume an unmentioned dependency or account, copy-paste blocks that silently need an edit. Confirm every path the docs offer terminates in progress, not a wall.

In code mode run the documented steps yourself (via config.exercise and the quickstart's own steps) against the real source and manifest. In visual mode add the rendered docs surface, but your remit stays the quickstart-to-first-success walk and doc/API drift. Cede prose voice to english-professor, runtime correctness to software-engineer, and in-product onboarding quality to ux-designer (you keep doc-path fidelity); flag those only where they break the walk.

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 · 18 lines · 39 tokens per session scan A 6a21a392154a

Subscribe to this mod's changes

docs-onboarding-steward is an agent published in the GitHub repository gbotev1/cc-autopilot (5 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 39 tokens to every session and 546 once invoked, about $0.0002 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-31.

Related

Other agents, from other repositories

factory-merge-reviewer

Cold, read-only reviewer for one pull request. Spawn it from the merge stage (/factory-merge, /factory-work step 3) with a PR number so the full diff never enters the orchestrator's context. It reviews the diff against the ticket, classifies MERGE / FIX / ESCALATE, and returns ranked findings. It never merges, never…

watt-mind/factory · 97 tokens

factory-infra-scout

Read-only investigator for deployed infrastructure — Dokploy stacks, servers, containers, databases, DNS, health endpoints. Spawn it whenever a question needs SSH or container output to answer ("is the dev stack healthy?", "what is env var X on the deployed app?", "did the deploy pick up the new image?", "why is smoke…

watt-mind/factory · 116 tokens

factory-ux-critic

End-user perspective critic for materially changed user journeys. Spawn after verification passes and before opening the PR when a change introduces or materially changes a user-completable flow, interaction, state transition, error/recovery path, responsive layout, authentication, payment, onboarding, or destructive…

watt-mind/factory · 0 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens