diff --git a/lib/profile.sh b/lib/profile.sh index cb07d26..27beed0 100755 --- a/lib/profile.sh +++ b/lib/profile.sh @@ -418,7 +418,7 @@ cmd_current() { disabled_count=$(find "$DISABLED_DIR" -maxdepth 1 -name 'gstack__*' 2>/dev/null | wc -l | tr -d ' ') fi if [ "$disabled_count" -eq 0 ]; then - echo "full (all gstack skills enabled — no profile set)" + echo "none (all gstack skills enabled — no profile set)" return 0 fi # Pick the profile with the highest "available" ratio. An item counts as diff --git a/lib/profiles/full.profile b/lib/profiles/full.profile new file mode 100644 index 0000000..bcce233 --- /dev/null +++ b/lib/profiles/full.profile @@ -0,0 +1,84 @@ +# 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 + +# === 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 +checkpoint +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 ============================================================ +doc personal +document-release + +# === Session hygiene + memory ======================================== +close personal +prune-memory personal +status personal +learn +retro +careful +freeze +unfreeze +guard + +# === External + plugin + MCP ========================================= +emil-design-eng 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 diff --git a/skills/profile/SKILL.md b/skills/profile/SKILL.md index fc275b1..da9e9d3 100644 --- a/skills/profile/SKILL.md +++ b/skills/profile/SKILL.md @@ -34,6 +34,7 @@ carrying every gstack + personal skill in every session. | `web` | Public website work — frontend + content + light dev | | `seo` | SEO + GEO + W3C audit — search/AI indexability + standards | | `web-full` | Production website end-to-end — `web` + `seo` combined | +| `full` | Maximum — web-full + plan + dev for `/init-project` MVP pipeline | | `backend` | Backend / API / system dev — no design, no SEO | | `design` | Visual QA, design systems, mockups, polish | | `dev` | Daily code work — features, fixes, refactor, ship (any stack) |