From amplify
Audits plan execution by checking file existence, content changes, deletions, and commands against the session plan file. Use as final step after implementing plans.
npx claudepluginhub wezzard/skills --plugin amplifyThis skill uses the workspace's default tool permissions.
Verify that every task in the session plan file was implemented correctly by comparing planned changes against actual state.
Audits post-implementation plans against changes by parsing checkboxes for completeness and accuracy. Supports autonomy modes (Autopilot, Critical, Verbose) and file-review. Invoke via /verify-plan.
Verifies code implementation against plan document: reads plan from disk, inspects codebase independently, runs full tests. Outputs structured PASS/FAIL review to file. Use post-execution.
Verifies batch code implementation exactly matches plan specifications for adherence, not quality. Use after plan batch execution, during /cipherpowers:verify execute, or before next batch.
Share bugs, ideas, or general feedback.
Verify that every task in the session plan file was implemented correctly by comparing planned changes against actual state.
Core principle: Trust evidence, not assumptions. Check every task.
Announce at start: "I'm using the audit-plan skill to verify plan execution."
For each task in the plan you MUST spawn subagents and send them in ONE message to:
Present a structured summary:
## Audit Summary
| # | Task | Status | Evidence |
|---|------|--------|----------|
| 1 | ... | Done / Partial / Missing | What was checked |
| 2 | ... | Done / Partial / Missing | What was checked |
### Issues Found
- [List any discrepancies, if none say "None"]
Status definitions:
If there are any missing points in the plan, you MUST spawn subagents and send them in ONE message to: