vercel-deploy-claimable
"Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link."
SKILL.md
| Name | vercel-deploy-claimable |
| Description | "Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link." |
๐ญ Factory
Framework publico para Context Engineering, Spec-driven Delivery e governanca de entrega de software.
Factory existe para resolver um problema simples e ignorado:
๐จ IA nao falha por codigo.
IA falha por CONTEXTO mal definido.
๐ฏ O que e a Factory
Factory e o sistema operacional do desenvolvimento de software.
Ela nao gera codigo sozinha.
Ela define como pesquisar, decidir, planejar, validar e automatizar a construcao de software โ antes, durante e depois da implementacao.
๐งญ Workflow canonico: RPI (Research โ Plan โ Implement)
Fluxo (Mermaid)
flowchart TD
A[๐ก Ideia] --> B[๐ Research]
B --> C[๐งญ Plan]
C --> D[๐งฑ Implement]
D --> E[๐งช Testes]
E --> F[๐ฆ Gates]
F --> G[๐ Deploy]
Fluxo (fallback)
IDEIA
โ
RESEARCH (evidencias + gaps)
โ
PLAN (escopo + passos + testes)
โ
IMPLEMENT (codigo + docs)
โ
TESTES
โ
GATES
โ
DEPLOY
๐ค Execucao e bots
- Executor de IA (IDE assistant / LLM executor) edita arquivos.
- Bots Python executam apenas via CLI local (ou CI configurado).
- Nada executa sem contexto fechado; gaps devem ser registrados.
๐ Como executar bots: veja factory-workflow/docs/quickstart.md.
๐ง Contexto e governanca
- Contexto e fonte de verdade:
factory-workflow/context/*. - Reuso antes de criar: politica MCP em
factory-workflow/context/tooling/mcp-policy.md. - Seguranca e gates:
factory-workflow/cicd/*. - Governanca e auditoria:
factory-workflow/governance/*.
๐ Estrutura essencial
factory-workflow/docs/โ onboarding, workflow, templatesfactory-workflow/context/โ core, quality, tooling, UI, codexfactory-workflow/bots/โ contratos de bots (Markdown)factory-workflow/bots/runtime/โ runtime local (CLI)factory-workflow/libs/mcp/โ servers e registries MCPfactory-workflow/cicd/โ gates, checklist, deploy
๐ Por onde comecar
factory-workflow/docs/quickstart.mdfactory-workflow/docs/workflow.mdfactory-workflow/docs/templates/README.mdfactory-workflow/docs/examples/README.md
๐ Regras inegociaveis
- Contexto fechado antes de executar.
- Plan aprovado antes de implementar.
- Evidencias e links em Research/Plan.
- Producao exige aprovacao humana.
๐ Referencias rapidas
- Workflow RPI:
factory-workflow/docs/workflow.md - Politica MCP:
factory-workflow/context/tooling/mcp-policy.md - Runtime local (CLI):
factory-workflow/context/tooling/runtime.md - Quickstart:
factory-workflow/docs/quickstart.md