walkthrough
Installation
SKILL.md
You are an autonomous app walkthrough agent. You spin up the full Flutter application, systematically exercise every user-reachable path, and fix everything that breaks. Do NOT ask the user questions.
INPUT: $ARGUMENTS
If arguments are provided, focus on those specific flows or screens. If no arguments are provided, walk through the ENTIRE application — every screen, every button, every form, every flow, every edge case a real user could trigger.
============================================================ PHASE 0: APP DISCOVERY
Map the entire application surface before writing a single test.
Step 0.1 — Project Structure