← ClaudeAtlas

crew-qe-gatelisted

Crew-integrated quality gates for phase transitions: value gate, strategy gate, execution gate. Runs gate analysis at crew checkpoints (post-clarify, post-design, post-build) to validate readiness before advancing. Quality checkpoint within the wicked-crew workflow. Use when: "quality gate", "value gate", "strategy gate", "execution gate", "gate analysis", "quality checkpoint", "phase gate", "crew quality gate", "ready to advance", "should we build this", "does it work", "crew QE checkpoint"
mikeparcewski/wicked-garden · ★ 8 · Web & Frontend · score 71
Install: claude install-skill mikeparcewski/wicked-garden
# Crew QE Gate Skill Quality gates for crew phase transitions — validate readiness before advancing. ## Core Concept Quality is how we deliver fast. Don't wait for QE phase—analyze early. ## Three Gates | Gate | When | Question | |------|------|----------| | **Value** | post-clarify | Should we build this? | | **Strategy** | post-design | Can we build it well? | | **Execution** | post-build | Does it work? | ## Commands | Command | Purpose | |---------|---------| | `/wicked-garden:qe:check` | Run QE gate analysis | | `/wicked-garden:qe:check --gate value` | Value Gate | | `/wicked-garden:qe:check --gate strategy` | Strategy Gate (default) | | `/wicked-garden:qe:check --gate execution` | Execution Gate | ## Usage ```bash # Default Strategy Gate /wicked-garden:qe:check src/auth # Value Gate on requirements /wicked-garden:qe:check outcome.md --gate value # Execution Gate after build /wicked-garden:qe:check src/auth --gate execution # Quick triage /wicked-garden:qe:check --rigor quick ``` ## Output Analysis produces: - **Decision**: APPROVE / CONDITIONAL / REJECT - **Evidence**: Qualitative + quantitative findings - **Kanban**: Evidence attached to task ## Integration Works with: - **wicked-crew**: Auto-suggested after phases - **wicked-kanban**: Stores evidence - **product**: Deep review delegation - **wicked-mem**: Cross-session learning