e2e-critical-path

Installation
SKILL.md

E2E Critical Path Skill

Discovery

Before writing a single test, identify what "critical" means for this specific app. Ask or infer:

  • Revenue model — SaaS subscription, e-commerce checkout, marketplace transaction, ad-driven?
  • Core value action — the one thing users must be able to do for the product to have delivered value (send a message, publish a post, complete a booking, run a report)
  • Retention hooks — what brings users back? (notifications, saved state, collaboration, history)
  • Known fragile integrations — payments, email, file upload, real-time sync — these break disproportionately

If the user can't answer "what would make you wake up at 3am if it broke", that's the question to ask first.


Flow Identification Framework

Score candidate flows on two axes only — likelihood of breakage × impact of breakage. Don't test flows that score low on both.

Related skills

More from blunotech-dev/agents

Installs
1
GitHub Stars
2
First Seen
Apr 22, 2026