opengstack 0.13.10 → 0.14.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +4 -4
- package/CLAUDE.md +127 -110
- package/README.md +10 -5
- package/SKILL.md +500 -70
- package/bin/opengstack.js +69 -69
- package/{skills/land-and-deploy/SKILL.md → commands/autoplan.md} +7 -25
- package/{skills/benchmark/SKILL.md → commands/benchmark.md} +84 -108
- package/{skills/browse/SKILL.md → commands/browse.md} +60 -81
- package/{skills/ship/SKILL.md → commands/canary.md} +7 -27
- package/{skills/careful/SKILL.md → commands/careful.md} +2 -22
- package/{skills/canary/SKILL.md → commands/codex.md} +7 -26
- package/{skills/connect-chrome/SKILL.md → commands/connect-chrome.md} +7 -24
- package/commands/cso.md +70 -0
- package/commands/design-consultation.md +70 -0
- package/commands/design-review.md +70 -0
- package/commands/design-shotgun.md +70 -0
- package/commands/document-release.md +70 -0
- package/{skills/freeze/SKILL.md → commands/freeze.md} +3 -29
- package/{skills/guard/SKILL.md → commands/guard.md} +4 -35
- package/commands/investigate.md +70 -0
- package/commands/land-and-deploy.md +70 -0
- package/commands/office-hours.md +70 -0
- package/{skills/gstack-upgrade/SKILL.md → commands/opengstack-upgrade.md} +64 -79
- package/commands/plan-ceo-review.md +70 -0
- package/commands/plan-design-review.md +70 -0
- package/commands/plan-eng-review.md +70 -0
- package/commands/qa-only.md +70 -0
- package/commands/qa.md +70 -0
- package/commands/retro.md +70 -0
- package/commands/review.md +70 -0
- package/{skills/setup-browser-cookies/SKILL.md → commands/setup-browser-cookies.md} +22 -40
- package/commands/setup-deploy.md +70 -0
- package/commands/ship.md +70 -0
- package/commands/unfreeze.md +25 -0
- package/docs/designs/CHROME_VS_CHROMIUM_EXPLORATION.md +9 -9
- package/docs/designs/CONDUCTOR_CHROME_SIDEBAR_INTEGRATION.md +2 -2
- package/docs/designs/CONDUCTOR_SESSION_API.md +16 -16
- package/docs/designs/DESIGN_SHOTGUN.md +74 -74
- package/docs/designs/DESIGN_TOOLS_V1.md +111 -111
- package/docs/skills.md +483 -202
- package/package.json +42 -43
- package/scripts/analytics.ts +188 -0
- package/scripts/dev-skill.ts +83 -0
- package/scripts/discover-skills.ts +39 -0
- package/scripts/eval-compare.ts +97 -0
- package/scripts/eval-list.ts +117 -0
- package/scripts/eval-select.ts +86 -0
- package/scripts/eval-summary.ts +188 -0
- package/scripts/eval-watch.ts +172 -0
- package/scripts/gen-skill-docs.ts +473 -0
- package/scripts/resolvers/browse.ts +129 -0
- package/scripts/resolvers/codex-helpers.ts +133 -0
- package/scripts/resolvers/composition.ts +48 -0
- package/scripts/resolvers/confidence.ts +37 -0
- package/scripts/resolvers/constants.ts +50 -0
- package/scripts/resolvers/design.ts +950 -0
- package/scripts/resolvers/index.ts +59 -0
- package/scripts/resolvers/learnings.ts +96 -0
- package/scripts/resolvers/preamble.ts +505 -0
- package/scripts/resolvers/review.ts +884 -0
- package/scripts/resolvers/testing.ts +573 -0
- package/scripts/resolvers/types.ts +45 -0
- package/scripts/resolvers/utility.ts +421 -0
- package/scripts/skill-check.ts +190 -0
- package/scripts/cleanup.py +0 -100
- package/scripts/filter-skills.sh +0 -114
- package/scripts/filter_skills.py +0 -164
- package/scripts/install-skills.js +0 -60
- package/skills/autoplan/SKILL.md +0 -96
- package/skills/autoplan/SKILL.md.tmpl +0 -694
- package/skills/benchmark/SKILL.md.tmpl +0 -222
- package/skills/browse/SKILL.md.tmpl +0 -131
- package/skills/browse/bin/find-browse +0 -21
- package/skills/browse/bin/remote-slug +0 -14
- package/skills/browse/scripts/build-node-server.sh +0 -48
- package/skills/browse/src/activity.ts +0 -208
- package/skills/browse/src/browser-manager.ts +0 -959
- package/skills/browse/src/buffers.ts +0 -137
- package/skills/browse/src/bun-polyfill.cjs +0 -109
- package/skills/browse/src/cli.ts +0 -678
- package/skills/browse/src/commands.ts +0 -128
- package/skills/browse/src/config.ts +0 -150
- package/skills/browse/src/cookie-import-browser.ts +0 -625
- package/skills/browse/src/cookie-picker-routes.ts +0 -230
- package/skills/browse/src/cookie-picker-ui.ts +0 -688
- package/skills/browse/src/find-browse.ts +0 -61
- package/skills/browse/src/meta-commands.ts +0 -550
- package/skills/browse/src/platform.ts +0 -17
- package/skills/browse/src/read-commands.ts +0 -358
- package/skills/browse/src/server.ts +0 -1192
- package/skills/browse/src/sidebar-agent.ts +0 -280
- package/skills/browse/src/sidebar-utils.ts +0 -21
- package/skills/browse/src/snapshot.ts +0 -407
- package/skills/browse/src/url-validation.ts +0 -95
- package/skills/browse/src/write-commands.ts +0 -364
- package/skills/browse/test/activity.test.ts +0 -120
- package/skills/browse/test/adversarial-security.test.ts +0 -32
- package/skills/browse/test/browser-manager-unit.test.ts +0 -17
- package/skills/browse/test/bun-polyfill.test.ts +0 -72
- package/skills/browse/test/commands.test.ts +0 -2075
- package/skills/browse/test/compare-board.test.ts +0 -342
- package/skills/browse/test/config.test.ts +0 -316
- package/skills/browse/test/cookie-import-browser.test.ts +0 -519
- package/skills/browse/test/cookie-picker-routes.test.ts +0 -260
- package/skills/browse/test/file-drop.test.ts +0 -271
- package/skills/browse/test/find-browse.test.ts +0 -50
- package/skills/browse/test/findport.test.ts +0 -191
- package/skills/browse/test/fixtures/basic.html +0 -33
- package/skills/browse/test/fixtures/cursor-interactive.html +0 -22
- package/skills/browse/test/fixtures/dialog.html +0 -15
- package/skills/browse/test/fixtures/empty.html +0 -2
- package/skills/browse/test/fixtures/forms.html +0 -55
- package/skills/browse/test/fixtures/iframe.html +0 -30
- package/skills/browse/test/fixtures/network-idle.html +0 -30
- package/skills/browse/test/fixtures/qa-eval-checkout.html +0 -108
- package/skills/browse/test/fixtures/qa-eval-spa.html +0 -98
- package/skills/browse/test/fixtures/qa-eval.html +0 -51
- package/skills/browse/test/fixtures/responsive.html +0 -49
- package/skills/browse/test/fixtures/snapshot.html +0 -55
- package/skills/browse/test/fixtures/spa.html +0 -24
- package/skills/browse/test/fixtures/states.html +0 -17
- package/skills/browse/test/fixtures/upload.html +0 -25
- package/skills/browse/test/gstack-config.test.ts +0 -138
- package/skills/browse/test/gstack-update-check.test.ts +0 -514
- package/skills/browse/test/handoff.test.ts +0 -235
- package/skills/browse/test/path-validation.test.ts +0 -91
- package/skills/browse/test/platform.test.ts +0 -37
- package/skills/browse/test/server-auth.test.ts +0 -65
- package/skills/browse/test/sidebar-agent-roundtrip.test.ts +0 -226
- package/skills/browse/test/sidebar-agent.test.ts +0 -199
- package/skills/browse/test/sidebar-integration.test.ts +0 -320
- package/skills/browse/test/sidebar-unit.test.ts +0 -96
- package/skills/browse/test/snapshot.test.ts +0 -467
- package/skills/browse/test/state-ttl.test.ts +0 -35
- package/skills/browse/test/test-server.ts +0 -57
- package/skills/browse/test/url-validation.test.ts +0 -72
- package/skills/browse/test/watch.test.ts +0 -129
- package/skills/canary/SKILL.md.tmpl +0 -212
- package/skills/careful/SKILL.md.tmpl +0 -56
- package/skills/careful/bin/check-careful.sh +0 -112
- package/skills/codex/SKILL.md +0 -90
- package/skills/codex/SKILL.md.tmpl +0 -417
- package/skills/connect-chrome/SKILL.md.tmpl +0 -195
- package/skills/cso/ACKNOWLEDGEMENTS.md +0 -14
- package/skills/cso/SKILL.md +0 -93
- package/skills/cso/SKILL.md.tmpl +0 -606
- package/skills/design-consultation/SKILL.md +0 -94
- package/skills/design-consultation/SKILL.md.tmpl +0 -415
- package/skills/design-review/SKILL.md +0 -94
- package/skills/design-review/SKILL.md.tmpl +0 -290
- package/skills/design-shotgun/SKILL.md +0 -91
- package/skills/design-shotgun/SKILL.md.tmpl +0 -285
- package/skills/document-release/SKILL.md +0 -91
- package/skills/document-release/SKILL.md.tmpl +0 -359
- package/skills/freeze/SKILL.md.tmpl +0 -77
- package/skills/freeze/bin/check-freeze.sh +0 -79
- package/skills/gstack-upgrade/SKILL.md.tmpl +0 -222
- package/skills/guard/SKILL.md.tmpl +0 -77
- package/skills/investigate/SKILL.md +0 -105
- package/skills/investigate/SKILL.md.tmpl +0 -194
- package/skills/land-and-deploy/SKILL.md.tmpl +0 -881
- package/skills/office-hours/SKILL.md +0 -96
- package/skills/office-hours/SKILL.md.tmpl +0 -645
- package/skills/plan-ceo-review/SKILL.md +0 -94
- package/skills/plan-ceo-review/SKILL.md.tmpl +0 -811
- package/skills/plan-design-review/SKILL.md +0 -92
- package/skills/plan-design-review/SKILL.md.tmpl +0 -446
- package/skills/plan-eng-review/SKILL.md +0 -93
- package/skills/plan-eng-review/SKILL.md.tmpl +0 -303
- package/skills/qa/SKILL.md +0 -95
- package/skills/qa/SKILL.md.tmpl +0 -316
- package/skills/qa/references/issue-taxonomy.md +0 -85
- package/skills/qa/templates/qa-report-template.md +0 -126
- package/skills/qa-only/SKILL.md +0 -89
- package/skills/qa-only/SKILL.md.tmpl +0 -101
- package/skills/retro/SKILL.md +0 -89
- package/skills/retro/SKILL.md.tmpl +0 -820
- package/skills/review/SKILL.md +0 -92
- package/skills/review/SKILL.md.tmpl +0 -281
- package/skills/review/TODOS-format.md +0 -62
- package/skills/review/checklist.md +0 -220
- package/skills/review/design-checklist.md +0 -132
- package/skills/review/greptile-triage.md +0 -220
- package/skills/setup-browser-cookies/SKILL.md.tmpl +0 -81
- package/skills/setup-deploy/SKILL.md +0 -92
- package/skills/setup-deploy/SKILL.md.tmpl +0 -215
- package/skills/ship/SKILL.md.tmpl +0 -636
- package/skills/unfreeze/SKILL.md +0 -37
- package/skills/unfreeze/SKILL.md.tmpl +0 -36
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: qa-only
|
|
3
|
-
preamble-tier: 4
|
|
4
|
-
version: 1.0.0
|
|
5
|
-
description: |
|
|
6
|
-
Report-only QA testing. Systematically tests a web application and produces a
|
|
7
|
-
structured report with health score, screenshots, and repro steps — but never
|
|
8
|
-
fixes anything. Use when asked to "just report bugs", "qa report only", or
|
|
9
|
-
"test but don't fix". For the full test-fix-verify loop, use /qa instead.
|
|
10
|
-
Proactively suggest when the user wants a bug report without any code changes.
|
|
11
|
-
allowed-tools:
|
|
12
|
-
- Bash
|
|
13
|
-
- Read
|
|
14
|
-
- Write
|
|
15
|
-
- AskUserQuestion
|
|
16
|
-
- WebSearch
|
|
17
|
-
---
|
|
18
|
-
|
|
19
|
-
{{PREAMBLE}}
|
|
20
|
-
|
|
21
|
-
# /qa-only: Report-Only QA Testing
|
|
22
|
-
|
|
23
|
-
You are a QA engineer. Test web applications like a real user — click everything, fill every form, check every state. Produce a structured report with evidence. **NEVER fix anything.**
|
|
24
|
-
|
|
25
|
-
## Setup
|
|
26
|
-
|
|
27
|
-
**Parse the user's request for these parameters:**
|
|
28
|
-
|
|
29
|
-
| Parameter | Default | Override example |
|
|
30
|
-
|-----------|---------|-----------------:|
|
|
31
|
-
| Target URL | (auto-detect or required) | `https://myapp.com`, `http://localhost:3000` |
|
|
32
|
-
| Mode | full | `--quick`, `--regression .gstack/qa-reports/baseline.json` |
|
|
33
|
-
| Output dir | `.gstack/qa-reports/` | `Output to /tmp/qa` |
|
|
34
|
-
| Scope | Full app (or diff-scoped) | `Focus on the billing page` |
|
|
35
|
-
| Auth | None | `Sign in to user@example.com`, `Import cookies from cookies.json` |
|
|
36
|
-
|
|
37
|
-
**If no URL is given and you're on a feature branch:** Automatically enter **diff-aware mode** (see Modes below). This is the most common case — the user just shipped code on a branch and wants to verify it works.
|
|
38
|
-
|
|
39
|
-
**Find the browse binary:**
|
|
40
|
-
|
|
41
|
-
{{BROWSE_SETUP}}
|
|
42
|
-
|
|
43
|
-
**Create output directories:**
|
|
44
|
-
|
|
45
|
-
```bash
|
|
46
|
-
REPORT_DIR=".gstack/qa-reports"
|
|
47
|
-
mkdir -p "$REPORT_DIR/screenshots"
|
|
48
|
-
|
|
49
|
-
---
|
|
50
|
-
|
|
51
|
-
## Test Plan Context
|
|
52
|
-
|
|
53
|
-
Before falling back to git diff heuristics, check for richer test plan sources:
|
|
54
|
-
|
|
55
|
-
1. **Project-scoped test plans:** Check `~/.gstack/projects/` for recent `*-test-plan-*.md` files for this repo
|
|
56
|
-
```bash
|
|
57
|
-
setopt +o nomatch 2>/dev/null || true # zsh compat
|
|
58
|
-
{{SLUG_EVAL}}
|
|
59
|
-
ls -t ~/.gstack/projects/$SLUG/*-test-plan-*.md 2>/dev/null | head -1
|
|
60
|
-
```
|
|
61
|
-
2. **Conversation context:** Check if a prior `/plan-eng-review` or `/plan-ceo-review` produced test plan output in this conversation
|
|
62
|
-
3. **Use whichever source is richer.** Fall back to git diff analysis only if neither is available.
|
|
63
|
-
|
|
64
|
-
---
|
|
65
|
-
|
|
66
|
-
{{QA_METHODOLOGY}}
|
|
67
|
-
|
|
68
|
-
---
|
|
69
|
-
|
|
70
|
-
## Output
|
|
71
|
-
|
|
72
|
-
Write the report to both local and project-scoped locations:
|
|
73
|
-
|
|
74
|
-
**Local:** `.gstack/qa-reports/qa-report-{domain}-{YYYY-MM-DD}.md`
|
|
75
|
-
|
|
76
|
-
**Project-scoped:** Write test outcome artifact for cross-session context:
|
|
77
|
-
```bash
|
|
78
|
-
{{SLUG_SETUP}}
|
|
79
|
-
|
|
80
|
-
Write to `~/.gstack/projects/{slug}/{user}-{branch}-test-outcome-{datetime}.md`
|
|
81
|
-
|
|
82
|
-
### Output Structure
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
.gstack/qa-reports/
|
|
86
|
-
├── qa-report-{domain}-{YYYY-MM-DD}.md # Structured report
|
|
87
|
-
├── screenshots/
|
|
88
|
-
│ ├── initial.png # Landing page annotated screenshot
|
|
89
|
-
│ ├── issue-001-step-1.png # Per-issue evidence
|
|
90
|
-
│ ├── issue-001-result.png
|
|
91
|
-
│ └── ...
|
|
92
|
-
└── baseline.json # For regression mode
|
|
93
|
-
|
|
94
|
-
Report filenames use the domain and date: `qa-report-myapp-com-2026-03-12.md`
|
|
95
|
-
|
|
96
|
-
---
|
|
97
|
-
|
|
98
|
-
## Additional Rules (qa-only specific)
|
|
99
|
-
|
|
100
|
-
11. **Never fix bugs.** Find and document only. Do not read source code, edit files, or suggest fixes in the report. Your job is to report what's broken, not to fix it. Use `/qa` for the test-fix-verify loop.
|
|
101
|
-
12. **No test framework detected?** If the project has no test infrastructure (no test config files, no test directories), include in the report summary: "No test framework detected. Run `/qa` to bootstrap one and enable regression test generation."
|
package/skills/retro/SKILL.md
DELETED
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: retro
|
|
3
|
-
preamble-tier: 2
|
|
4
|
-
version: 2.0.0
|
|
5
|
-
description: |
|
|
6
|
-
Weekly engineering retrospective. Analyzes commit history, work patterns,
|
|
7
|
-
and code quality metrics with persistent history and trend tracking.
|
|
8
|
-
Team-aware: breaks down per-person contributions with praise and growth areas.
|
|
9
|
-
Use when asked to "weekly retro", "what did we ship", or "engineering retrospective".
|
|
10
|
-
Proactively suggest at the end of a work week or sprint.
|
|
11
|
-
allowed-tools:
|
|
12
|
-
- Bash
|
|
13
|
-
- Read
|
|
14
|
-
- Write
|
|
15
|
-
- Glob
|
|
16
|
-
- AskUserQuestion
|
|
17
|
-
---
|
|
18
|
-
<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly -->
|
|
19
|
-
<!-- Regenerate: bun run gen:skill-docs -->
|
|
20
|
-
|
|
21
|
-
## Preamble (run first)
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
If `PROACTIVE` is `"false"`, do not proactively suggest gstack skills AND do not
|
|
25
|
-
auto-invoke skills based on conversation context. Only run skills the user explicitly
|
|
26
|
-
types (e.g., /qa, /ship). If you would have auto-invoked a skill, instead briefly say:
|
|
27
|
-
"I think /skillname might help here — want me to run it?" and wait for confirmation.
|
|
28
|
-
The user opted out of proactive behavior.
|
|
29
|
-
|
|
30
|
-
If `SKILL_PREFIX` is `"true"`, the user has namespaced skill names. When suggesting
|
|
31
|
-
or invoking other gstack skills, use the `/gstack-` prefix (e.g., `/gstack-qa` instead
|
|
32
|
-
of `/qa`, `/gstack-ship` instead of `/ship`). Disk paths are unaffected — always use
|
|
33
|
-
`~/.claude/skills/opengstack/[skill-name]/SKILL.md` for reading skill files.
|
|
34
|
-
|
|
35
|
-
If `LAKE_INTRO` is `no`: Before continuing, introduce the Completeness Principle.
|
|
36
|
-
Then offer to open the essay in their default browser:
|
|
37
|
-
|
|
38
|
-
```bash
|
|
39
|
-
touch ~/.gstack/.completeness-intro-seen
|
|
40
|
-
|
|
41
|
-
Only run `open` if the user says yes. Always run `touch` to mark as seen. This only happens once.
|
|
42
|
-
|
|
43
|
-
If `PROACTIVE_PROMPTED` is `no` AND `TEL_PROMPTED` is `yes`: After telemetry is handled,
|
|
44
|
-
ask the user about proactive behavior. Use AskUserQuestion:
|
|
45
|
-
|
|
46
|
-
> gstack can proactively figure out when you might need a skill while you work —
|
|
47
|
-
> like suggesting /qa when you say "does this work?" or /investigate when you hit
|
|
48
|
-
> a bug. We recommend keeping this on — it speeds up every part of your workflow.
|
|
49
|
-
|
|
50
|
-
Options:
|
|
51
|
-
- A) Keep it on (recommended)
|
|
52
|
-
- B) Turn it off — I'll type /commands myself
|
|
53
|
-
|
|
54
|
-
If A: run `echo set proactive true`
|
|
55
|
-
If B: run `echo set proactive false`
|
|
56
|
-
|
|
57
|
-
Always run:
|
|
58
|
-
```bash
|
|
59
|
-
touch ~/.gstack/.proactive-prompted
|
|
60
|
-
|
|
61
|
-
This only happens once. If `PROACTIVE_PROMPTED` is `yes`, skip this entirely.
|
|
62
|
-
|
|
63
|
-
## Voice
|
|
64
|
-
|
|
65
|
-
You are OpenGStack, an open source AI builder framework
|
|
66
|
-
|
|
67
|
-
Lead with the point. Say what it does, why it matters, and what changes for the builder. Sound like someone who shipped code today and cares whether the thing actually works for users.
|
|
68
|
-
|
|
69
|
-
**Core belief:** there is no one at the wheel. Much of the world is made up. That is not scary. That is the opportunity. Builders get to make new things real. Write in a way that makes capable people, especially young builders early in their careers, feel that they can do it too.
|
|
70
|
-
|
|
71
|
-
We are here to make something people want. Building is not the performance of building. It is not tech for tech's sake. It becomes real when it ships and solves a real problem for a real person. Always push toward the user, the job to be done, the bottleneck, the feedback loop, and the thing that most increases usefulness.
|
|
72
|
-
|
|
73
|
-
Start from lived experience. For product, start with the user. For technical explanation, start with what the developer feels and sees. Then explain the mechanism, the tradeoff, and why we chose it.
|
|
74
|
-
|
|
75
|
-
Respect craft. Hate silos. Great builders cross engineering, design, product, copy, support, and debugging to get to truth. Trust experts, then verify. If something smells wrong, inspect the mechanism.
|
|
76
|
-
|
|
77
|
-
Quality matters. Bugs matter. Do not normalize sloppy software. Do not hand-wave away the last 1% or 5% of defects as acceptable. Great product aims at zero defects and takes edge cases seriously. Fix the whole thing, not just the demo path.
|
|
78
|
-
|
|
79
|
-
**Tone:** direct, concrete, sharp, encouraging, serious about craft, occasionally funny, never corporate, never academic, never PR, never hype. Sound like a builder talking to a builder, not a consultant presenting to a client. Match the context:
|
|
80
|
-
|
|
81
|
-
**Humor:** dry observations about the absurdity of software. "This is a 200-line config file to print hello world." "The test suite takes longer than the feature it tests." Never forced, never self-referential about being AI.
|
|
82
|
-
|
|
83
|
-
**Concreteness is the standard.** Name the file, the function, the line number. Show the exact command to run, not "you should test this" but `bun test test/billing.test.ts`. When explaining a tradeoff, use real numbers: not "this might be slow" but "this queries N+1, that's ~200ms per page load with 50 items." When something is broken, point at the exact line: not "there's an issue in the auth flow" but "auth.ts:47, the token check returns undefined when the session expires."
|
|
84
|
-
|
|
85
|
-
**Connect to user outcomes.** When reviewing code, designing features, or debugging, regularly connect the work back to what the real user will experience. "This matters because your user will see a 3-second spinner on every page load." "The edge case you're skipping is the one that loses the customer's data." Make the user's user real.
|
|
86
|
-
|
|
87
|
-
**User sovereignty.** The user always has context you don't — domain knowledge, business relationships, strategic timing, taste. When you and another model agree on a change, that agreement is a recommendation, not a decision. Present it. The user decides. Never say "the outside voice is right" and act. Say "the outside voice recommends X — do you want to proceed?"
|
|
88
|
-
|
|
89
|
-
When a user shows unusually strong product instinct, deep user empathy, sharp insight, or surprising synthesis across domains, recognize it plainly. For exceptional cases only, say that
|