Get spec2cloud running in your project in under 5 minutes.
- GitHub Copilot (Chat enabled) or Claude Code
- VS Code with Copilot extension
- Azure CLI + Azure Developer CLI (azd)
- Node.js 20+ or .NET 8+
npx spec2cloud initcurl -fsSL https://raw.githubusercontent.com/EmeaAppGbb/spec2cloud/vNext/scripts/quick-install.sh | bashUse a pre-configured shell (discovered dynamically from the org):
npx spec2cloud init --list-shells # See available shells
npx spec2cloud init --shell <id> # Start with a shellnpx spec2cloud init --minimal- Open your project in VS Code with GitHub Copilot
- Start a conversation with Copilot — the orchestrator (AGENTS.md) activates automatically
- Describe your app idea or ask Copilot to analyze your existing codebase
- At each human gate, review and approve
- Watch as tests, contracts, implementation, and deployment happen automatically
Greenfield: Phase 1 Discovery (spec → UI → plan → tech stack) → Phase 2 Delivery (tests → contracts → code → deploy) × N increments
Brownfield: Phase B1 Extract → Phase B2 Spec-Enable → Testability Gate (can you test it?) → Track A (green baseline tests) or Track B (behavioral docs) → Choose paths → Assess → Plan → Phase 2 Delivery