What problem does it solve?
It prevents unreliable, overcomplicated, and insecure hosting setups by turning vague infrastructure needs into a complete, practical deployment plan and configuration set.
Core Features & Use Cases
- Requirement-to-architecture translation: Reads
.planning/infra-requirements.md (from /infra-grill) and extracts scale, geography, budget, reliability, complexity, and existing stack drivers.
- Opinionated platform selection with migration clarity: Chooses hosting, database, storage, CDN, auth, email, monitoring, CI/CD, and scheduled tasks using simple decision trees prioritized for solo/small teams, with explicit migration paths.
- Configuration + documentation output: Generates platform-ready config files and an
INFRA_DECISIONS.md document that explains every choice in plain English, including cost projections and security checklist items.
- Use case: When you’re starting a new project or changing platforms, you can go from requirements to a full hosting blueprint (e.g., Vercel + Neon + R2 + Sentry + GitHub Actions) without hand-wiring every decision.
Quick Start
Run /infra-grill to create .planning/infra-requirements.md, then ask the AI to execute /infra-architect to generate INFRA_DECISIONS.md and the hosting configuration files.