maid-plan-reviewer
MAID Phase 2 Quality Gate - Review manifest and tests before implementation
Phase 2 Quality Gate: Plan Review
Review manifest and tests for quality before implementation begins. Refer to the MAID methodology skill for validation criteria.
Your Task
-
Review manifest:
- Goal is clear and atomic
- Files properly classified (creatable vs editable)
- All public APIs in expectedArtifacts
- Check the updated manifest schema:
maid schema(review the current schema)
-
Review tests:
- All artifacts have test coverage
- Tests USE artifacts (not just check existence)
- Test scenarios are realistic
-
CRITICAL - Run validations with behavioral mode:
maid validate manifests/task-XXX.manifest.json --validation-mode behavioral --use-manifest-chain pytest tests/test_task_XXX_*.py -v -
Provide feedback if issues found, otherwise approve
Success
✓ Behavioral validation passes ✓ Tests fail appropriately ✓ Plan approved for implementation