-
Notifications
You must be signed in to change notification settings - Fork 0
Step 6 Deploy Guide
/deploy-guide produces a staging-first deployment plan with verification, rollback, and operational reconciliation before production is treated as complete.
| Field | Value |
|---|---|
| Command | `/deploy-guide [staging |
| Habit | H1 Be Proactive |
| Previous | Step 5 · Review AI |
| Next | Step 7 · Monitor Setup |
- Production or shared infrastructure may change.
- A database, dependency, environment, alerting, or config change has runtime impact.
- You are planning a provider-managed canary or capacity change.
- The change is local-only and cannot affect a deployed runtime.
- You are only editing documentation with no consumer behavior change.
- Deploy type classifier.
- Staging plan and staging verification.
- Production plan gated on staging evidence.
- Rollback commands ready to paste.
- Post-deploy verification.
- For CI/CD: proof layer named explicitly as configuration, workflow, runner identity, runtime, or release validation.
- For tag-triggered CD: fresh current-main validation tag before closure when workflow changes affect tags.
- For provider-managed canaries: planned target, actual provider-selected target, desired/min/max capacity, scheduling state, readiness, and mitigation path.
Warning
Do not call a provider-managed scale or canary complete only because the provider accepted the change. Reconcile the intended target and the actual runtime state.
Warning
Do not call tag-triggered CD fixed from an old tag rerun. Old tag reruns may use the workflow snapshot from that tag, not the current workflow on main.
/monitor-setup should receive deployed state, validation evidence, rollback notes, and any monitoring gaps discovered during rollout.
Source of truth: this wiki is generated from docs/wiki/. Edits made through the GitHub Wiki web UI may be overwritten by the next sync. To change a page, open a PR against the repository source file.
Repository · Issues · README · License
Workflow discipline for AI-assisted development
Start
Workflow
- Overview
- 0 · Research
- 1 · Requirements
- 2 · Design
- 3 · Breakdown
- 4 · Build Brief
- 5 · Review AI
- 6 · Deploy Guide
- 7 · Monitor Setup
Operations
Reference
- Habits Reference
- Maturity Model
- Architecture
- Limitations
- Vibe Coding vs Structured
- Harness Engineering
Project