deploy
Installation
SKILL.md
Memory Protocol
START: Read .ai-memory.md from project root. Check deployment history, target environments, known infrastructure, CI/CD setup, past deployment issues.
END: Update .ai-memory.md using Memory Compaction Rules with: target, steps, env details, issues, rollback notes, and infra decisions.
Goal
Prepare a safe, repeatable deployment or release plan.
Agent Routing
- For infrastructure/CI/CD → read
.kiro/skills/agents/agents/devops-engineer.mdand apply its knowledge - For security review before deploy → read
.kiro/skills/agents/agents/security-auditor.mdand apply its knowledge - For database migrations → read
.kiro/skills/agents/agents/database-architect.mdand apply its knowledge - For performance validation → read
.kiro/skills/agents/agents/performance-optimizer.mdand apply its knowledge
Socratic Gate
Before deploying, verify:
- What is the target environment? (staging, production, preview?)
- Are all tests passing?
- Are there database migrations or breaking changes? If any answer is unclear, ASK before proceeding.