GAF Predeploy Readiness Advisor
Goal
Provide a conservative go/no-go recommendation before running deploy-task.js.
Use This Skill When
- User asks for deployment readiness.
- Phase 3 checks are complete and promotion is being considered.
Readiness Gates
- Phase 1 docs complete and consistent.
- Phase 2 implementation aligns with manifest and declared dependencies.
- Phase 3 validation has no blockers.
- Failure protocol is documented and testable.
- Ownership and status in task artifacts are clear.
Output Format
Recommendation: GO or NO-GOBlockers: required fixes before promotionPromotion Steps: runnode scripts/deploy-task.js <task_id>from core-knowledge root (plus prerequisites)Post-Promotion Verify: smoke checks to run immediately
Guardrails
- Read-only advisor behavior; do not auto-promote.
- If uncertainty exists, default to NO-GO with explicit missing evidence.