crew-qe-gatelisted
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