manifest-dev
Manifest-driven planning, execution, and verified code delivery
All Skills in This Repository (9)
Pure Emerald Level Indicatorsprompt-engineering
Automate LLM prompt creation and refinement through interview-driven context discovery.
harden-task-file
Harden /define task guidance files with explicit acceptance criteria and convergence checks.
learn-from-session
Analyze Claude Code sessions and generate structured improvement reports.
define
Generate a Manifest with Deliverables, Acceptance Criteria, Invariants, and verification steps.
do
Execute manifest-defined deliverables against acceptance criteria with verification loops and logging.
verify
Coordinate parallel automated verifiers to validate Manifest criteria.
done
Generate hierarchical completion reports from execution logs and manifests in Markdown-ready format.
escalate
Generate structured escalations with evidence tied to Manifest hierarchy.
example
Analyze project structures and tech stacks to produce a concise overview.
Frequently Asked Questions
FAQPage SchemaHow to install manifest-dev?โผ
Run `npx skills add doodledood/manifest-dev --all -g -y` in your terminal to install all skills globally.
What problem does manifest-dev solve?โผ
It stops coding agents from producing unverified work by writing acceptance criteria first, then checking every criterion with independent evidence before declaring done.
How does the define and do workflow work?โผ
The define skill interviews you and writes a manifest of deliverables and acceptance criteria; the do skill then implements against it and verifies each gate before completion.
Does manifest-dev work with Claude Code and Codex?โผ
Yes. The same skill text ships to Claude Code, Codex, Pi, and OpenCode through per-host plugin distributions.
Can manifest-dev review pull requests automatically?โผ
Yes. The review-pr skill posts high-signal review comments, and babysit-pr drives a PR through CI and review threads until it is mergeable.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core