Skip to content

Commit 44221ac

Browse files
feat(qa): add recording specialist for web and iOS walkthroughs
Route /recording to $qa --mode Report --module recording. The module starts capture, runs full qa-only or ios-qa, then stops and opens the file. Not a sixth public skill. Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Sina Matian <time-attack@users.noreply.github.com>
1 parent f15883a commit 44221ac

14 files changed

Lines changed: 288 additions & 8 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ installs six discoverable skills: the five judgment dispatchers plus make-pdf.
1111
| Skill | Primary responsibility |
1212
|---|---|
1313
| `/plan` | Product framing, CEO scope, engineering architecture, DX, autoplan, executable specs, and planning preferences. |
14-
| `/qa` | Report-only or fix-and-verify web QA, physical-iOS QA, DX journeys, performance, and canaries. |
14+
| `/qa` | Report-only or fix-and-verify web QA, physical-iOS QA, DX journeys, performance, canaries, and recorded agent walkthroughs. |
1515
| `/debug` | Root-cause investigation, physical-iOS fixes, and internal safety controls. |
1616
| `/review` | Diff, security, repository-health, and independent outside-voice review. |
1717
| `/ship` | PR preparation, landing/deployment, queue inspection, release docs, upgrade, and internal iOS release operations. |
@@ -39,7 +39,7 @@ Its question order, pressure, smart skips, STOP/approval gates, evidence,
3939
artifacts, mutation boundary, exit behavior, and voice are binding. Preserve
4040
report-only versus fix behavior. List skipped primary modules and why.
4141

42-
The exhaustive 55-command compatibility map is in
42+
The exhaustive 56-command compatibility map is in
4343
[`docs/gstack-2/SKILL-MIGRATION.md`](docs/gstack-2/SKILL-MIGRATION.md). Old
4444
names are opt-in routing aliases and must print their replacement invocation;
4545
they contain no copied judgment. Representative mappings:
@@ -50,6 +50,7 @@ they contain no copied judgment. Representative mappings:
5050
| `/plan-ceo-review` | `/plan --mode ceo` |
5151
| `/plan-eng-review` | `/plan --mode eng` |
5252
| `/qa-only` | `/qa --mode report` |
53+
| `/recording` | `/qa --mode Report --module recording` |
5354
| `/investigate` | `/debug --mode investigate` |
5455
| `/cso` | `/review --mode security` |
5556
| `/land-and-deploy` | `/ship --mode land` |

docs/gstack-2/ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ migration map.
8282
| Skill | Public top-level modes and preserved refinements |
8383
|---|---|
8484
| `/plan` | exactly **Discovery, Product, Engineering, DX, Specification, Full chain**, refined to office-hours, CEO, engineering, DX, spec, or autoplan judgment |
85-
| `/qa` | **Report** or **Fix**, refined by web, physical-iOS, or DX surface |
85+
| `/qa` | **Report** or **Fix**, refined by web, physical-iOS, DX, or a requested screen-recording walkthrough |
8686
| `/debug` | **Diagnose-only** or **Fix**, refined to general investigation or the physical-iOS fix loop |
8787
| `/review` | **Normal, Security, Performance, Deep**, with health and a genuinely independent outside voice selected only when applicable |
8888
| `/ship` | **Prepare, Land, Deploy, Monitor, Resume**, refined to PR, queue, docs, deploy setup, land/deploy, or canary modules |

docs/gstack-2/SKILL-MIGRATION.md

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

skills/.compat/recording/SKILL.md

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

skills/debug/references/COMPATIBILITY.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

skills/plan/references/COMPATIBILITY.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

skills/qa/SKILL.md

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

skills/qa/agents/openai.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

skills/qa/references/COMPATIBILITY.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

skills/qa/references/legacy/recording.md

Lines changed: 138 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)