Skip to main content

autoplan

Automates the review process for project plans using decision principles, streamlining approvals and enhancing efficiency.

Install this skill

or
0/100

Security score

The autoplan skill was audited on May 12, 2026 and we found 98 security issues across 5 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 35

Template literal with variable interpolation in command context

SourceSKILL.md
35```bash
medium line 268

Template literal with variable interpolation in command context

SourceSKILL.md
268```bash
medium line 364

Template literal with variable interpolation in command context

SourceSKILL.md
364```bash
medium line 398

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
526```bash
medium line 998

Template literal with variable interpolation in command context

SourceSKILL.md
998```bash
medium line 1029

Webhook reference - potential data exfiltration

SourceSKILL.md
1029GraphQL, gRPC, webhook, CLI, command, flag, argument, terminal, shell, SDK, library,
low line 36

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
38mkdir -p ~/.gstack/sessions
low line 39

Access to hidden dotfiles in home directory

SourceSKILL.md
39touch ~/.gstack/sessions/"$PPID"
low line 40

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
66mkdir -p ~/.gstack/analytics
low line 68

Access to hidden dotfiles in home directory

SourceSKILL.md
68echo '{"skill":"autoplan","ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'","repo":"'$(basename "$(git rev-parse --show-toplevel 2>/dev/null)" 2>/dev/null || echo "unknown")'"}' >> ~/.gstack/analytics/skill-us
low line 70

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
73~/.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 79

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
115In 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 123

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
125If 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 130

Access to hidden dotfiles in home directory

SourceSKILL.md
130- 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 131

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
148rm -f ~/.gstack/.writing-style-prompt-pending
low line 149

Access to hidden dotfiles in home directory

SourceSKILL.md
149touch ~/.gstack/.writing-style-prompted
low line 158

Access to hidden dotfiles in home directory

SourceSKILL.md
158touch ~/.gstack/.completeness-intro-seen
medium line 171

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
186touch ~/.gstack/.telemetry-prompted
medium line 199

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
204touch ~/.gstack/.proactive-prompted
medium line 245

Access to hidden dotfiles in home directory

SourceSKILL.md
245If 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 249

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
527eval "$(~/.claude/skills/gstack/bin/gstack-slug 2>/dev/null)"
medium line 682

Access to hidden dotfiles in home directory

SourceSKILL.md
682Before 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 686

Access to hidden dotfiles in home directory

SourceSKILL.md
686~/.claude/skills/gstack/bin/gstack-question-log '{"skill":"autoplan","question_id":"<id>","question_summary":"<short>","category":"<approval|clarification|routing|cherry-pick|feedback-loop>","door_typ
low line 695

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
715jq -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 733

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
743`~/.gstack/analytics/`, matching preamble analytics writes.
low line 750

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
752~/.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 755

Access to hidden dotfiles in home directory

SourceSKILL.md
755echo '{"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 758

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
759~/.claude/skills/gstack/bin/gstack-telemetry-log \
medium line 769

Access to hidden dotfiles in home directory

SourceSKILL.md
769In plan mode before ExitPlanMode: if the plan file lacks `## GSTACK REVIEW REPORT`, run `~/.claude/skills/gstack/bin/gstack-review-read` and append the standard runs/status/findings table. With `NO_RE
medium line 836

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
999eval "$(~/.claude/skills/gstack/bin/gstack-slug 2>/dev/null)" && mkdir -p ~/.gstack/projects/$SLUG
medium line 1024

Access to hidden dotfiles in home directory

SourceSKILL.md
1024- Discover design docs: `ls -t ~/.gstack/projects/$SLUG/*-design-*.md 2>/dev/null | head -1`
medium line 1040

Access to hidden dotfiles in home directory

SourceSKILL.md
1040- `~/.claude/skills/gstack/plan-ceo-review/SKILL.md`
medium line 1041

Access to hidden dotfiles in home directory

SourceSKILL.md
1041- `~/.claude/skills/gstack/plan-design-review/SKILL.md` (only if UI scope detected)
medium line 1042

Access to hidden dotfiles in home directory

