# 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.

- Skill: `miguel-carrera/gaf-predeploy-readiness-advisor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add miguel-carrera/gaf-predeploy-readiness-advisor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/miguel-carrera/gaf-predeploy-readiness-advisor/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: miguel-carrera (https://skillmd.com/u/miguel-carrera)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/miguel-carrera/gaf-predeploy-readiness-advisor

---


# 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.

