AGENTS.md Β· diff

git:20260818.6fe51c1 to git:20260824.3625a0d

0 added, 18 removed. Audit A to A.

# Skills monorepo β€” agent instructions
**πŸ‘‰ Read [`KICKOFF.md`](./KICKOFF.md) first** when continuing extraction work.
## Linear tracking (non-negotiable)
No factory. **[extracted-skills](https://linear.app/off-brand-studio/project/extracted-skills-4d7c79e03387) is Completed** β€” do not file there.
Each pack is its own Linear `Tool` project. If none exists, run `linear-setup` on that pack before non-trivial work (create project + `<pack>/CLAUDE.md`).
Live:
- `linear-methodology/` β†’ **[Linear](https://linear.app/off-brand-studio/project/linear-9633010d001a)**
- `orchestrator/` β†’ **[Orchestrator](https://linear.app/off-brand-studio/project/orchestrator-e850288469eb)**
- Search before create. Non-trivial work β†’ issue + milestone on **that pack’s project**.
- `Backlog` β†’ `In Progress` at start β†’ `Done` when shipped (merged, dogfood logged).
- Close the loop before session end.
- Prefer Linear branch names.
## Conventions
- One folder per pack; mirror `linear-methodology/` layout.
- Always commit meaningful units.
- Dogfood before calling a pack v1.
- Socials is reference material, not the place to land skill source of truth.
-
- ## Parallel agents (worktrees)
-
- When β‰₯2 agents touch this repo, isolate β€” do not share one working tree.
-
- 1. **Own branch + worktree** off `main` (prefer Linear branch name when tracked). Cloud agents already branch; still use worktrees for parallel local agents.
- 2. **Share env:** `bash scripts/worktree.sh setup` (this repo’s `worktree.share` is intentionally empty).
- 3. **Own preview** if any β€” auto-port; stop when done.
- 4. **Claim** the pack/files you own; clear when landed.
- 5. **Land from main:** `bash scripts/worktree.sh land <branch>` then push (or PR).
- 6. **Teardown:** `bash scripts/worktree.sh teardown ../skills-<slug> <branch>`.
-
- Status line on every agent message:
-
- `πŸ”Œ <branch> Β· <one-line task> Β· <preview URL or n/a>`
-
- Pack source: [`agent-worktrees/`](./agent-worktrees/).
-