bybenjaminshoemaker· 51 skills
Guide discovery and discussion to determine how an AI coding agent can autonomously run and verify a specific user flow end to end. Use when the user asks what would be needed to test a flow, prove an app works, create an E2E/self-test harness, make agent verification repeatable, or evaluate whether an existing test setup lets the agent verify behavior. This skill is for shaping the verification approach before implementation: read the repo's product docs and existing verification contracts, identify the real user flow and channel under test, uncover missing controllable state or external dependencies, ask focused questions, and produce a concrete agent-runnable verification plan only after the flow is understood.
$npx -y skills add benjaminshoemaker/ai_coding_project_base --skill discover-flow-verificationInstalls into the current project.
Run `npx skills use "https://github.com/benjaminshoemaker/ai_coding_project_base" --skill "benjaminshoemaker/ai_coding_project_base/discover-flow-verification"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/benjaminshoemaker/ai_coding_project_base" that are relevant to the current task. Run `npx skills add "https://github.com/benjaminshoemaker/ai_coding_project_base"` and select the relevant skills, then follow their instructions.