Pre-implementation critic. Spins up a read-only domain critic that challenges a drafted plan — a task's missions or a roadmap's task graph — against the ubiquitous language, CONTEXT.md, and ADRs, and pushes back ONLY on genuine conflicts. Silent when the plan is sound. Use before implementing (from create-task / create-roadmap) or standalone to stress-test a plan against the project's domain model.
$npx -y skills add ayoubben18/ab-method --skill critique-planInstalls into the current project.
Run `npx skills use "https://github.com/ayoubben18/ab-method" --skill "ayoubben18/ab-method/critique-plan"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ayoubben18/ab-method" that are relevant to the current task. Run `npx skills add "https://github.com/ayoubben18/ab-method"` and select the relevant skills, then follow their instructions.