miguel-carrera
- 10 skills
- 0 followers
- 1 day ago last updated
- ▌ Gaf Schema Quality Gate · miguel-carreraEnforces GAF schema and allowed-value gates before data writes by validating planned payloads and status transitions against core-knowledge references. Use when implementing writes, updating statuses, or preparing for validation.
- ▌ Gaf Complexity Decomposer · miguel-carreraClassifies GAF tasks into SIMPLE, MID_COMPLEX, or COMPLEX and proposes modular decomposition and execution order. Use when planning new tasks, scoping large improvements, or splitting complex automations.
- ▌ Gaf Workflow Orchestrator · miguel-carreraRoutes GAF requests to the correct specialized skill based on task phase, intent, and risk. Use when handling new automation requests, implementation changes, validation, deployment readiness, or governance checks.
- ▌ Gaf Runtime Boundary Guard · miguel-carreraDetects and prevents runtime coupling to GAF core-knowledge files, enforcing build-time-only use of the Brain and runtime self-containment. Use during implementation review and predeploy checks.
- ▌ Gaf Phase3 Validation Runner · miguel-carreraRuns and documents GAF Phase 3 validation for a task, covering data integrity checks, failure-path verification, status transitions, and deploy-readiness evidence. Use when user asks to validate a task before promotion.
- ▌ Gaf Validation Guardrails Node · miguel-carreraApplies GAF Node.js guardrail patterns for automation tasks, including input validation, freshness checks, idempotency, lock handling, structured logging, and status lifecycle safety. Use when creating or refactoring Node automation runtime code.
- ▌ Gaf Predeploy Readiness Advisor · miguel-carreraProvides 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.
- ▌ Gaf Shared Library Release Guard · miguel-carreraEnforces GAF shared library governance by preventing edits to published versions and guiding semver release flow for new versions. Use when changing shared clients or utilities under shared/ folders.
- ▌ Gaf Manifest Doc Consistency Auditor · miguel-carreraAudits consistency between GAF task artifacts and implementation, including task-definition.md, manifest.yaml, automation-doc.md, and task code. Use before coding, during review, and before validation to catch cross-file drift.
- ▌ Gaf Task Bootstrapper · miguel-carreraBootstraps a new GAF automation task in Test with aligned task-definition.md, manifest.yaml, automation-doc.md, runtime entrypoint, and package metadata. Use when creating a new task, registering a draft automation, or starting Phase 1 intake artifacts.