QA Team Skill Purpose [LEVEL 1] This skill helps you create agentic outside-in tests that verify application behavior from an external user's perspective without any knowledge of internal implementation. Using the gadugi-agentic-test framework, you write declarative YAML scenarios that AI agents execute, observe, and validate. Key Principle : Tests describe WHAT should happen, not HOW it's implemented. Agents figure out the execution details. When to Use This Skill [LEVEL 1] Perfect For - Smoke Tests : Quick validation that critical user flows work - Behavior-Driven Testing : Verify features…