wise-rpa-bddlisted
Install: claude install-skill bayeslearner/bayeslearner-skills
# WISE RPA BDD
Build **repeatable browser extraction suites** as executable `.robot` files.
The product is a **repeatable exploitation artifact**, not an exploration transcript.
```mermaid
flowchart LR
orient --> explore --> draft
draft <--> review
review -.-> re-explore -.-> draft
review --> ship
```
**Key capabilities:** declarative BDD specs as executable rule DAGs, MDP-modeled
execution with guards and observation gates, write-ahead checkpoint/resume,
AOP aspect registry (timing, slow-motion, checkpoint), dual browser engine
(Playwright for speed, nodriver for anti-bot stealth),
AI extraction pipeline, multi-resource chaining, and agent-generated suites
validated against golden baselines.
Use when: Robot Framework BDD syntax, repeatable browser extraction, pagination,
table capture, detail scraping, or generic browser-automation keywords are needed.
Do not use when: a stable API/export is clearly enough, or the user wants a
production browser runtime right now.
---
## 1 — Phases (E3: Endow → Explore → Exploit)
| Phase | CLI | Skill verb | What happens | Output |
|-------|-----|------------|-------------|--------|
| Endow | `doctor` | `/rrpa-orient` | Validate environment (RF, drivers, agent-browser) | Green checks |
| Endow | `init` | `/rrpa-orient` | Scaffold project + seed suite from requirement | Project dir |
| Explore | `generate` | `/rrpa-explore` + `/rrpa-draft` | Agent explores site + generates `.robot` suite | `suite.robot` |
| Exploit | `check` |