
Publisher on askill
Delegate implementation and review tasks to external AI CLI tools (Codex, Gemini) with cross-model adversarial review
Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible
Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky te...
Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code exampl...
Multi-agent orchestration for GitHub Issues using BEADS task tracking
4-phase execution loop for work units - IMPLEMENT, VALIDATE, ADVERSARIAL REVIEW, COMMIT
Project extension to superpowers:brainstorming - auto-triggers design review gate after design completion
Take screenshots of web pages and UI using Playwright for visual review and iteration
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that...