Build it. QA it. Ship it. Any stack.
Add to your Claude Code skills directory.
/turkey-lite [desc] # Full flow (Build + QA + Ship)
/turkey-lite [desc] --quick # Build only (skip QA)
/turkey-lite qa # QA only (on existing code)- BUILD - Claude Code builds naturally. Feature branches, unit tests, clean commits.
- QA - Smoke test every element. Capture outputs. Fresh-context blind review. Fix everything.
- SHIP - README, tag, done.
- Web apps (React, Vue, Svelte, vanilla)
- CLI tools (any language)
- APIs and backend services
- Anything you can build and run
> /turkey-lite a habit tracker
[3-5 questions, then builds it]
Running at localhost:5173, 34 tests passing
[QA: Smoke testing...]
BLOCKERS (1): "Export" button dead
WARNINGS (2): Card spacing uneven, Date picker misaligned
fix/export-button → fixed → merged
Re-run: Blockers: 0, Warnings: 2 → NOT CLEAN
fix/card-spacing → fixed → merged
fix/date-picker → fixed → merged
Re-run: Blockers: 0, Warnings: 0 → CLEAN
Tagged v1.0.0.
- Native Claude Code build - No orchestration overhead, just builds
- Structured QA - Finds dead elements, visual bugs, broken flows
- Fresh-context review - Blind agent reviews outputs without code bias
- Zero tolerance - CLEAN = zero blockers AND zero warnings. No exceptions.
- Cross-build learning - aimem stores lessons, each build starts smarter
- Stack-agnostic - Web, CLI, API — adapts QA approach to match