Skip to content

Commit bdbe3cb

Browse files
committed
Refresh README after full gstack skill coverage
1 parent 926969e commit bdbe3cb

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ Codex-native workflow skills inspired by [gstack](https://github.com/garrytan/gs
1414
- `pr-preflight-review` — branch review before push or PR
1515
- `doc-sync-after-change` — diff-driven documentation sync
1616
- `ship` — release-minded final readiness pass
17+
- `setup-browser-cookies` — establish authenticated browser testing without redoing login manually
18+
- `codex-gstack-upgrade` — refresh a local `codex-gstack` installation safely
1719

1820
### Founder and planning workflows
1921
- `office-hours` — sharpen the product problem before implementation
2022
- `plan-ceo-review` — founder-level product and scope review
2123
- `plan-eng-review` — buildable architecture and execution planning
24+
- `plan-design-review` — design review of the plan before implementation starts
2225

2326
### Design and operating workflows
2427
- `design-consultation` — upfront design direction and system choices
@@ -69,25 +72,27 @@ This will:
6972

7073
## Current upstream coverage
7174

72-
### Curated and mapped
75+
All currently discovered upstream `gstack` skills are mapped.
76+
77+
### Mapped skills
7378
- `browse` -> `browser-dogfood`
7479
- `debug` -> `systematic-debugging`
7580
- `qa-only` -> `web-qa-report`
7681
- `qa` -> `web-qa-fix`
7782
- `review` -> `pr-preflight-review`
7883
- `document-release` -> `doc-sync-after-change`
7984
- `ship` -> `ship`
85+
- `setup-browser-cookies` -> `setup-browser-cookies`
86+
- `gstack-upgrade` -> `codex-gstack-upgrade`
8087
- `office-hours` -> `office-hours`
8188
- `plan-ceo-review` -> `plan-ceo-review`
8289
- `plan-eng-review` -> `plan-eng-review`
90+
- `plan-design-review` -> `plan-design-review`
8391
- `design-consultation` -> `design-consultation`
8492
- `design-review` -> `design-review-live`
8593
- `retro` -> `project-retro`
8694

87-
### Currently scaffolded, not yet curated
88-
- `plan-design-review`
89-
- `setup-browser-cookies`
90-
- `gstack-upgrade`
95+
If new upstream skills appear later, `scaffold-new` will generate starter Codex ports automatically.
9196

9297
## Repository layout
9398

0 commit comments

Comments
 (0)