From manifest-dev
Generates hierarchical markdown summary of /do workflow completions, verifying global invariants, deliverables status, key changes, and tradeoffs applied. Called by /verify.
npx claudepluginhub doodledood/manifest-dev --plugin manifest-devThis skill uses the workspace's default tool permissions.
Output a completion summary showing what was accomplished, organized by the Manifest hierarchy.
Executes manifests by iterating deliverables to satisfy acceptance criteria, verify ACs and global invariants. Supports efficient/balanced/thorough modes, scoped execution, and log continuation.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Output a completion summary showing what was accomplished, organized by the Manifest hierarchy.
$ARGUMENTS = completion context (optional)
Read the execution log and manifest. Output a summary that shows:
## Execution Complete
All global invariants pass. All acceptance criteria verified.
### Intent
**Goal:** [from manifest]
### Global Invariants
| ID | Description | Status |
|----|-------------|--------|
| INV-G1 | ... | PASS |
### Deliverables
#### Deliverable 1: [Name]
| ID | Description | Status |
|----|-------------|--------|
| AC-1.1 | ... | PASS |
**Key Changes:**
- [file] - [what changed]
---
### Tradeoffs Applied
| Decision | Preference | Outcome |
|----------|------------|---------|
### Files Modified
| File | Changes |
|------|---------|
---
Manifest execution verified complete.
When medium is non-local, /done output goes through the calling context (/verify → /do). No special routing needed — just produce the summary as normal.