@jspg-ai/coding-bb 0.0.1 → 0.0.2-beta.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cbb/bin/cbb.js +6 -0
- package/cbb/bin/cbbm.js +6 -0
- package/cbb/dev-standards/rules/cbb-ai-behavior.md +103 -103
- package/cbb/dev-standards/rules/cbb-priority.md +55 -55
- package/cbb/lib/install/claude-code.js +2 -0
- package/cbb/lib/install/init.js +496 -290
- package/cbb/lib/install/opencode.js +31 -0
- package/cbb/lib/install/qoder.js +2 -0
- package/cbb/lib/install/workspaces.js +53 -13
- package/cbb/lib/openspec/index.js +3 -3
- package/cbb/lib/superpowers/index.js +1 -1
- package/cbb/lib/utils/check-update.js +16 -14
- package/cbb/lib/utils/gitignore.js +2 -1
- package/cbb/lib/utils/output.js +92 -4
- package/cbb/lib/utils/version.js +2 -31
- package/cbb/lib/wiki/cli.js +25 -25
- package/cbb/lib/wiki/index.js +16 -16
- package/cbb/tools/cbb-design-to-wiki/SKILL.md +14 -14
- package/cbb/tools/cbb-wiki-ops/SKILL.md +22 -22
- package/cbb/worktrees/_shared/scripts/find-target-worktree.js +2 -2
- package/cbb/worktrees/_shared/scripts/find-workspace-root.js +7 -7
- package/cbb/worktrees/_shared/scripts/push-core.js +18 -0
- package/cbb/worktrees/commands/{close.md → worktree-close.md} +8 -8
- package/cbb/worktrees/commands/{init.md → worktree-init.md} +9 -9
- package/cbb/worktrees/commands/{push.md → worktree-push.md} +3 -3
- package/cbb/worktrees/skills/{openspec-close-worktree → cbb-worktree-close}/SKILL.md +20 -20
- package/cbb/worktrees/skills/{openspec-close-worktree → cbb-worktree-close}/scripts/check-env.js +4 -4
- package/cbb/worktrees/skills/{openspec-close-worktree → cbb-worktree-close}/scripts/check-unarchived.js +1 -1
- package/cbb/worktrees/skills/{openspec-close-worktree → cbb-worktree-close}/scripts/delete-branches.js +3 -3
- package/cbb/worktrees/skills/{openspec-close-worktree → cbb-worktree-close}/scripts/discover-apps.js +6 -6
- package/cbb/worktrees/skills/{openspec-extend-worktree → cbb-worktree-close}/scripts/find-target-worktree.js +2 -2
- package/cbb/worktrees/skills/{openspec-push-worktrees → cbb-worktree-close}/scripts/find-workspace-root.js +7 -7
- package/cbb/worktrees/skills/{openspec-close-worktree → cbb-worktree-close}/scripts/remove-worktrees.js +4 -4
- package/cbb/worktrees/skills/{openspec-close-worktree → cbb-worktree-close}/scripts/safety-check.js +4 -4
- package/cbb/worktrees/skills/{openspec-init-worktree → cbb-worktree-init}/SKILL.md +81 -107
- package/cbb/worktrees/skills/{openspec-init-worktree → cbb-worktree-init}/scripts/auto-open.js +1 -1
- package/cbb/worktrees/skills/{openspec-init-worktree → cbb-worktree-init}/scripts/check-env-deep.js +4 -4
- package/cbb/worktrees/skills/{openspec-init-worktree → cbb-worktree-init}/scripts/check-env.js +6 -6
- package/cbb/worktrees/skills/{openspec-init-worktree → cbb-worktree-init}/scripts/check-repos.js +4 -4
- package/cbb/worktrees/skills/{openspec-init-worktree → cbb-worktree-init}/scripts/create-branches.js +4 -4
- package/cbb/worktrees/skills/{openspec-init-worktree → cbb-worktree-init}/scripts/create-worktrees.js +8 -7
- package/cbb/worktrees/skills/{openspec-close-worktree → cbb-worktree-init}/scripts/find-workspace-root.js +7 -7
- package/cbb/worktrees/skills/{openspec-init-worktree → cbb-worktree-init}/scripts/install-ai.js +33 -33
- package/cbb/worktrees/skills/{openspec-init-worktree → cbb-worktree-init}/scripts/parse-config.js +7 -7
- package/cbb/worktrees/skills/{openspec-init-worktree → cbb-worktree-init}/scripts/push-branches.js +9 -7
- package/cbb/worktrees/skills/{openspec-extend-worktree → cbb-worktree-init}/scripts/push-core.js +18 -0
- package/cbb/worktrees/skills/{openspec-init-worktree → cbb-worktree-init}/scripts/sync-repos.js +10 -12
- package/cbb/worktrees/skills/{openspec-init-worktree → cbb-worktree-init}/scripts/update-gitignore.js +19 -6
- package/cbb/worktrees/skills/{openspec-push-worktrees → cbb-worktree-push}/SKILL.md +16 -16
- package/cbb/worktrees/skills/{openspec-push-worktrees → cbb-worktree-push}/scripts/commit-worktrees.js +2 -2
- package/cbb/worktrees/skills/{openspec-push-worktrees → cbb-worktree-push}/scripts/find-target-worktree.js +2 -2
- package/cbb/worktrees/skills/{openspec-extend-worktree → cbb-worktree-push}/scripts/find-workspace-root.js +7 -7
- package/cbb/worktrees/skills/{openspec-push-worktrees → cbb-worktree-push}/scripts/push-core.js +18 -0
- package/cbb/worktrees/skills/{openspec-push-worktrees → cbb-worktree-push}/scripts/push-worktrees.js +7 -5
- package/config/workspace-config.sample.json +18 -0
- package/config/workspaces.json +11 -6
- package/openspec/.version +6 -6
- package/openspec/commands/apply.md +7 -7
- package/openspec/commands/archive.md +7 -7
- package/openspec/commands/bulk-archive.md +7 -7
- package/openspec/commands/continue.md +7 -7
- package/openspec/commands/explore.md +7 -7
- package/openspec/commands/ff.md +7 -7
- package/openspec/commands/new.md +7 -7
- package/openspec/commands/onboard.md +7 -7
- package/openspec/commands/propose.md +7 -7
- package/openspec/commands/sync.md +7 -7
- package/openspec/commands/update.md +7 -7
- package/openspec/commands/verify.md +7 -7
- package/openspec/skills/openspec-apply-change/SKILL.md +187 -187
- package/openspec/skills/openspec-archive-change/SKILL.md +181 -181
- package/openspec/skills/openspec-bulk-archive-change/SKILL.md +338 -338
- package/openspec/skills/openspec-continue-change/SKILL.md +117 -117
- package/openspec/skills/openspec-explore/SKILL.md +342 -342
- package/openspec/skills/openspec-ff-change/SKILL.md +116 -116
- package/openspec/skills/openspec-new-change/SKILL.md +76 -76
- package/openspec/skills/openspec-onboard/SKILL.md +560 -560
- package/openspec/skills/openspec-propose/SKILL.md +162 -162
- package/openspec/skills/openspec-sync-specs/SKILL.md +261 -261
- package/openspec/skills/openspec-update-change/SKILL.md +90 -90
- package/openspec/skills/openspec-verify-change/SKILL.md +174 -174
- package/package.json +4 -3
- package/superpowers/.version +6 -6
- package/superpowers/skills/brainstorming/SKILL.md +250 -250
- package/superpowers/skills/brainstorming/scripts/helper.js +167 -167
- package/superpowers/skills/brainstorming/scripts/start-server.sh +209 -209
- package/superpowers/skills/brainstorming/scripts/stop-server.sh +120 -120
- package/superpowers/skills/brainstorming/spec-document-reviewer-prompt.md +49 -49
- package/superpowers/skills/brainstorming/visual-companion.md +299 -299
- package/superpowers/skills/dispatching-parallel-agents/SKILL.md +167 -167
- package/superpowers/skills/executing-plans/SKILL.md +64 -64
- package/superpowers/skills/finishing-a-development-branch/SKILL.md +225 -225
- package/superpowers/skills/receiving-code-review/SKILL.md +205 -205
- package/superpowers/skills/requesting-code-review/SKILL.md +95 -95
- package/superpowers/skills/requesting-code-review/code-reviewer.md +181 -181
- package/superpowers/skills/subagent-driven-development/SKILL.md +568 -568
- package/superpowers/skills/subagent-driven-development/implementer-prompt.md +154 -154
- package/superpowers/skills/subagent-driven-development/re-review-prompt.md +115 -115
- package/superpowers/skills/subagent-driven-development/task-reviewer-prompt.md +207 -207
- package/superpowers/skills/systematic-debugging/CREATION-LOG.md +119 -119
- package/superpowers/skills/systematic-debugging/SKILL.md +283 -283
- package/superpowers/skills/systematic-debugging/condition-based-waiting-example.ts +158 -158
- package/superpowers/skills/systematic-debugging/condition-based-waiting.md +115 -115
- package/superpowers/skills/systematic-debugging/defense-in-depth.md +122 -122
- package/superpowers/skills/systematic-debugging/find-polluter.sh +72 -72
- package/superpowers/skills/systematic-debugging/root-cause-tracing.md +169 -169
- package/superpowers/skills/systematic-debugging/test-academic.md +14 -14
- package/superpowers/skills/systematic-debugging/test-pressure-1.md +58 -58
- package/superpowers/skills/systematic-debugging/test-pressure-2.md +68 -68
- package/superpowers/skills/systematic-debugging/test-pressure-3.md +69 -69
- package/superpowers/skills/test-driven-development/SKILL.md +320 -320
- package/superpowers/skills/test-driven-development/writing-good-tests.md +198 -198
- package/superpowers/skills/using-git-worktrees/SKILL.md +167 -167
- package/superpowers/skills/using-superpowers/SKILL.md +63 -63
- package/superpowers/skills/using-superpowers/references/antigravity-tools.md +23 -23
- package/superpowers/skills/using-superpowers/references/codex-tools.md +108 -108
- package/superpowers/skills/using-superpowers/references/gemini-tools.md +63 -63
- package/superpowers/skills/using-superpowers/references/hermes-tools.md +56 -56
- package/superpowers/skills/using-superpowers/references/pi-tools.md +16 -16
- package/superpowers/skills/verification-before-completion/SKILL.md +120 -120
- package/superpowers/skills/writing-plans/SKILL.md +171 -171
- package/superpowers/skills/writing-plans/plan-document-reviewer-prompt.md +49 -49
- package/superpowers/skills/writing-skills/SKILL.md +679 -679
- package/superpowers/skills/writing-skills/anthropic-best-practices.md +1150 -1150
- package/superpowers/skills/writing-skills/examples/CLAUDE_MD_TESTING.md +189 -189
- package/superpowers/skills/writing-skills/persuasion-principles.md +187 -187
- package/superpowers/skills/writing-skills/render-graphs.js +169 -169
- package/superpowers/skills/writing-skills/testing-skills-with-subagents.md +384 -384
- package/cbb/worktrees/commands/extend.md +0 -65
- package/cbb/worktrees/skills/openspec-close-worktree/scripts/find-target-worktree.js +0 -96
- package/cbb/worktrees/skills/openspec-extend-worktree/SKILL.md +0 -390
- package/cbb/worktrees/skills/openspec-extend-worktree/scripts/check-env.js +0 -95
- package/cbb/worktrees/skills/openspec-extend-worktree/scripts/check-repos.js +0 -98
- package/cbb/worktrees/skills/openspec-extend-worktree/scripts/create-branches-and-worktrees.js +0 -135
- package/cbb/worktrees/skills/openspec-extend-worktree/scripts/install-ai.js +0 -150
- package/cbb/worktrees/skills/openspec-extend-worktree/scripts/list-available-apps.js +0 -88
- package/cbb/worktrees/skills/openspec-extend-worktree/scripts/sync-repos.js +0 -93
- package/cbb/worktrees/skills/openspec-init-worktree/scripts/find-workspace-root.js +0 -67
- package/cbb/worktrees/skills/openspec-init-worktree/scripts/generate-app-options.js +0 -93
- package/cbb/worktrees/skills/openspec-init-worktree/scripts/push-core.js +0 -136
- package/cbb/worktrees/skills/openspec-push-worktrees/scripts/silence-popup.js +0 -23
- package/config/config.sample.json +0 -16
- /package/cbb/worktrees/skills/{openspec-close-worktree → cbb-worktree-close}/scripts/silence-popup.js +0 -0
- /package/cbb/worktrees/skills/{openspec-extend-worktree → cbb-worktree-init}/scripts/silence-popup.js +0 -0
- /package/cbb/worktrees/skills/{openspec-init-worktree → cbb-worktree-push}/scripts/silence-popup.js +0 -0
|
@@ -1,167 +1,167 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: using-git-worktrees
|
|
3
|
-
description: Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Using Git Worktrees
|
|
7
|
-
|
|
8
|
-
## Overview
|
|
9
|
-
|
|
10
|
-
Ensure work happens in an isolated workspace. Prefer your platform's native worktree tools. Fall back to manual git worktrees only when no native tool is available.
|
|
11
|
-
|
|
12
|
-
**Core principle:** Detect existing isolation first. Then use native tools. Then fall back to git. Never fight the harness.
|
|
13
|
-
|
|
14
|
-
**Announce at start:** "I'm using the using-git-worktrees skill to set up an isolated workspace."
|
|
15
|
-
|
|
16
|
-
## Step 0: Detect Existing Isolation
|
|
17
|
-
|
|
18
|
-
**Before creating anything, check if you are already in an isolated workspace.**
|
|
19
|
-
|
|
20
|
-
```bash
|
|
21
|
-
GIT_DIR=$(cd "$(git rev-parse --git-dir)" 2>/dev/null && pwd -P)
|
|
22
|
-
GIT_COMMON=$(cd "$(git rev-parse --git-common-dir)" 2>/dev/null && pwd -P)
|
|
23
|
-
BRANCH=$(git branch --show-current)
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
**Submodule guard:** `GIT_DIR != GIT_COMMON` is also true inside git submodules. Before concluding "already in a worktree," verify you are not in a submodule:
|
|
27
|
-
|
|
28
|
-
```bash
|
|
29
|
-
# If this returns a path, you're in a submodule, not a worktree — treat as normal repo
|
|
30
|
-
git rev-parse --show-superproject-working-tree 2>/dev/null
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
**If `GIT_DIR != GIT_COMMON` (and not a submodule):** You are already in a linked worktree. Skip to Step 2 (Project Setup). Do NOT create another worktree.
|
|
34
|
-
|
|
35
|
-
Report with branch state:
|
|
36
|
-
- On a branch: "Already in isolated workspace at `<path>` on branch `<name>`."
|
|
37
|
-
- Detached HEAD: "Already in isolated workspace at `<path>` (detached HEAD, externally managed). Branch creation needed at finish time."
|
|
38
|
-
|
|
39
|
-
**If `GIT_DIR == GIT_COMMON` (or in a submodule):** You are in a normal repo checkout.
|
|
40
|
-
|
|
41
|
-
Has the user already indicated their worktree preference in your instructions? If not, ask for consent before creating a worktree:
|
|
42
|
-
|
|
43
|
-
> "Would you like me to set up an isolated worktree? It protects your current branch from changes."
|
|
44
|
-
|
|
45
|
-
Honor any existing declared preference without asking. If the user declines consent, work in place and skip to Step 2.
|
|
46
|
-
|
|
47
|
-
## Step 1: Create Isolated Workspace
|
|
48
|
-
|
|
49
|
-
**You have two mechanisms. Try them in this order.**
|
|
50
|
-
|
|
51
|
-
### 1a. Native Worktree Tools (preferred)
|
|
52
|
-
|
|
53
|
-
The user has asked for an isolated workspace (Step 0 consent). Do you already have a way to create a worktree? It might be a tool with a name like `EnterWorktree`, `WorktreeCreate`, a `/worktree` command, or a `--worktree` flag. If you do, use it and skip to Step 2.
|
|
54
|
-
|
|
55
|
-
Native tools handle directory placement, branch creation, and cleanup automatically. Using `git worktree add` when you have a native tool creates phantom state your harness can't see or manage.
|
|
56
|
-
|
|
57
|
-
Only proceed to Step 1b if you have no native worktree tool available.
|
|
58
|
-
|
|
59
|
-
### 1b. Git Worktree Fallback
|
|
60
|
-
|
|
61
|
-
**Only use this if Step 1a does not apply** — you have no native worktree tool available. Create a worktree manually using git.
|
|
62
|
-
|
|
63
|
-
#### Directory Selection
|
|
64
|
-
|
|
65
|
-
Follow this priority order. Explicit user preference always beats observed filesystem state.
|
|
66
|
-
|
|
67
|
-
1. **Check your instructions for a declared worktree directory preference.** If the user has already specified one, use it without asking.
|
|
68
|
-
|
|
69
|
-
2. **Check for an existing project-local worktree directory:**
|
|
70
|
-
```bash
|
|
71
|
-
ls -d .worktrees 2>/dev/null # Preferred (hidden)
|
|
72
|
-
ls -d worktrees 2>/dev/null # Alternative
|
|
73
|
-
```
|
|
74
|
-
If found, use it. If both exist, `.worktrees` wins.
|
|
75
|
-
|
|
76
|
-
3. **If there is no other guidance available**, default to `.worktrees/` at the project root.
|
|
77
|
-
|
|
78
|
-
#### Safety Verification (project-local directories only)
|
|
79
|
-
|
|
80
|
-
**MUST verify directory is ignored before creating worktree:**
|
|
81
|
-
|
|
82
|
-
```bash
|
|
83
|
-
git check-ignore -q .worktrees 2>/dev/null || git check-ignore -q worktrees 2>/dev/null
|
|
84
|
-
```
|
|
85
|
-
|
|
86
|
-
**If NOT ignored:** Add to .gitignore, commit the change, then proceed.
|
|
87
|
-
|
|
88
|
-
**Why critical:** Prevents accidentally committing worktree contents to repository.
|
|
89
|
-
|
|
90
|
-
#### Create the Worktree
|
|
91
|
-
|
|
92
|
-
```bash
|
|
93
|
-
# Determine path based on chosen location
|
|
94
|
-
path="$LOCATION/$BRANCH_NAME"
|
|
95
|
-
|
|
96
|
-
git worktree add "$path" -b "$BRANCH_NAME"
|
|
97
|
-
cd "$path"
|
|
98
|
-
```
|
|
99
|
-
|
|
100
|
-
**Sandbox fallback:** If `git worktree add` fails with a permission error (sandbox denial), tell the user the sandbox blocked worktree creation and you're working in the current directory instead. Then run setup and baseline tests in place.
|
|
101
|
-
|
|
102
|
-
## Step 2: Project Setup
|
|
103
|
-
|
|
104
|
-
Auto-detect and run appropriate setup:
|
|
105
|
-
|
|
106
|
-
```bash
|
|
107
|
-
# Node.js
|
|
108
|
-
if [ -f package.json ]; then npm install; fi
|
|
109
|
-
|
|
110
|
-
# Rust
|
|
111
|
-
if [ -f Cargo.toml ]; then cargo build; fi
|
|
112
|
-
|
|
113
|
-
# Python
|
|
114
|
-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
|
115
|
-
if [ -f pyproject.toml ]; then poetry install; fi
|
|
116
|
-
|
|
117
|
-
# Go
|
|
118
|
-
if [ -f go.mod ]; then go mod download; fi
|
|
119
|
-
```
|
|
120
|
-
|
|
121
|
-
## Step 3: Verify Clean Baseline
|
|
122
|
-
|
|
123
|
-
Run tests to ensure workspace starts clean:
|
|
124
|
-
|
|
125
|
-
```bash
|
|
126
|
-
# Use project-appropriate command
|
|
127
|
-
npm test / cargo test / pytest / go test ./...
|
|
128
|
-
```
|
|
129
|
-
|
|
130
|
-
**If tests fail:** Report failures, ask whether to proceed or investigate.
|
|
131
|
-
|
|
132
|
-
**If tests pass:** Report ready.
|
|
133
|
-
|
|
134
|
-
### Report
|
|
135
|
-
|
|
136
|
-
```
|
|
137
|
-
Worktree ready at <full-path>
|
|
138
|
-
Tests passing (<N> tests, 0 failures)
|
|
139
|
-
Ready to implement <feature-name>
|
|
140
|
-
```
|
|
141
|
-
|
|
142
|
-
## Quick Reference
|
|
143
|
-
|
|
144
|
-
| Situation | Action |
|
|
145
|
-
|-----------|--------|
|
|
146
|
-
| Already in linked worktree | Skip creation (Step 0) |
|
|
147
|
-
| In a submodule | Treat as normal repo (Step 0 guard) |
|
|
148
|
-
| Native worktree tool available | Use it (Step 1a) |
|
|
149
|
-
| No native tool | Git worktree fallback (Step 1b) |
|
|
150
|
-
| `.worktrees/` exists | Use it (verify ignored) |
|
|
151
|
-
| `worktrees/` exists | Use it (verify ignored) |
|
|
152
|
-
| Both exist | Use `.worktrees/` |
|
|
153
|
-
| Neither exists | Check instruction file, then default `.worktrees/` |
|
|
154
|
-
| Directory not ignored | Add to .gitignore + commit |
|
|
155
|
-
| Permission error on create | Sandbox fallback, work in place |
|
|
156
|
-
| Tests fail during baseline | Report failures + ask |
|
|
157
|
-
| No package.json/Cargo.toml | Skip dependency install |
|
|
158
|
-
|
|
159
|
-
## Common Rationalizations
|
|
160
|
-
|
|
161
|
-
| Excuse | Reality |
|
|
162
|
-
|--------|---------|
|
|
163
|
-
| "I'm obviously not in a worktree — no need to check" | Run Step 0. Harness-created isolation and submodules both fool eyeballing; the detection commands settle it. |
|
|
164
|
-
| "`git worktree add` is quicker than hunting for a native tool" | A native tool (e.g. `EnterWorktree`) owns placement, branching, and cleanup. Bypassing it is the #1 mistake — it creates phantom state your harness can't see or manage. |
|
|
165
|
-
| "The worktree directory is surely ignored already" | Run `git check-ignore`. An unignored worktree directory commits the whole tree into the repo. |
|
|
166
|
-
| "Any directory name works" | Explicit instructions beat an existing project-local directory, which beats the `.worktrees/` default. |
|
|
167
|
-
| "The workspace is fresh — baseline tests can wait" | A dirty baseline makes every later failure ambiguous. Run the tests now; proceeding past failures is your human partner's call. |
|
|
1
|
+
---
|
|
2
|
+
name: using-git-worktrees
|
|
3
|
+
description: Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Using Git Worktrees
|
|
7
|
+
|
|
8
|
+
## Overview
|
|
9
|
+
|
|
10
|
+
Ensure work happens in an isolated workspace. Prefer your platform's native worktree tools. Fall back to manual git worktrees only when no native tool is available.
|
|
11
|
+
|
|
12
|
+
**Core principle:** Detect existing isolation first. Then use native tools. Then fall back to git. Never fight the harness.
|
|
13
|
+
|
|
14
|
+
**Announce at start:** "I'm using the using-git-worktrees skill to set up an isolated workspace."
|
|
15
|
+
|
|
16
|
+
## Step 0: Detect Existing Isolation
|
|
17
|
+
|
|
18
|
+
**Before creating anything, check if you are already in an isolated workspace.**
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
GIT_DIR=$(cd "$(git rev-parse --git-dir)" 2>/dev/null && pwd -P)
|
|
22
|
+
GIT_COMMON=$(cd "$(git rev-parse --git-common-dir)" 2>/dev/null && pwd -P)
|
|
23
|
+
BRANCH=$(git branch --show-current)
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
**Submodule guard:** `GIT_DIR != GIT_COMMON` is also true inside git submodules. Before concluding "already in a worktree," verify you are not in a submodule:
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
# If this returns a path, you're in a submodule, not a worktree — treat as normal repo
|
|
30
|
+
git rev-parse --show-superproject-working-tree 2>/dev/null
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
**If `GIT_DIR != GIT_COMMON` (and not a submodule):** You are already in a linked worktree. Skip to Step 2 (Project Setup). Do NOT create another worktree.
|
|
34
|
+
|
|
35
|
+
Report with branch state:
|
|
36
|
+
- On a branch: "Already in isolated workspace at `<path>` on branch `<name>`."
|
|
37
|
+
- Detached HEAD: "Already in isolated workspace at `<path>` (detached HEAD, externally managed). Branch creation needed at finish time."
|
|
38
|
+
|
|
39
|
+
**If `GIT_DIR == GIT_COMMON` (or in a submodule):** You are in a normal repo checkout.
|
|
40
|
+
|
|
41
|
+
Has the user already indicated their worktree preference in your instructions? If not, ask for consent before creating a worktree:
|
|
42
|
+
|
|
43
|
+
> "Would you like me to set up an isolated worktree? It protects your current branch from changes."
|
|
44
|
+
|
|
45
|
+
Honor any existing declared preference without asking. If the user declines consent, work in place and skip to Step 2.
|
|
46
|
+
|
|
47
|
+
## Step 1: Create Isolated Workspace
|
|
48
|
+
|
|
49
|
+
**You have two mechanisms. Try them in this order.**
|
|
50
|
+
|
|
51
|
+
### 1a. Native Worktree Tools (preferred)
|
|
52
|
+
|
|
53
|
+
The user has asked for an isolated workspace (Step 0 consent). Do you already have a way to create a worktree? It might be a tool with a name like `EnterWorktree`, `WorktreeCreate`, a `/worktree` command, or a `--worktree` flag. If you do, use it and skip to Step 2.
|
|
54
|
+
|
|
55
|
+
Native tools handle directory placement, branch creation, and cleanup automatically. Using `git worktree add` when you have a native tool creates phantom state your harness can't see or manage.
|
|
56
|
+
|
|
57
|
+
Only proceed to Step 1b if you have no native worktree tool available.
|
|
58
|
+
|
|
59
|
+
### 1b. Git Worktree Fallback
|
|
60
|
+
|
|
61
|
+
**Only use this if Step 1a does not apply** — you have no native worktree tool available. Create a worktree manually using git.
|
|
62
|
+
|
|
63
|
+
#### Directory Selection
|
|
64
|
+
|
|
65
|
+
Follow this priority order. Explicit user preference always beats observed filesystem state.
|
|
66
|
+
|
|
67
|
+
1. **Check your instructions for a declared worktree directory preference.** If the user has already specified one, use it without asking.
|
|
68
|
+
|
|
69
|
+
2. **Check for an existing project-local worktree directory:**
|
|
70
|
+
```bash
|
|
71
|
+
ls -d .worktrees 2>/dev/null # Preferred (hidden)
|
|
72
|
+
ls -d worktrees 2>/dev/null # Alternative
|
|
73
|
+
```
|
|
74
|
+
If found, use it. If both exist, `.worktrees` wins.
|
|
75
|
+
|
|
76
|
+
3. **If there is no other guidance available**, default to `.worktrees/` at the project root.
|
|
77
|
+
|
|
78
|
+
#### Safety Verification (project-local directories only)
|
|
79
|
+
|
|
80
|
+
**MUST verify directory is ignored before creating worktree:**
|
|
81
|
+
|
|
82
|
+
```bash
|
|
83
|
+
git check-ignore -q .worktrees 2>/dev/null || git check-ignore -q worktrees 2>/dev/null
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
**If NOT ignored:** Add to .gitignore, commit the change, then proceed.
|
|
87
|
+
|
|
88
|
+
**Why critical:** Prevents accidentally committing worktree contents to repository.
|
|
89
|
+
|
|
90
|
+
#### Create the Worktree
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
# Determine path based on chosen location
|
|
94
|
+
path="$LOCATION/$BRANCH_NAME"
|
|
95
|
+
|
|
96
|
+
git worktree add "$path" -b "$BRANCH_NAME"
|
|
97
|
+
cd "$path"
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
**Sandbox fallback:** If `git worktree add` fails with a permission error (sandbox denial), tell the user the sandbox blocked worktree creation and you're working in the current directory instead. Then run setup and baseline tests in place.
|
|
101
|
+
|
|
102
|
+
## Step 2: Project Setup
|
|
103
|
+
|
|
104
|
+
Auto-detect and run appropriate setup:
|
|
105
|
+
|
|
106
|
+
```bash
|
|
107
|
+
# Node.js
|
|
108
|
+
if [ -f package.json ]; then npm install; fi
|
|
109
|
+
|
|
110
|
+
# Rust
|
|
111
|
+
if [ -f Cargo.toml ]; then cargo build; fi
|
|
112
|
+
|
|
113
|
+
# Python
|
|
114
|
+
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
|
115
|
+
if [ -f pyproject.toml ]; then poetry install; fi
|
|
116
|
+
|
|
117
|
+
# Go
|
|
118
|
+
if [ -f go.mod ]; then go mod download; fi
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
## Step 3: Verify Clean Baseline
|
|
122
|
+
|
|
123
|
+
Run tests to ensure workspace starts clean:
|
|
124
|
+
|
|
125
|
+
```bash
|
|
126
|
+
# Use project-appropriate command
|
|
127
|
+
npm test / cargo test / pytest / go test ./...
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
**If tests fail:** Report failures, ask whether to proceed or investigate.
|
|
131
|
+
|
|
132
|
+
**If tests pass:** Report ready.
|
|
133
|
+
|
|
134
|
+
### Report
|
|
135
|
+
|
|
136
|
+
```
|
|
137
|
+
Worktree ready at <full-path>
|
|
138
|
+
Tests passing (<N> tests, 0 failures)
|
|
139
|
+
Ready to implement <feature-name>
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
## Quick Reference
|
|
143
|
+
|
|
144
|
+
| Situation | Action |
|
|
145
|
+
|-----------|--------|
|
|
146
|
+
| Already in linked worktree | Skip creation (Step 0) |
|
|
147
|
+
| In a submodule | Treat as normal repo (Step 0 guard) |
|
|
148
|
+
| Native worktree tool available | Use it (Step 1a) |
|
|
149
|
+
| No native tool | Git worktree fallback (Step 1b) |
|
|
150
|
+
| `.worktrees/` exists | Use it (verify ignored) |
|
|
151
|
+
| `worktrees/` exists | Use it (verify ignored) |
|
|
152
|
+
| Both exist | Use `.worktrees/` |
|
|
153
|
+
| Neither exists | Check instruction file, then default `.worktrees/` |
|
|
154
|
+
| Directory not ignored | Add to .gitignore + commit |
|
|
155
|
+
| Permission error on create | Sandbox fallback, work in place |
|
|
156
|
+
| Tests fail during baseline | Report failures + ask |
|
|
157
|
+
| No package.json/Cargo.toml | Skip dependency install |
|
|
158
|
+
|
|
159
|
+
## Common Rationalizations
|
|
160
|
+
|
|
161
|
+
| Excuse | Reality |
|
|
162
|
+
|--------|---------|
|
|
163
|
+
| "I'm obviously not in a worktree — no need to check" | Run Step 0. Harness-created isolation and submodules both fool eyeballing; the detection commands settle it. |
|
|
164
|
+
| "`git worktree add` is quicker than hunting for a native tool" | A native tool (e.g. `EnterWorktree`) owns placement, branching, and cleanup. Bypassing it is the #1 mistake — it creates phantom state your harness can't see or manage. |
|
|
165
|
+
| "The worktree directory is surely ignored already" | Run `git check-ignore`. An unignored worktree directory commits the whole tree into the repo. |
|
|
166
|
+
| "Any directory name works" | Explicit instructions beat an existing project-local directory, which beats the `.worktrees/` default. |
|
|
167
|
+
| "The workspace is fresh — baseline tests can wait" | A dirty baseline makes every later failure ambiguous. Run the tests now; proceeding past failures is your human partner's call. |
|
|
@@ -1,63 +1,63 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: using-superpowers
|
|
3
|
-
description: Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
<SUBAGENT-STOP>
|
|
7
|
-
If you were dispatched as a subagent to execute a specific task, ignore this skill.
|
|
8
|
-
</SUBAGENT-STOP>
|
|
9
|
-
|
|
10
|
-
<EXTREMELY-IMPORTANT>
|
|
11
|
-
If you think there is even a 1% chance a skill might apply to what you are doing, you ABSOLUTELY MUST invoke the skill.
|
|
12
|
-
|
|
13
|
-
IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT.
|
|
14
|
-
|
|
15
|
-
This is not negotiable. You cannot rationalize your way out of this.
|
|
16
|
-
</EXTREMELY-IMPORTANT>
|
|
17
|
-
|
|
18
|
-
## The Rule
|
|
19
|
-
|
|
20
|
-
**Invoke relevant or requested skills BEFORE any response or action** — including clarifying questions, exploring the codebase, or checking files. If it turns out wrong for the situation, you don't have to use it.
|
|
21
|
-
|
|
22
|
-
**Before entering plan mode:** if you haven't already brainstormed, invoke the brainstorming skill first.
|
|
23
|
-
|
|
24
|
-
Then announce "Using [skill] to [purpose]" and follow the skill exactly. If it has a checklist, create a todo per item.
|
|
25
|
-
|
|
26
|
-
## Skill Priority
|
|
27
|
-
|
|
28
|
-
When multiple skills apply, process skills come first — they set the approach, then implementation skills (frontend-design, etc.) carry it out. Brainstorming and systematic-debugging are Superpowers' most common process skills, but the rule holds for any of them.
|
|
29
|
-
|
|
30
|
-
- "Let's build X" → superpowers:brainstorming first, then implementation skills.
|
|
31
|
-
- "Fix this bug" → superpowers:systematic-debugging first, then domain skills.
|
|
32
|
-
|
|
33
|
-
## Red Flags
|
|
34
|
-
|
|
35
|
-
These thoughts mean STOP—you're rationalizing:
|
|
36
|
-
|
|
37
|
-
| Thought | Reality |
|
|
38
|
-
|---------|---------|
|
|
39
|
-
| "This is just a simple question" | Questions are tasks. Check for skills. |
|
|
40
|
-
| "I need more context first" | Skill check comes BEFORE clarifying questions. |
|
|
41
|
-
| "Let me explore the codebase first" | Skills tell you HOW to explore. Check first. |
|
|
42
|
-
| "I can check git/files quickly" | Files lack conversation context. Check for skills. |
|
|
43
|
-
| "Let me gather information first" | Skills tell you HOW to gather information. |
|
|
44
|
-
| "This doesn't need a formal skill" | If a skill exists, use it. |
|
|
45
|
-
| "I remember this skill" | Skills evolve. Read current version. |
|
|
46
|
-
| "This doesn't count as a task" | Action = task. Check for skills. |
|
|
47
|
-
| "The skill is overkill" | Simple things become complex. Use it. |
|
|
48
|
-
| "I'll just do this one thing first" | Check BEFORE doing anything. |
|
|
49
|
-
| "This feels productive" | Undisciplined action wastes time. Skills prevent this. |
|
|
50
|
-
| "I know what that means" | Knowing the concept ≠ using the skill. Invoke it. |
|
|
51
|
-
|
|
52
|
-
## Platform Adaptation
|
|
53
|
-
|
|
54
|
-
If your harness appears here, read its reference file for special instructions:
|
|
55
|
-
|
|
56
|
-
- Codex: `references/codex-tools.md`
|
|
57
|
-
- Pi: `references/pi-tools.md`
|
|
58
|
-
- Antigravity: `references/antigravity-tools.md`
|
|
59
|
-
- Hermes Agent: `references/hermes-tools.md`
|
|
60
|
-
|
|
61
|
-
## User Instructions
|
|
62
|
-
|
|
63
|
-
User instructions (CLAUDE.md, AGENTS.md, GEMINI.md, etc, direct requests) take precedence over skills, which in turn override default behavior. Only skip skill workflows or instructions when your human partner has explicitly told you to.
|
|
1
|
+
---
|
|
2
|
+
name: using-superpowers
|
|
3
|
+
description: Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
<SUBAGENT-STOP>
|
|
7
|
+
If you were dispatched as a subagent to execute a specific task, ignore this skill.
|
|
8
|
+
</SUBAGENT-STOP>
|
|
9
|
+
|
|
10
|
+
<EXTREMELY-IMPORTANT>
|
|
11
|
+
If you think there is even a 1% chance a skill might apply to what you are doing, you ABSOLUTELY MUST invoke the skill.
|
|
12
|
+
|
|
13
|
+
IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT.
|
|
14
|
+
|
|
15
|
+
This is not negotiable. You cannot rationalize your way out of this.
|
|
16
|
+
</EXTREMELY-IMPORTANT>
|
|
17
|
+
|
|
18
|
+
## The Rule
|
|
19
|
+
|
|
20
|
+
**Invoke relevant or requested skills BEFORE any response or action** — including clarifying questions, exploring the codebase, or checking files. If it turns out wrong for the situation, you don't have to use it.
|
|
21
|
+
|
|
22
|
+
**Before entering plan mode:** if you haven't already brainstormed, invoke the brainstorming skill first.
|
|
23
|
+
|
|
24
|
+
Then announce "Using [skill] to [purpose]" and follow the skill exactly. If it has a checklist, create a todo per item.
|
|
25
|
+
|
|
26
|
+
## Skill Priority
|
|
27
|
+
|
|
28
|
+
When multiple skills apply, process skills come first — they set the approach, then implementation skills (frontend-design, etc.) carry it out. Brainstorming and systematic-debugging are Superpowers' most common process skills, but the rule holds for any of them.
|
|
29
|
+
|
|
30
|
+
- "Let's build X" → superpowers:brainstorming first, then implementation skills.
|
|
31
|
+
- "Fix this bug" → superpowers:systematic-debugging first, then domain skills.
|
|
32
|
+
|
|
33
|
+
## Red Flags
|
|
34
|
+
|
|
35
|
+
These thoughts mean STOP—you're rationalizing:
|
|
36
|
+
|
|
37
|
+
| Thought | Reality |
|
|
38
|
+
|---------|---------|
|
|
39
|
+
| "This is just a simple question" | Questions are tasks. Check for skills. |
|
|
40
|
+
| "I need more context first" | Skill check comes BEFORE clarifying questions. |
|
|
41
|
+
| "Let me explore the codebase first" | Skills tell you HOW to explore. Check first. |
|
|
42
|
+
| "I can check git/files quickly" | Files lack conversation context. Check for skills. |
|
|
43
|
+
| "Let me gather information first" | Skills tell you HOW to gather information. |
|
|
44
|
+
| "This doesn't need a formal skill" | If a skill exists, use it. |
|
|
45
|
+
| "I remember this skill" | Skills evolve. Read current version. |
|
|
46
|
+
| "This doesn't count as a task" | Action = task. Check for skills. |
|
|
47
|
+
| "The skill is overkill" | Simple things become complex. Use it. |
|
|
48
|
+
| "I'll just do this one thing first" | Check BEFORE doing anything. |
|
|
49
|
+
| "This feels productive" | Undisciplined action wastes time. Skills prevent this. |
|
|
50
|
+
| "I know what that means" | Knowing the concept ≠ using the skill. Invoke it. |
|
|
51
|
+
|
|
52
|
+
## Platform Adaptation
|
|
53
|
+
|
|
54
|
+
If your harness appears here, read its reference file for special instructions:
|
|
55
|
+
|
|
56
|
+
- Codex: `references/codex-tools.md`
|
|
57
|
+
- Pi: `references/pi-tools.md`
|
|
58
|
+
- Antigravity: `references/antigravity-tools.md`
|
|
59
|
+
- Hermes Agent: `references/hermes-tools.md`
|
|
60
|
+
|
|
61
|
+
## User Instructions
|
|
62
|
+
|
|
63
|
+
User instructions (CLAUDE.md, AGENTS.md, GEMINI.md, etc, direct requests) take precedence over skills, which in turn override default behavior. Only skip skill workflows or instructions when your human partner has explicitly told you to.
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
# Antigravity CLI (`agy`) Tool Mapping
|
|
2
|
-
|
|
3
|
-
Skills speak in actions ("dispatch a subagent", "create a todo", "read a file"). On the Antigravity CLI (`agy`) these resolve to the tools below.
|
|
4
|
-
|
|
5
|
-
| Action skills request | Antigravity CLI equivalent |
|
|
6
|
-
|----------------------|----------------------|
|
|
7
|
-
| Dispatch a subagent (`Subagent (general-purpose):` template) | `invoke_subagent` with a built-in `TypeName` — `self` for full-capability work, `research` for read-only |
|
|
8
|
-
| Task tracking ("create a todo", "mark complete") | a **task artifact** — `write_to_file` with `IsArtifact: true` and `ArtifactType: "task"` (see [Task tracking](#task-tracking)). **Not** `manage_task`, which manages background processes. |
|
|
9
|
-
|
|
10
|
-
## Task tracking
|
|
11
|
-
|
|
12
|
-
Antigravity has **no todo tool** (`manage_task` manages background
|
|
13
|
-
processes — `list`/`kill`/`status`/`send_input` — it is *not* a checklist). When a
|
|
14
|
-
skill says to create a todo list or track tasks, maintain a **task artifact**: a
|
|
15
|
-
markdown checklist saved with `write_to_file` (`IsArtifact: true`,
|
|
16
|
-
`ArtifactMetadata.ArtifactType: "task"`), edited with `replace_file_content` /
|
|
17
|
-
`multi_replace_file_content` as you go.
|
|
18
|
-
|
|
19
|
-
At the start of any multi-step task, create the task artifact listing every step of
|
|
20
|
-
your plan. As you complete each step, edit the artifact to mark it done (`- [x]`).
|
|
21
|
-
If the plan changes, update the checklist. Keep it current — it is your source of
|
|
22
|
-
truth for what remains; once the conversation gets long, re-read it before starting
|
|
23
|
-
each step.
|
|
1
|
+
# Antigravity CLI (`agy`) Tool Mapping
|
|
2
|
+
|
|
3
|
+
Skills speak in actions ("dispatch a subagent", "create a todo", "read a file"). On the Antigravity CLI (`agy`) these resolve to the tools below.
|
|
4
|
+
|
|
5
|
+
| Action skills request | Antigravity CLI equivalent |
|
|
6
|
+
|----------------------|----------------------|
|
|
7
|
+
| Dispatch a subagent (`Subagent (general-purpose):` template) | `invoke_subagent` with a built-in `TypeName` — `self` for full-capability work, `research` for read-only |
|
|
8
|
+
| Task tracking ("create a todo", "mark complete") | a **task artifact** — `write_to_file` with `IsArtifact: true` and `ArtifactType: "task"` (see [Task tracking](#task-tracking)). **Not** `manage_task`, which manages background processes. |
|
|
9
|
+
|
|
10
|
+
## Task tracking
|
|
11
|
+
|
|
12
|
+
Antigravity has **no todo tool** (`manage_task` manages background
|
|
13
|
+
processes — `list`/`kill`/`status`/`send_input` — it is *not* a checklist). When a
|
|
14
|
+
skill says to create a todo list or track tasks, maintain a **task artifact**: a
|
|
15
|
+
markdown checklist saved with `write_to_file` (`IsArtifact: true`,
|
|
16
|
+
`ArtifactMetadata.ArtifactType: "task"`), edited with `replace_file_content` /
|
|
17
|
+
`multi_replace_file_content` as you go.
|
|
18
|
+
|
|
19
|
+
At the start of any multi-step task, create the task artifact listing every step of
|
|
20
|
+
your plan. As you complete each step, edit the artifact to mark it done (`- [x]`).
|
|
21
|
+
If the plan changes, update the checklist. Keep it current — it is your source of
|
|
22
|
+
truth for what remains; once the conversation gets long, re-read it before starting
|
|
23
|
+
each step.
|