| name | amoa-checklist-compilation-patterns |
| description | Use when compiling verification checklists from requirements. Trigger with checklist or verification requests. Loaded by ai-maestro-orchestrator-agent-main-agent |
| license | Apache-2.0 |
| compatibility | Requires AI Maestro installed. |
| metadata | {"author":"Emasoft","version":"1.0.0"} |
| context | fork |
| user-invocable | false |
| agent | amoa-main |
Checklist Compiler Skill
Overview
Compiles verification checklists from project requirements.
Prerequisites
- Access to USER_REQUIREMENTS.md
Instructions
- Read requirements and identify checklist type needed
- Consult the appropriate reference from Contents below
- Extract verification points, structure by groups, define acceptance criteria
- Apply template from checklist-templates.md, append RULE 14 section, and output
Copy this checklist and track your progress:
Contents
- checklist-types-reference.md
- checklist-templates.md
- checklist-compilation-workflow.md
- checklist-best-practices.md
- checklist-examples.md
- skill-quick-reference.md
Examples
Input: "Compile a quality gate checklist for auth-core"
Output: Checklist at project docs/checklists/ directory (e.g., auth-core-quality-gate.md) with grouped items, criteria, RULE 14 section.
See checklist-examples.md in Contents above for walkthroughs.
Error Handling
- Missing requirements: halt with
[ERROR] No USER_REQUIREMENTS.md found
- Ambiguous criteria: flag and request clarification
- Incomplete modules: partial checklist with
[PENDING] markers
Output
Markdown checklist with grouped items, criteria, and RULE 14 section.
Resources
See Contents section above for all reference files.