Gaf Predeploy Readiness Advisor

Provides read-only predeployment readiness assessment for GAF tasks and outlines safe promotion via deploy-task.js from Test to Production. Use when preparing deployment and confirming all governance gates are satisfied.

miguel-carrera Updated

File contents

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-GO
  • Blockers: required fixes before promotion
  • Promotion Steps: run node 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.

miguel-carrera/gaf-cursor-skills/tree/main/skills/gaf-predeploy-readiness-advisor commit 9149c7fbd9

Frequently asked questions

npx skillmds@latest add miguel-carrera/gaf-predeploy-readiness-advisor