← 返回
未分类

Output-Driven Dev

Guides defining success criteria and verification before coding to ensure deliverables are proven complete through measurable, reproducible evidence.
指导在编码前定义成功标准和验证方法,确保交付物通过可衡量、可复现的证据证明完整性。
amdf01-debug amdf01-debug 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 389
下载
💾 0
安装
1
版本
#agents#development#latest#planning

概述

Output-Driven Development Skill

Trigger

Define success criteria and verification BEFORE coding. Agents prove their work.

Trigger phrases: "define success criteria", "output-driven", "verify before done", "prove it works", "acceptance criteria"

Process

  1. Define output: What exactly should the result look like?
  2. Write verification: How will we prove it works?
  3. Build: Implement the solution
  4. Verify: Run verification, show evidence
  5. Ship: Only after verification passes

Template

# Task: [Description]

## Success Criteria
- [ ] [Specific, measurable criterion 1]
- [ ] [Specific, measurable criterion 2]
- [ ] [Specific, measurable criterion 3]

## Verification Plan
For each criterion, how to verify:
1. [Run command X, expect output Y]
2. [Open URL, see element Z]
3. [Check file, contains content W]

## Build Log
[What was implemented and how]

## Verification Results
- Criterion 1: ✅ PASS — [evidence]
- Criterion 2: ✅ PASS — [evidence]
- Criterion 3: ❌ FAIL — [what went wrong, fix plan]

Rules

  • Never claim "done" without showing verification evidence
  • "Should work" is not verification — run it and show the output
  • If you can't define success criteria, you don't understand the task
  • Verification should be reproducible by anyone
  • Failed verification → fix → re-verify (don't skip)
  • Screenshots, logs, test output > "I checked and it works"

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 06:19 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 197 📥 67,975
dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 76 📥 182,488
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 681 📥 329,547