Skip to main content

plan-devex-review

Facilitates an interactive review of developer experience plans, identifying personas, benchmarks, and friction points for improvement.

Install this skill

or
0/100

Security score

The plan-devex-review skill was audited on Jun 10, 2026 and we found 92 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 40

Template literal with variable interpolation in command context

SourceSKILL.md
40```bash
medium line 290

Template literal with variable interpolation in command context

SourceSKILL.md
290```bash
medium line 425

Template literal with variable interpolation in command context

SourceSKILL.md
425```bash
medium line 459

Template literal with variable interpolation in command context

SourceSKILL.md
459echo "before relying on \`gbrain search\` for code questions in this worktree."
medium line 587

Template literal with variable interpolation in command context

SourceSKILL.md
587```bash
medium line 1006

Webhook reference - potential data exfiltration

SourceSKILL.md
1006- Mentions API endpoints, REST, GraphQL, gRPC, webhooks → **API/Service**
low line 41

Access to hidden dotfiles in home directory

SourceSKILL.md
41_UPD=$(~/.claude/skills/gstack/bin/gstack-update-check 2>/dev/null || .claude/skills/gstack/bin/gstack-update-check 2>/dev/null || true)
low line 43

Access to hidden dotfiles in home directory

SourceSKILL.md
43mkdir -p ~/.gstack/sessions
low line 44

Access to hidden dotfiles in home directory

SourceSKILL.md
44touch ~/.gstack/sessions/"$PPID"
low line 45

Access to hidden dotfiles in home directory

SourceSKILL.md
45_SESSIONS=$(find ~/.gstack/sessions -mmin -120 -type f 2>/dev/null | wc -l | tr -d ' ')
low line 46

Access to hidden dotfiles in home directory

SourceSKILL.md
46find ~/.gstack/sessions -mmin +120 -type f -exec rm {} + 2>/dev/null || true
low line 47

Access to hidden dotfiles in home directory

SourceSKILL.md
47_PROACTIVE=$(~/.claude/skills/gstack/bin/gstack-config get proactive 2>/dev/null || echo "true")
low line 48

Access to hidden dotfiles in home directory

SourceSKILL.md
48_PROACTIVE_PROMPTED=$([ -f ~/.gstack/.proactive-prompted ] && echo "yes" || echo "no")
low line 51

Access to hidden dotfiles in home directory

SourceSKILL.md
51_SKILL_PREFIX=$(~/.claude/skills/gstack/bin/gstack-config get skill_prefix 2>/dev/null || echo "false")
low line 55

Access to hidden dotfiles in home directory

SourceSKILL.md
55source <(~/.claude/skills/gstack/bin/gstack-repo-mode 2>/dev/null) || true
low line 58

Access to hidden dotfiles in home directory

SourceSKILL.md
58_SESSION_KIND=$(~/.claude/skills/gstack/bin/gstack-session-kind 2>/dev/null || echo "interactive")
low line 61

Access to hidden dotfiles in home directory

SourceSKILL.md
61_LAKE_SEEN=$([ -f ~/.gstack/.completeness-intro-seen ] && echo "yes" || echo "no")
low line 63

Access to hidden dotfiles in home directory

SourceSKILL.md
63_TEL=$(~/.claude/skills/gstack/bin/gstack-config get telemetry 2>/dev/null || true)
low line 64

Access to hidden dotfiles in home directory

SourceSKILL.md
64_TEL_PROMPTED=$([ -f ~/.gstack/.telemetry-prompted ] && echo "yes" || echo "no")
low line 69

Access to hidden dotfiles in home directory

SourceSKILL.md
69_EXPLAIN_LEVEL=$(~/.claude/skills/gstack/bin/gstack-config get explain_level 2>/dev/null || echo "default")
low line 72

Access to hidden dotfiles in home directory

SourceSKILL.md
72_QUESTION_TUNING=$(~/.claude/skills/gstack/bin/gstack-config get question_tuning 2>/dev/null || echo "false")
low line 74

