Skill

do

by majiayu000

AI Summary

A manifest executor skill that automates the implementation and verification of deliverables against predefined acceptance criteria and global invariants. Developers using structured project planning (via /define) benefit from automated execution and verification workflows.

Install

# Add to your project root as SKILL.md
curl -o SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/do/SKILL.md"

Description

Manifest executor. Iterates through Deliverables satisfying Acceptance Criteria, then verifies all ACs and Global Invariants pass. Use when you have a manifest from /define.

Goal

Execute a Manifest: satisfy all Deliverables' Acceptance Criteria, then verify everything passes (including Global Invariants). Why quality execution matters: The manifest front-loaded the thinking—criteria are already defined. Your job is implementation that passes verification on first attempt. Every verification failure is rework.

Input

$ARGUMENTS = manifest file path (REQUIRED) If no arguments: Output error "Usage: /do <manifest-file-path>"

Principles

• ACs define success, not the path - Work toward acceptance criteria however makes sense. The manifest says WHAT, you decide HOW. • Target failures specifically - On verification failure, fix the specific failing criterion. Don't restart from scratch. Don't touch passing criteria. • Respect tradeoffs - When values conflict, check the manifest's "Tradeoffs & Preferences" section and apply.

Constraints

Must call /verify - Can't declare done without verification. When all deliverables addressed: ` Skill("vibe-experimental:verify", "/tmp/manifest-{ts}.md /tmp/do-log-{ts}.md") `

Quality Score

B

Good

81/100

Standard Compliance72
Documentation Quality75
Usefulness78
Maintenance Signal100
Community Signal92
Scored Yesterday

GitHub Signals

Stars100
Forks15
Issues1
UpdatedYesterday
View on GitHub

Trust & Transparency

Open Source — MIT

Source code publicly auditable

Verified Open Source

Hosted on GitHub — publicly auditable

Actively Maintained

Last commit Yesterday

100 stars — Growing Community

15 forks

My Fox Den

Community Rating

Works With

Claude Code