← Back to wkappbot
wkappbot
★★★
a11y playbook writing
Create and revise executable WKAppBot playbooks/scenarios for focusless desktop automation. Use when drafting or updating YAML scenarios, Notepad-style demos, save-dialog recovery flows, or any target-heavy automation that should prefer `a11y find`, paste-ready grap targets, UTF-8-safe files, and graceful close behavior over brittle clicks or taskkill.
user/developer
a11yplaybookscenarioscriptgrapnotepadfocuslessutf8
Steps
- Read the shared repo guidance first: AGENTS....
- Reuse existing skills before inventing new f...
- Write the playbook as a runnable scenario: `...
- Discover exact targets with `a11y find` and...
- For Notepad close flows, prefer `window_clos...
- Avoid destructive process-kill shortcuts for...
- Prefer stable selectors in scenarios: `contr...
- Validate the playbook after edits with the o...
- After creating or updating the skill, verify...
- Use wkappbot skill contribute / wkappbot ski...
- Screenshot action supports per-step window s...
- Verified 2026-04-21: test-run-scenario-scree...