Quick Start¶
Get spec2cloud running in your project in under 5 minutes.
Prerequisites¶
- GitHub Copilot (Chat enabled) or Claude Code
- VS Code with Copilot extension
- Azure CLI + Azure Developer CLI (azd)
- Node.js 20+ or .NET 8+
Option 1: npx (Recommended)¶
Option 2: One-Line Install¶
curl -fsSL https://raw.githubusercontent.com/EmeaAppGbb/spec2cloud/vNext/scripts/quick-install.sh | bash
Option 3: Shell Template (Recommended for New Projects)¶
Use 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 shell
Option 4: Add to Existing Project¶
Your First Workflow¶
- 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
What Happens Next¶
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