← 返回
数据分析 中文

RTFM Testing

Validates documentation usability by spawning context-free agents to complete tasks using only the docs, identifying gaps for improvement.
通过生成独立代理仅凭文档完成任务,验证文档可用性并发现改进缺口。
zscole
数据分析 clawhub v1.0.0 1 版本 99876.5 Key: 无需
★ 2
Stars
📥 1,578
下载
💾 27
安装
1
版本
#latest

概述

RTFM Testing

A documentation quality methodology that spawns fresh agents to validate whether docs are actually usable.

The Problem

Documentation written by the person who built the thing is almost always incomplete. They fill in gaps unconsciously. They assume context. They skip "obvious" steps.

RTFM Testing fixes this by spawning a fresh agent with zero context and asking: can you complete this task using only the docs?

When to Use

  • Before publishing docs, READMEs, tutorials, or setup guides
  • When users report confusion but you can't see why
  • After major refactors to validate docs still work
  • As part of CI for documentation-heavy projects

How It Works

  1. Identify the task — What should someone be able to do after reading the docs?
  2. Bundle the docs — Collect all relevant documentation (and nothing else)
  3. Spawn a fresh tester — Use the TESTER.md prompt with sessions_spawn
  4. Analyze failures — Every confusion point is a doc bug
  5. Fix and repeat — Update docs, respawn, retest until clean

Usage

sessions_spawn(
  task: "Complete the following task using ONLY the provided documentation. [TASK DESCRIPTION]\n\n---\n\n[PASTE DOCS HERE]",
  agentId: "default",
  label: "rtfm-test"
)

Or use the full TESTER.md prompt for more structured output.

Metrics

  • Cold Start Score — Number of spawn cycles until task completion (lower = better docs)
  • Gap Count — Number of [GAP] reports per run
  • Gap Categories — Missing steps, unclear language, wrong assumptions, missing prerequisites

Key Principles

  1. No hints — Don't help the tester. Let it fail.
  2. Literal reading — Tester must not infer or guess
  3. Docs only — No external knowledge, no "common sense"
  4. Failures are signal — Every stumble is actionable feedback

Files

  • SKILL.md — This file
  • TESTER.md — System prompt for the fresh agent
  • GAPS.md — Output format specification

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 22:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Openclaw

zscole
安全密钥管理。用于处理私钥、API密钥、钱包凭证或构建需要代理控制资金的系统。涵盖安全存储、会话密钥、防泄露及提示注入防御。
★ 3 📥 3,111
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 199 📥 65,217
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,164