SourceSKILL.md
1042- `~/.claude/skills/gstack/plan-eng-review/SKILL.md`
medium line 1043

Access to hidden dotfiles in home directory

SourceSKILL.md
1043- `~/.claude/skills/gstack/plan-devex-review/SKILL.md` (only if DX scope detected)
low line 1075

Access to hidden dotfiles in home directory

SourceSKILL.md
1075_TEL=$(~/.claude/skills/gstack/bin/gstack-config get telemetry 2>/dev/null || echo off)
low line 1076

Access to hidden dotfiles in home directory

SourceSKILL.md
1076source ~/.claude/skills/gstack/bin/gstack-codex-probe
medium line 1355

Access to hidden dotfiles in home directory

SourceSKILL.md
1355- Test plan: generate artifact at `~/.gstack/projects/$SLUG/{user}-{branch}-test-plan-{datetime}.md`
medium line 1571

Access to hidden dotfiles in home directory

SourceSKILL.md
1571- [ ] Test plan artifact written to disk at ~/.gstack/projects/$SLUG/
low line 1687

Access to hidden dotfiles in home directory

SourceSKILL.md
1687~/.claude/skills/gstack/bin/gstack-review-log '{"skill":"plan-ceo-review","timestamp":"'"$TIMESTAMP"'","status":"STATUS","unresolved":N,"critical_gaps":N,"mode":"SELECTIVE_EXPANSION","via":"autoplan",
low line 1689

Access to hidden dotfiles in home directory

SourceSKILL.md
1689~/.claude/skills/gstack/bin/gstack-review-log '{"skill":"plan-eng-review","timestamp":"'"$TIMESTAMP"'","status":"STATUS","unresolved":N,"critical_gaps":N,"issues_found":N,"mode":"FULL_REVIEW","via":"a
low line 1694

Access to hidden dotfiles in home directory

SourceSKILL.md
1694~/.claude/skills/gstack/bin/gstack-review-log '{"skill":"plan-design-review","timestamp":"'"$TIMESTAMP"'","status":"STATUS","unresolved":N,"via":"autoplan","commit":"'"$COMMIT"'"}'
low line 1699

Access to hidden dotfiles in home directory

SourceSKILL.md
1699~/.claude/skills/gstack/bin/gstack-review-log '{"skill":"plan-devex-review","timestamp":"'"$TIMESTAMP"'","status":"STATUS","initial_score":N,"overall_score":N,"product_type":"TYPE","tthw_current":"TTH
low line 1704

Access to hidden dotfiles in home directory

SourceSKILL.md
1704~/.claude/skills/gstack/bin/gstack-review-log '{"skill":"autoplan-voices","timestamp":"'"$TIMESTAMP"'","status":"STATUS","source":"SOURCE","phase":"ceo","via":"autoplan","consensus_confirmed":N,"conse
low line 1706

Access to hidden dotfiles in home directory

SourceSKILL.md
1706~/.claude/skills/gstack/bin/gstack-review-log '{"skill":"autoplan-voices","timestamp":"'"$TIMESTAMP"'","status":"STATUS","source":"SOURCE","phase":"eng","via":"autoplan","consensus_confirmed":N,"conse
low line 1711

Access to hidden dotfiles in home directory

SourceSKILL.md
1711~/.claude/skills/gstack/bin/gstack-review-log '{"skill":"autoplan-voices","timestamp":"'"$TIMESTAMP"'","status":"STATUS","source":"SOURCE","phase":"design","via":"autoplan","consensus_confirmed":N,"co
low line 1716

Access to hidden dotfiles in home directory

SourceSKILL.md
1716~/.claude/skills/gstack/bin/gstack-review-log '{"skill":"autoplan-voices","timestamp":"'"$TIMESTAMP"'","status":"STATUS","source":"SOURCE","phase":"dx","via":"autoplan","consensus_confirmed":N,"consen
low line 335

Unicode escape sequences

SourceSKILL.md
335writes `\u3103` thinking it is 管 U+7BA1, but `\u3103` is
low line 154

External URL reference

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

External URL reference

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