mindforge-audit-uat
The mindforge-audit-uat skill scans all project phases for incomplete user acceptance testing and verification items, identifying those that are pending, skipped, blocked, or require human intervention. It cross-references these items against the codebase to identify outdated documentation, then generates a prioritized test plan to guide manual testing efforts.
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-audit-uat && cp -r /tmp/mindforge-audit-uat/.agent/skills/mindforge-audit-uat ~/.claude/skills/mindforge-audit-uatSKILL.md
<objective> Scan all phases for pending, skipped, blocked, and human_needed UAT items. Cross-reference against codebase to detect stale documentation. Produce prioritized human test plan. </objective> <execution_context> @.agent/workflows/mindforge-audit-uat.md </execution_context> <context> Core planning files are loaded in-workflow via CLI. **Scope:** Glob: .planning/phases/*/*-UAT.md Glob: .planning/phases/*/*-VERIFICATION.md </context>
Publish a skill to the npm registry (or private registry).
Add an idea to the backlog parking lot (999.x numbering)
Add phase to end of current milestone in roadmap
Generate tests for a completed phase based on UAT criteria and implementation
Capture idea or task as todo from current conversation context
Audit milestone completion against original intent before archiving
Run all remaining phases autonomously — discuss→plan→execute per phase
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.