Access to hidden dotfiles in home directory

SourceSKILL.md
74mkdir -p ~/.gstack/analytics
low line 76

Access to hidden dotfiles in home directory

SourceSKILL.md
76echo '{"skill":"plan-devex-review","ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'","repo":"'$(_repo=$(basename "$(git rev-parse --show-toplevel 2>/dev/null)" 2>/dev/null | tr -cd 'a-zA-Z0-9._-'); echo "${_rep
low line 78

Access to hidden dotfiles in home directory

SourceSKILL.md
78for _PF in $(find ~/.gstack/analytics -maxdepth 1 -name '.pending-*' 2>/dev/null); do
low line 80

Access to hidden dotfiles in home directory

SourceSKILL.md
80if [ "$_TEL" != "off" ] && [ -x "~/.claude/skills/gstack/bin/gstack-telemetry-log" ]; then
low line 81

Access to hidden dotfiles in home directory

SourceSKILL.md
81~/.claude/skills/gstack/bin/gstack-telemetry-log --event-type skill_run --skill _pending_finalize --outcome unknown --session-id "$_SESSION_ID" 2>/dev/null || true
low line 87

Access to hidden dotfiles in home directory

SourceSKILL.md
87eval "$(~/.claude/skills/gstack/bin/gstack-slug 2>/dev/null)" 2>/dev/null || true
low line 93

Access to hidden dotfiles in home directory

SourceSKILL.md
93~/.claude/skills/gstack/bin/gstack-learnings-search --limit 3 2>/dev/null || true
low line 98

Access to hidden dotfiles in home directory

SourceSKILL.md
98~/.claude/skills/gstack/bin/gstack-timeline-log '{"skill":"plan-devex-review","event":"started","branch":"'"$_BRANCH"'","session":"'"$_SESSION_ID"'"}' 2>/dev/null &
low line 103

Access to hidden dotfiles in home directory

SourceSKILL.md
103_ROUTING_DECLINED=$(~/.claude/skills/gstack/bin/gstack-config get routing_declined 2>/dev/null || echo "false")
low line 114

Access to hidden dotfiles in home directory

SourceSKILL.md
114_CHECKPOINT_MODE=$(~/.claude/skills/gstack/bin/gstack-config get checkpoint_mode 2>/dev/null || echo "explicit")
low line 115

Access to hidden dotfiles in home directory

SourceSKILL.md
115_CHECKPOINT_PUSH=$(~/.claude/skills/gstack/bin/gstack-config get checkpoint_push 2>/dev/null || echo "false")
medium line 136

Access to hidden dotfiles in home directory

SourceSKILL.md
136In plan mode, allowed because they inform the plan: `$B`, `$D`, `codex exec`/`codex review`, writes to `~/.gstack/`, writes to the plan file, and `open` for generated artifacts.
medium line 144

Access to hidden dotfiles in home directory

SourceSKILL.md
144If `SKILL_PREFIX` is `"true"`, suggest/invoke `/gstack-*` names. Disk paths stay `~/.claude/skills/gstack/[skill-name]/SKILL.md`.
medium line 146

Access to hidden dotfiles in home directory

