explorbot-plan
Installation
SKILL.md
Writing Explorbot Test Plans
Write an Explorbot test plan by hand in Explorbot's exact markdown format, from a feature description / requirements / docs and a starting URL. No browser or live exploration needed.
Explorbot does not need to be installed to author a plan — it is just a markdown file. Installation is only required later to run the plan (see Output).
Inputs to gather
- The feature / requirements / user story (ask for docs or a description).
- A suite title (the feature under test).
- The start URL: a path relative to the app host (e.g.
/login), or a full absolute URL. This is mandatory. Relative paths resolve againstweb.urlin a project config, or against the site the command names (EXPLORBOT_URL/ a registered host) in global mode. - Optional per-test start URLs when a scenario begins on a different page.
- Priority for each scenario:
critical,important,high,normal,low.