condition-based-waiting
Superpowers skill: replace arbitrary timeouts with condition polling for reliable async tests.
๐ก๏ธ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for condition-based-waiting, derived from its capabilities.
AIVSS 5.5 ยท Medium
View MAESTRO 7-layer threat model โOverview
Community testing skill that teaches the agent to poll for conditions instead of using arbitrary sleeps/timeouts, eliminating flaky async tests. Instruction-driven testing-pattern guidance.
Key features
- Condition polling over timeouts
- Flake reduction
- Async test reliability
Use cases
- Testing async operations and APIs
- Stabilizing flaky test suites