SourceSKILL.md
146If output shows `UPGRADE_AVAILABLE <old> <new>`: read `~/.claude/skills/gstack/gstack-upgrade/SKILL.md` and follow the "Inline upgrade flow" (auto-upgrade if configured, otherwise AskUserQuestion with
medium line 151

Access to hidden dotfiles in home directory

SourceSKILL.md
151- Missing `~/.claude/skills/gstack/.feature-prompted-continuous-checkpoint`: AskUserQuestion for Continuous checkpoint auto-commits. If accepted, run `~/.claude/skills/gstack/bin/gstack-config set che
medium line 152

Access to hidden dotfiles in home directory

SourceSKILL.md
152- Missing `~/.claude/skills/gstack/.feature-prompted-model-overlay`: inform "Model overlays are active. MODEL_OVERLAY shows the patch." Always touch marker.
medium line 165

Access to hidden dotfiles in home directory

SourceSKILL.md
165If B: run `~/.claude/skills/gstack/bin/gstack-config set explain_level terse`.
low line 169

Access to hidden dotfiles in home directory

SourceSKILL.md
169rm -f ~/.gstack/.writing-style-prompt-pending
low line 170

Access to hidden dotfiles in home directory

SourceSKILL.md
170touch ~/.gstack/.writing-style-prompted
low line 179

Access to hidden dotfiles in home directory

SourceSKILL.md
179touch ~/.gstack/.completeness-intro-seen
medium line 192

Access to hidden dotfiles in home directory

SourceSKILL.md
192If A: run `~/.claude/skills/gstack/bin/gstack-config set telemetry community`
medium line 202

Access to hidden dotfiles in home directory

SourceSKILL.md
202If B→A: run `~/.claude/skills/gstack/bin/gstack-config set telemetry anonymous`
medium line 203

Access to hidden dotfiles in home directory

SourceSKILL.md
203If B→B: run `~/.claude/skills/gstack/bin/gstack-config set telemetry off`
low line 207

Access to hidden dotfiles in home directory

SourceSKILL.md
207touch ~/.gstack/.telemetry-prompted
medium line 220

Access to hidden dotfiles in home directory

SourceSKILL.md
220If A: run `~/.claude/skills/gstack/bin/gstack-config set proactive true`
medium line 221

Access to hidden dotfiles in home directory

SourceSKILL.md
221If B: run `~/.claude/skills/gstack/bin/gstack-config set proactive false`
low line 225

Access to hidden dotfiles in home directory

SourceSKILL.md
225touch ~/.gstack/.proactive-prompted
medium line 267

Access to hidden dotfiles in home directory

SourceSKILL.md
267If B: run `~/.claude/skills/gstack/bin/gstack-config set routing_declined true` and say they can re-enable with `gstack-config set routing_declined false`.
medium line 271

Access to hidden dotfiles in home directory

SourceSKILL.md
271If `VENDORED_GSTACK` is `yes`, warn once via AskUserQuestion unless `~/.gstack/.vendoring-warned-$SLUG` exists:
medium line 283

Access to hidden dotfiles in home directory

SourceSKILL.md
2833. Run `~/.claude/skills/gstack/bin/gstack-team-init required` (or `optional`)
medium line 285

Access to hidden dotfiles in home directory

SourceSKILL.md
2855. Tell the user: "Done. Each developer now runs: `cd ~/.claude/skills/gstack && ./setup --team`"
low line 291

Access to hidden dotfiles in home directory

SourceSKILL.md
291eval "$(~/.claude/skills/gstack/bin/gstack-slug 2>/dev/null)" 2>/dev/null || true
low line 292

Access to hidden dotfiles in home directory

SourceSKILL.md
292touch ~/.gstack/.vendoring-warned-${SLUG:-unknown}
low line 434

Access to hidden dotfiles in home directory

SourceSKILL.md
434_BRAIN_SYNC_BIN="~/.claude/skills/gstack/bin/gstack-brain-sync"
low line 435

Access to hidden dotfiles in home directory

SourceSKILL.md
435_BRAIN_CONFIG_BIN="~/.claude/skills/gstack/bin/gstack-config"
medium line 539

Access to hidden dotfiles in home directory

SourceSKILL.md
539If A/B and `~/.gstack/.git` is missing, ask whether to run `gstack-artifacts-init`. Do not block the skill.
low line 544

Access to hidden dotfiles in home directory

SourceSKILL.md
544"~/.claude/skills/gstack/bin/gstack-brain-sync" --discover-new 2>/dev/null || true
low line 545

Access to hidden dotfiles in home directory

SourceSKILL.md
545"~/.claude/skills/gstack/bin/gstack-brain-sync" --once 2>/dev/null || true
low line 588

Access to hidden dotfiles in home directory

SourceSKILL.md
588eval "$(~/.claude/skills/gstack/bin/gstack-slug 2>/dev/null)"
low line 605

Access to hidden dotfiles in home directory

SourceSKILL.md
605~/.claude/skills/gstack/bin/gstack-decision-search --recent 5 2>/dev/null
medium line 614

Access to hidden dotfiles in home directory

SourceSKILL.md
614**Cross-session decisions.** If `ACTIVE DECISIONS` are listed, treat them as prior settled calls with their rationale — do not silently re-litigate them; if you're about to reverse one, say so explici
medium line 627

Access to hidden dotfiles in home directory

SourceSKILL.md
627Curated jargon list lives at `~/.claude/skills/gstack/scripts/jargon-list.json` (80+ terms). On the first jargon term you encounter this session, Read that file once; treat the `terms` array as the ca
medium line 673

Access to hidden dotfiles in home directory

SourceSKILL.md
673Before each AskUserQuestion, choose `question_id` from `scripts/question-registry.ts` or `{skill}-{slug}`, then run `~/.claude/skills/gstack/bin/gstack-question-preference --check "<id>"`. `AUTO_DECID
low line 681

Access to hidden dotfiles in home directory

SourceSKILL.md
681~/.claude/skills/gstack/bin/gstack-question-log '{"skill":"plan-devex-review","question_id":"<id>","question_summary":"<short>","category":"<approval|clarification|routing|cherry-pick|feedback-loop>",
low line 690

Access to hidden dotfiles in home directory

SourceSKILL.md
690~/.claude/skills/gstack/bin/gstack-question-preference --write '{"question_id":"<id>","preference":"<pref>","source":"inline-user","free_text":"<optional original words>"}'
medium line 705

Access to hidden dotfiles in home directory

SourceSKILL.md
705Before building anything unfamiliar, **search first.** See `~/.claude/skills/gstack/ETHOS.md`.
low line 710

Access to hidden dotfiles in home directory

SourceSKILL.md
710jq -n --arg ts "$(date -u +%Y-%m-%dT%H:%M:%SZ)" --arg skill "SKILL_NAME" --arg branch "$(git branch --show-current 2>/dev/null)" --arg insight "ONE_LINE_SUMMARY" '{ts:$ts,skill:$skill,branch:$branch,i
low line 728

Access to hidden dotfiles in home directory

SourceSKILL.md
728~/.claude/skills/gstack/bin/gstack-learnings-log '{"skill":"SKILL_NAME","type":"operational","key":"SHORT_KEY","insight":"DESCRIPTION","confidence":N,"source":"observed"}'
medium line 738

Access to hidden dotfiles in home directory

SourceSKILL.md
738`~/.gstack/analytics/`, matching preamble analytics writes.
low line 745

Access to hidden dotfiles in home directory

SourceSKILL.md
745rm -f ~/.gstack/analytics/.pending-"$_SESSION_ID" 2>/dev/null || true
low line 747

Access to hidden dotfiles in home directory

SourceSKILL.md
747~/.claude/skills/gstack/bin/gstack-timeline-log '{"skill":"SKILL_NAME","event":"completed","branch":"'$(git branch --show-current 2>/dev/null || echo unknown)'","outcome":"OUTCOME","duration_s":"'"$_T
low line 750

Access to hidden dotfiles in home directory

SourceSKILL.md
750echo '{"skill":"SKILL_NAME","duration_s":"'"$_TEL_DUR"'","outcome":"OUTCOME","browse":"USED_BROWSE","session":"'"$_SESSION_ID"'","ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'"}' >> ~/.gstack/analytics/skill-
low line 753

Access to hidden dotfiles in home directory

SourceSKILL.md
753if [ "$_TEL" != "off" ] && [ -x ~/.claude/skills/gstack/bin/gstack-telemetry-log ]; then
low line 754

Access to hidden dotfiles in home directory

SourceSKILL.md
754~/.claude/skills/gstack/bin/gstack-telemetry-log \
medium line 892

Access to hidden dotfiles in home directory

SourceSKILL.md
892\`~/.claude/skills/gstack/plan-devex-review/dx-hall-of-fame.md\`
low line 932

Access to hidden dotfiles in home directory

SourceSKILL.md
932SLUG=$(~/.claude/skills/gstack/browse/bin/remote-slug 2>/dev/null || basename "$(git rev-parse --show-toplevel 2>/dev/null || pwd)")
low line 934

Access to hidden dotfiles in home directory

SourceSKILL.md
934DESIGN=$(ls -t ~/.gstack/projects/$SLUG/*-$BRANCH-design-*.md 2>/dev/null | head -1)
low line 935

Access to hidden dotfiles in home directory

SourceSKILL.md
935[ -z "$DESIGN" ] && DESIGN=$(ls -t ~/.gstack/projects/$SLUG/*-design-*.md 2>/dev/null | head -1)
medium line 969

Access to hidden dotfiles in home directory

SourceSKILL.md
969Read the `/office-hours` skill file at `~/.claude/skills/gstack/office-hours/SKILL.md` using the Read tool.
low line 992

Access to hidden dotfiles in home directory

SourceSKILL.md
992SLUG=$(~/.claude/skills/gstack/browse/bin/remote-slug 2>/dev/null || basename "$(git rev-parse --show-toplevel 2>/dev/null || pwd)")
low line 994

Access to hidden dotfiles in home directory

SourceSKILL.md
994DESIGN=$(ls -t ~/.gstack/projects/$SLUG/*-$BRANCH-design-*.md 2>/dev/null | head -1)
low line 995

Access to hidden dotfiles in home directory

SourceSKILL.md
995[ -z "$DESIGN" ] && DESIGN=$(ls -t ~/.gstack/projects/$SLUG/*-design-*.md 2>/dev/null | head -1)
low line 1035

Access to hidden dotfiles in home directory

SourceSKILL.md
1035eval "$(~/.claude/skills/gstack/bin/gstack-slug 2>/dev/null)" 2>/dev/null || true
low line 1039

Access to hidden dotfiles in home directory

SourceSKILL.md
1039~/.claude/skills/gstack/bin/gstack-brain-cache get product --project "$SLUG" 2>/dev/null || printf '_(no product digest available yet)_\n'
low line 1041

Access to hidden dotfiles in home directory

SourceSKILL.md
1041~/.claude/skills/gstack/bin/gstack-brain-cache get developer-persona --project "$SLUG" 2>/dev/null || printf '_(no developer-persona digest available yet)_\n'
low line 1043

Access to hidden dotfiles in home directory

SourceSKILL.md
1043~/.claude/skills/gstack/bin/gstack-brain-cache get recent-decisions --project "$SLUG" 2>/dev/null || printf '_(no recent-decisions digest available yet)_\n'
low line 1045

Access to hidden dotfiles in home directory

SourceSKILL.md
1045~/.claude/skills/gstack/bin/gstack-brain-cache get competitive-intel --project "$SLUG" 2>/dev/null || printf '_(no competitive-intel digest available yet)_\n'
medium line 1197

Access to hidden dotfiles in home directory

SourceSKILL.md
1197Load the "## Pass 1" section from `~/.claude/skills/gstack/plan-devex-review/dx-hall-of-fame.md`
medium line 1383

Access to hidden dotfiles in home directory

SourceSKILL.md
1383> **STOP.** Before running the 8 DX passes, required outputs, and review report (only after Step 0 investigation is complete), Read `~/.claude/skills/gstack/plan-devex-review/sections/review-sections.
low line 175

External URL reference

SourceSKILL.md
175If `LAKE_INTRO` is `no`: say "gstack follows the **Boil the Ocean** principle — do the complete thing when AI makes marginal cost near-zero. Read more: https://garryslist.org/posts/boil-the-ocean" Off
low line 178

External URL reference

SourceSKILL.md
178open https://garryslist.org/posts/boil-the-ocean
Scanned on Jun 10, 2026
View Security Dashboard
Installation guide →