From manifest-dev
Generates hierarchical markdown summary of /do workflow completions, verifying global invariants, deliverables status, key changes, and tradeoffs applied. Called by /verify.
How this skill is triggered — by the user, by Claude, or both
Slash command
/manifest-dev:doneThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Output a completion summary showing what was accomplished, organized by the Manifest hierarchy.
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.
npx claudepluginhub doodledood/manifest-dev --plugin manifest-devExecutes manifests by iterating deliverables to satisfy acceptance criteria, verify ACs and global invariants. Supports efficient/balanced/thorough modes, scoped execution, and log continuation.
Builds a structured summary of a Planr scope after work, review, or status inspection, including changes, verification evidence, blockers, and recommended next commands.
Runs a milestone or batch retrospective by checking goal/contract coverage, summarizing planned vs delivered work, and proposing rule updates.