Output-Driven Dev

# Output-Driven Development Skill

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Output-Driven Dev" with this command: npx skills add amdf01-debug/sw-output-driven-dev

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"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

MidOS MCP — Knowledge OS for AI Agents

MidOS — The MCP Knowledge OS. 134 tools for knowledge management, multi-agent orchestration, search, planning, and memory. 670K+ vectors, 46K+ chunks, EUREKA...

Registry SourceRecently Updated
3930Profile unavailable
Coding

Spec-First Development

Spec-driven development workflow. Before writing any code, generates a comprehensive SPEC.md covering data models, user flows, API contracts, file structure,...

Registry SourceRecently Updated
4260Profile unavailable
Coding

Plan Flow

Structured AI-assisted development workflows - discovery, planning, execution, code reviews, and testing

Registry SourceRecently Updated
3530Profile unavailable
Coding

Planning with files

Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when aske...

Registry SourceRecently Updated
17.7K44Profile unavailable