Skip to main content

plan-ceo-review

Facilitates rigorous CEO-level plan reviews to enhance product vision and execution through structured scope management.

Install this skill

or
0/100

Security score

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

Categories Tested

Security Issues

medium line 62

Template literal with variable interpolation in command context

SourceSKILL.md
62```bash
medium line 312

Template literal with variable interpolation in command context

SourceSKILL.md
312```bash
medium line 447

Template literal with variable interpolation in command context

SourceSKILL.md
447```bash
medium line 481

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
609```bash
medium line 25

Access to hidden dotfiles in home directory

SourceSKILL.md
25glob: "~/.gstack/projects/{repo_slug}/ceo-plans/*.md"
medium line 31

Access to hidden dotfiles in home directory

SourceSKILL.md
31glob: "~/.gstack/projects/{repo_slug}/*-design-*.md"
low line 63

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
65mkdir -p ~/.gstack/sessions
low line 66

Access to hidden dotfiles in home directory

SourceSKILL.md
66touch ~/.gstack/sessions/"$PPID"
low line 67

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
96mkdir -p ~/.gstack/analytics
low line 98

Access to hidden dotfiles in home directory

SourceSKILL.md
98echo '{"skill":"plan-ceo-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 "${_repo:
low line 100

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
103~/.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 109

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
158In 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 166

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
168If 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 173

Access to hidden dotfiles in home directory

SourceSKILL.md
173- 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 174

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
191rm -f ~/.gstack/.writing-style-prompt-pending
low line 192

Access to hidden dotfiles in home directory

SourceSKILL.md
192touch ~/.gstack/.writing-style-prompted
low line 201

Access to hidden dotfiles in home directory

SourceSKILL.md
201touch ~/.gstack/.completeness-intro-seen
medium line 214

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
229touch ~/.gstack/.telemetry-prompted
medium line 242

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
247touch ~/.gstack/.proactive-prompted
medium line 289

Access to hidden dotfiles in home directory

SourceSKILL.md
289If 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 293

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
636**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 649

Access to hidden dotfiles in home directory

SourceSKILL.md
649Curated 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 695

Access to hidden dotfiles in home directory

SourceSKILL.md
695Before 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 703

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
732jq -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 750

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
760`~/.gstack/analytics/`, matching preamble analytics writes.
low line 767

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
769~/.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 772

Access to hidden dotfiles in home directory

SourceSKILL.md
772echo '{"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 775

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
776~/.claude/skills/gstack/bin/gstack-telemetry-log \
low line 908

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
919HANDOFF=$(ls -t ~/.gstack/projects/$SLUG/*-$BRANCH-ceo-handoff-*.md 2>/dev/null | head -1)
medium line 956

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
1068_CROSS_PROJ=$(~/.claude/skills/gstack/bin/gstack-config get cross_project_learnings 2>/dev/null || echo "unset")
low line 1071

Access to hidden dotfiles in home directory

SourceSKILL.md
1071~/.claude/skills/gstack/bin/gstack-learnings-search --limit 10 --cross-project 2>/dev/null || true
low line 1073

Access to hidden dotfiles in home directory

SourceSKILL.md
1073~/.claude/skills/gstack/bin/gstack-learnings-search --limit 10 2>/dev/null || true
medium line 1088

Access to hidden dotfiles in home directory

SourceSKILL.md
1088If A: run `~/.claude/skills/gstack/bin/gstack-config set cross_project_learnings true`
medium line 1089

Access to hidden dotfiles in home directory

SourceSKILL.md
1089If B: run `~/.claude/skills/gstack/bin/gstack-config set cross_project_learnings false`
low line 1112

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
1120~/.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 1122

Access to hidden dotfiles in home directory

SourceSKILL.md
1122~/.claude/skills/gstack/bin/gstack-brain-cache get user-profile 2>/dev/null || printf '_(no user-profile digest available yet)_\n'
low line 1243

Access to hidden dotfiles in home directory

SourceSKILL.md
1243eval "$(~/.claude/skills/gstack/bin/gstack-slug 2>/dev/null)" && mkdir -p ~/.gstack/projects/$SLUG/ceo-plans
low line 1249

Access to hidden dotfiles in home directory

SourceSKILL.md
1249mkdir -p ~/.gstack/projects/$SLUG/ceo-plans/archive
low line 1250

Access to hidden dotfiles in home directory

SourceSKILL.md
1250# For each stale plan: mv ~/.gstack/projects/$SLUG/ceo-plans/{old-plan}.md ~/.gstack/projects/$SLUG/ceo-plans/archive/
medium line 1253

Access to hidden dotfiles in home directory

SourceSKILL.md
1253Write to `~/.gstack/projects/$SLUG/ceo-plans/{date}-{feature-slug}.md` using this format:
low line 1346

Access to hidden dotfiles in home directory

SourceSKILL.md
1346mkdir -p ~/.gstack/analytics
low line 1347

Access to hidden dotfiles in home directory

SourceSKILL.md
1347echo '{"skill":"plan-ceo-review","ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'","iterations":ITERATIONS,"issues_found":FOUND,"issues_fixed":FIXED,"remaining":REMAINING,"quality_score":SCORE}' >> ~/.gstack/an
medium line 1393

Access to hidden dotfiles in home directory

SourceSKILL.md
1393> **STOP.** Before running the 11-section deep review, required outputs, and review report (only after Step 0 scope and mode are agreed), Read `~/.claude/skills/gstack/plan-ceo-review/sections/review-
low line 197

External URL reference

SourceSKILL.md
197If `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 200

External URL reference

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