A gstack submodule bump added `spec` (v1.47) and the iOS device-farm
5-skill set (v1.43) but gstack `./setup` was never re-run, leaving all 6
as source-only — unlinked, invisible to Claude and untouched by
reset/`gstack on`.
- Link `spec` only, surgically: skills/spec/SKILL.md symlink matching
gstack setup's per-skill pattern (real dir + absolute SKILL.md link).
Platform-agnostic, useful planning skill. Added to full + web-full
profiles (must be in the active `full` profile or `set full` would
re-disable it).
- iOS skills deliberately NOT linked: this is a Linux host, and the iOS
device-farm needs a Mac daemon + Tailscale + physical iOS devices.
Linking them would add 5 dead skills plus passive token cost.
- Complete the .gitignore gstack allowlist: add the 12 entries missing
from it — `spec`, the 5 `ios-*` (so they stay ignored if a future
setup on a Mac materializes them), and 6 already-parked skills
(document-generate, landing-report, scrape, setup-gbrain, skillify,
sync-gbrain). The parked ones matter because `gstack on` moves parked
skills into skills/, where any allowlist gap becomes untracked git
noise. Also drop the stale `skills/checkpoint` entry (renamed to
context-save).
Verified: `profile show full`/`web-full` report spec enabled; the
source-vs-allowlist drift check is now empty; profile.sh still parses.
The gstack submodule pointer bump itself is left uncommitted (separate
pending work).
Memory: BLK-007 -> resolved; LRN-025 (gitignore allowlist must cover all
toggleable skills incl. parked, else enabling one = git noise).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
89 lines
2.6 KiB
Plaintext
89 lines
2.6 KiB
Plaintext
# DESC: Maximum mode — web-full + plan + dev for end-to-end MVP via /init-project
|
|
# Activate when: scaffolding new project with /init-project and need
|
|
# brainstorm → design → architecture review → scaffold → implement → ship → audit
|
|
# pipeline available in one session. Superset of web-full + dev.
|
|
|
|
# === Brainstorm + plan-mode reviews ==================================
|
|
office-hours
|
|
plan-ceo-review
|
|
plan-eng-review
|
|
plan-design-review
|
|
plan-devex-review
|
|
autoplan
|
|
spec
|
|
|
|
# === Design pipeline =================================================
|
|
design-shotgun
|
|
design-review
|
|
design-consultation
|
|
design-html
|
|
|
|
# === Browser + dogfooding ============================================
|
|
browse
|
|
open-gstack-browser
|
|
setup-browser-cookies
|
|
|
|
# === Code work — implementation ======================================
|
|
feat personal
|
|
ship-feature personal
|
|
hotfix personal
|
|
bugfix personal
|
|
investigate
|
|
refactor personal
|
|
code-clean personal
|
|
commit-change personal
|
|
|
|
# === Ship + review + land ============================================
|
|
ship
|
|
review
|
|
context-save
|
|
land-and-deploy
|
|
setup-deploy
|
|
|
|
# === Second opinion ==================================================
|
|
codex
|
|
|
|
# === SEO / GEO / standards / security ================================
|
|
seo personal
|
|
geo personal
|
|
validate personal
|
|
harden personal
|
|
analyze personal
|
|
cso
|
|
|
|
# === Perf + canary + QA ==============================================
|
|
health
|
|
benchmark
|
|
canary
|
|
qa
|
|
qa-only
|
|
|
|
# === Docs + translation ==============================================
|
|
doc personal
|
|
document-release
|
|
pdf-translate personal
|
|
|
|
# === Session hygiene + memory ========================================
|
|
close personal
|
|
prune-memory personal
|
|
status personal
|
|
learn
|
|
retro
|
|
careful
|
|
freeze
|
|
unfreeze
|
|
guard
|
|
|
|
# === External + plugin + MCP =========================================
|
|
emil-design-eng external
|
|
frontend-design external
|
|
design-motion-principles external
|
|
ui-ux-pro-max plugin@ui-ux-pro-max-skill
|
|
pr-review-toolkit plugin@claude-code-plugins
|
|
magic mcp
|
|
|
|
# === CLIs (advisory) =================================================
|
|
ctx7 cli
|
|
graphify cli
|
|
gsd cli
|