feat(skills): add agentic-end-to-end-testing decision core

This commit is contained in:
Jesse Vincent
2026-07-04 15:35:33 -07:00
parent 77f709aab3
commit c1a97b6b34
2 changed files with 108 additions and 0 deletions

View File

@@ -208,6 +208,7 @@ The Pi package loads the Superpowers skills and a small extension that injects t
### Skills Library
**Testing**
- **agentic-end-to-end-testing** - Prove a running app works through its real interface, with evidence that can't be faked
- **test-driven-development** - RED-GREEN-REFACTOR cycle (includes testing anti-patterns reference)
**Debugging**