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
committed by Drew Ritter
parent 2ca83e7f2a
commit 36d6aec57a
2 changed files with 108 additions and 0 deletions

View File

@@ -222,6 +222,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**