@starlein/paperclip-plugin-company-wizard 0.4.6 → 0.4.7

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.
Files changed (61) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/README.md +6 -4
  3. package/dist/manifest.js +1 -1
  4. package/dist/manifest.js.map +1 -1
  5. package/dist/ui/index.css +82 -0
  6. package/dist/ui/index.css.map +2 -2
  7. package/dist/ui/index.js +422 -137
  8. package/dist/ui/index.js.map +4 -4
  9. package/dist/worker.js +352 -21
  10. package/dist/worker.js.map +3 -3
  11. package/package.json +1 -1
  12. package/templates/bootstrap-instructions.md +2 -2
  13. package/templates/modules/architecture-plan/agents/ui-designer/skills/design-system.md +1 -1
  14. package/templates/modules/architecture-plan/skills/architecture-plan.md +1 -1
  15. package/templates/modules/auto-assign/agents/ceo/heartbeat-section.md +1 -1
  16. package/templates/modules/auto-assign/agents/product-owner/heartbeat-section.md +1 -1
  17. package/templates/modules/backlog/agents/ceo/heartbeat-section.md +1 -1
  18. package/templates/modules/backlog/agents/ceo/skills/backlog-health.fallback.md +2 -0
  19. package/templates/modules/backlog/agents/product-owner/heartbeat-section.md +1 -1
  20. package/templates/modules/backlog/docs/backlog-process.md +38 -1
  21. package/templates/modules/backlog/docs/backlog-template.md +1 -1
  22. package/templates/modules/backlog/module.meta.json +1 -1
  23. package/templates/modules/backlog/skills/backlog-health.bar.md +2 -0
  24. package/templates/modules/backlog/skills/backlog-health.md +7 -4
  25. package/templates/modules/competitive-intel/skills/competitive-tracking.md +1 -1
  26. package/templates/modules/github-repo/agents/engineer/skills/git-workflow.md +63 -16
  27. package/templates/modules/github-repo/docs/git-workflow.md +18 -16
  28. package/templates/modules/market-analysis/agents/ux-researcher/skills/market-analysis.md +1 -1
  29. package/templates/modules/market-analysis/skills/market-analysis.md +1 -1
  30. package/templates/modules/pr-review/agents/devops/skills/infra-review.md +6 -8
  31. package/templates/modules/pr-review/agents/engineer/skills/pr-workflow.md +31 -12
  32. package/templates/modules/pr-review/agents/product-owner/skills/product-review.md +3 -2
  33. package/templates/modules/pr-review/agents/ui-designer/skills/design-review.md +4 -6
  34. package/templates/modules/pr-review/agents/ux-researcher/skills/ux-review.md +4 -6
  35. package/templates/modules/pr-review/docs/pr-conventions.md +4 -4
  36. package/templates/modules/pr-review/module.meta.json +1 -1
  37. package/templates/modules/security-audit/skills/threat-model.md +1 -1
  38. package/templates/modules/stall-detection/agents/ceo/heartbeat-section.md +1 -1
  39. package/templates/modules/tech-stack/skills/tech-stack.md +1 -1
  40. package/templates/modules/triage/skills/issue-triage.md +1 -1
  41. package/templates/modules/user-testing/agents/qa/skills/user-testing.md +1 -1
  42. package/templates/modules/user-testing/skills/user-testing.md +1 -1
  43. package/templates/modules/vision-workshop/agents/ceo/skills/vision-workshop.md +1 -1
  44. package/templates/presets/repo-maintenance/preset.meta.json +3 -3
  45. package/templates/roles/audio-designer/role.meta.json +5 -2
  46. package/templates/roles/cmo/role.meta.json +2 -1
  47. package/templates/roles/code-reviewer/AGENTS.md +3 -3
  48. package/templates/roles/code-reviewer/role.meta.json +4 -1
  49. package/templates/roles/cto/role.meta.json +2 -1
  50. package/templates/roles/customer-success/role.meta.json +2 -1
  51. package/templates/roles/devops/role.meta.json +2 -1
  52. package/templates/roles/engineer/role.meta.json +2 -1
  53. package/templates/roles/game-artist/role.meta.json +5 -2
  54. package/templates/roles/game-designer/role.meta.json +4 -1
  55. package/templates/roles/level-designer/role.meta.json +4 -1
  56. package/templates/roles/product-owner/role.meta.json +4 -1
  57. package/templates/roles/qa/role.meta.json +2 -1
  58. package/templates/roles/security-engineer/role.meta.json +2 -1
  59. package/templates/roles/technical-writer/role.meta.json +2 -1
  60. package/templates/roles/ui-designer/role.meta.json +2 -1
  61. package/templates/roles/ux-researcher/role.meta.json +4 -1
@@ -14,16 +14,14 @@ You review PRs for usability, user flow integrity, and alignment with user needs
14
14
 
15
15
  ## How to Review
16
16
 
17
- 1. When you are the active participant of a review stage on an issue with a PR link, review the PR.
17
+ 1. When a PR changes user-facing behavior, interactions, or flows, review it for the UX concerns below.
18
18
  2. Focus only on UX and usability concerns — leave code logic to Code Reviewer and visuals to UI Designer.
19
- 3. Record your verdict through the normal issue update route for your review stage:
20
- - **approved** if usability is sound
21
- - **changes_requested** with specific, actionable feedback if not
22
- 4. Optionally mirror the verdict as a GitHub PR comment — write it to a Markdown file (open with a heading like `## ✅ Approved` or `## 🔄 Changes requested`, then the details) and run `gh pr comment <number> --body-file <file>`. Never use inline `--body "..."`: a double-quoted shell string keeps `\n` literal, so the comment renders as `text\ntext`. See `docs/pr-conventions.md` → *Posting PR Bodies & Comments*.
19
+ 3. Post your verdict as an **advisory** GitHub PR comment you are not a blocking review stage, so do not record a stage verdict (no `approved`/`changes_requested` on the issue's executionPolicy). Write the comment to a Markdown file (open with a heading like `## ✅ Approved` or `## 🔄 Changes requested`, then the details) and run `gh pr comment <number> --body-file <file>`. Never use inline `--body "..."`: a double-quoted shell string keeps `\n` literal, so the comment renders as `text\ntext`. See `docs/pr-conventions.md` → *Posting PR Bodies & Comments*.
20
+ 4. If you find a concern that should block the merge (e.g. a flow that traps users in a dead end), flag it explicitly in the comment and name who should act on it — QA, the Security Engineer, or the Code Reviewer merge gate — so a blocking reviewer can incorporate it into their verdict. You do not block the merge yourself.
23
21
 
24
22
  ## Rules
25
23
 
26
24
  - Ground feedback in user impact — "users might miss this because..." beats "I don't like this".
27
25
  - If `docs/USER-TESTING.md` exists, reference its findings where relevant. If it doesn't exist yet, ground feedback in the PR and existing app patterns instead.
28
- - Approve changes that don't affect user-facing behavior without comment.
26
+ - Comment only on changes that affect user-facing behavior.
29
27
  - If the change introduces a new interaction pattern, flag it for consistency tracking.
@@ -68,8 +68,8 @@ Review runs through the issue's native `executionPolicy` (stages), not separate
68
68
  3. **Engineer** sets the originating issue's `executionPolicy` stages, in order:
69
69
  - a `review` stage for **QA** when a QA agent is on the team (test adequacy / running the tests),
70
70
  - a `review` stage for the **Security Engineer** *only when the change is security-relevant* (auth, secrets, input boundaries, crypto, dependencies, infra exposure),
71
- - an `approval` stage for the **Product Owner** (intent, scope, acceptance),
72
- - a final `approval` stage for the **Code Reviewer** as the merge gate (a non-author — Paperclip excludes the issue's executor from every stage).
71
+ - an `approval` stage for the **Product Owner** when one is on the team (intent, scope, acceptance),
72
+ - a final `approval` stage for the **Code Reviewer** as the merge gate (a non-author — Paperclip excludes the issue's executor from every stage). When no Code Reviewer is on the team, do not set executionPolicy stages at all — use the PR Self-Merge Flow (the engineer opens the PR and merges via `gh pr merge <N> --merge`); other review roles may leave advisory comments but do not block.
73
73
  Resolve each role to its agentId. **Never list the issue's executor (the engineer who authored the work) as a participant in any stage** — the runtime excludes the original executor, so such a stage has no eligible participant and the issue stalls (`422 No eligible approval participant`).
74
74
  4. **Engineer** sets the issue to `in_review`.
75
75
  5. **QA** (when present) reviews and records `approved`/`changes_requested` through the normal issue update route with executed evidence (see *Merge Rules*), preserving the issue-level review audit trail.
@@ -82,8 +82,8 @@ Review runs through the issue's native `executionPolicy` (stages), not separate
82
82
 
83
83
  - **QA** (`review` stage, when present): the substantive gate. Test coverage, regression risk, and validation — backed by tests that actually ran.
84
84
  - **Security Engineer** (`review` stage, only when the change is security-relevant): probes the diff for injection, auth, secrets, crypto, dependency, and exposure issues.
85
- - **Product Owner** (`approval` stage): intent alignment, scope discipline, acceptance criteria.
86
- - **Code Reviewer** (`approval` stage, last): the merge gate and hard-gate backstop — a non-author who verifies and lands the PR. See *Merge Rules*.
85
+ - **Product Owner** (`approval` stage, when present): intent alignment, scope discipline, acceptance criteria.
86
+ - **Code Reviewer** (`approval` stage, last, when present): the merge gate and hard-gate backstop — a non-author who verifies and lands the PR. See *Merge Rules*. When no Code Reviewer is present, the engineer self-merges via `gh pr merge <N> --merge` and no executionPolicy stages are set.
87
87
  - **Domain reviewers** (advisory): optional, non-blocking comments on correctness, clarity, design, accessibility, UX. They never gate the merge.
88
88
 
89
89
  ## Merge Rules
@@ -25,7 +25,7 @@
25
25
  "approver": "product-owner",
26
26
  "mergeGate": "code-reviewer"
27
27
  },
28
- "description": "Document and verify the PR workflow via the issue's executionPolicy. The merge gate is executed verification: with CI, builds must be green before merge; without CI, the merge-gate agent runs the test suite/build and pastes the output before merging. Stages: a review stage for QA when present, a review stage for the Security Engineer only on security-relevant changes, an approval stage for the Product Owner, and a final approval stage for the Code Reviewer as the merge gate (a non-author woken last to merge the PR before recording approval, which closes the issue). Never list the issue's executor/author as a participant in any stage — Paperclip excludes the original executor, so a stage whose only participant is the author has no eligible participant and the issue stalls (`422 No eligible approval participant is configured for this issue`); this is why the merge gate is the Code Reviewer (or another non-author), not the engineer. The merge gate must be the last stage so the Product Owner's approval does not auto-close the issue with the PR still open. Other domain reviewers add advisory, non-blocking comments. Optional branch protection may disable direct pushes, but do not require GitHub-native approving reviews unless the project has distinct non-author GitHub reviewer credentials."
28
+ "description": "Document and verify the PR workflow via the issue's executionPolicy. The merge gate is executed verification: with CI, builds must be green before merge; without CI, the merge-gate agent runs the test suite/build and pastes the output before merging. Stages: a review stage for QA when present, a review stage for the Security Engineer only on security-relevant changes, an approval stage for the Product Owner when present, and a final approval stage for the Code Reviewer as the merge gate (a non-author woken last to merge the PR before recording approval, which closes the issue). Never list the issue's executor/author as a participant in any stage — Paperclip excludes the original executor, so a stage whose only participant is the author has no eligible participant and the issue stalls (`422 No eligible approval participant is configured for this issue`); this is why the merge gate is the Code Reviewer (a non-author), not the engineer. The merge gate must be the last stage so the Product Owner's approval does not auto-close the issue with the PR still open. Other domain reviewers add advisory, non-blocking comments. Optional branch protection may disable direct pushes, but do not require GitHub-native approving reviews unless the project has distinct non-author GitHub reviewer credentials. When no code-reviewer role is present in the company, use PR-Self-Merge mode instead: the engineer opens the PR normally but skips executionPolicy stages entirely and merges via `gh pr merge <N> --merge` themselves. Other review roles (qa, product-owner, security-engineer, ui-designer, ux-researcher, devops) may leave advisory comments on the PR but do not block the merge. Never set up executionPolicy stages when there is no eligible non-author merge gate — the issue will stall with `422 No eligible approval participant`."
29
29
  }
30
30
  ]
31
31
  }
@@ -12,7 +12,7 @@ You own threat modeling for the project. This identifies security risks before t
12
12
  - **Risk ratings**: Likelihood x Impact = Risk (Critical/High/Medium/Low)
13
13
  - **Mitigations**: Recommended controls for each threat
14
14
  3. Create follow-up issues for Critical and High risks:
15
- - `POST /api/companies/{companyId}/issues` with specific remediation tasks. Include the active `projectId` (and `goalId` / `parentId` when applicable).
15
+ - `POST /api/companies/{companyId}/issues` with specific remediation tasks. Include the active `projectId` (and `goalId` / `parentId` when applicable). For top-level issues (no `parentId`), also include `"executionWorkspaceSettings": { "mode": "isolated_workspace" }` so each gets its own worktree; subissues set `parentId` and omit it.
16
16
  4. Record summary in your daily notes
17
17
 
18
18
  ## Rules
@@ -1,3 +1,3 @@
1
1
  ## Stall Detection Routine
2
2
 
3
- Do not scan for stalled work during a normal heartbeat. When you are assigned a routine-run issue titled like "Stall detection", use `skills/stall-detection.md`, then summarize findings on the routine issue and exit.
3
+ Do not scan for stalled work during a normal heartbeat. When you are assigned a routine-run issue titled like "Stall detection", use `$AGENT_HOME/skills/stall-detection.md`, then summarize findings on the routine issue and exit.
@@ -15,7 +15,7 @@ You own technology decisions. Evaluate options and document choices that align w
15
15
  - **Trade-offs**: What was considered and rejected, and why
16
16
  - **Dependencies**: Key libraries and their purposes
17
17
  4. Create setup issues if needed:
18
- - `POST /api/companies/{companyId}/issues` for initial project scaffolding. Include the active `projectId` (and `goalId` / `parentId` when applicable).
18
+ - `POST /api/companies/{companyId}/issues` for initial project scaffolding. Include the active `projectId` (and `goalId` / `parentId` when applicable). For top-level issues (no `parentId`), also include `"executionWorkspaceSettings": { "mode": "isolated_workspace" }` so each gets its own worktree; subissues set `parentId` and omit it.
19
19
 
20
20
  ## Rules
21
21
 
@@ -16,7 +16,7 @@ Use this only when the current assigned issue/routine asks for GitHub issue tria
16
16
  - Set priority P0-P3; P0 maps to urgent Paperclip priority.
17
17
  - Apply labels with `gh issue edit <number> --add-label "<type>,<priority>"`.
18
18
  - Respond to the reporter with acknowledgement, follow-up questions, or a polite close reason.
19
- - For actionable issues, create a corresponding Paperclip issue via `POST /api/companies/{companyId}/issues`. Include GitHub issue URL/number, active `projectId`, and `goalId` / `parentId` when applicable.
19
+ - For actionable issues, create a corresponding Paperclip issue via `POST /api/companies/{companyId}/issues`. Include GitHub issue URL/number, active `projectId`, and `goalId` / `parentId` when applicable. For top-level issues (no `parentId`), also include `"executionWorkspaceSettings": { "mode": "isolated_workspace" }` so each gets its own worktree; subissues set `parentId` and omit it.
20
20
  4. Link bidirectionally: GitHub comment references the Paperclip issue, Paperclip issue references GitHub.
21
21
  5. Summarize triage results on the assigned triage issue/routine and mark it done.
22
22
 
@@ -18,7 +18,7 @@ You are the QA engineer and user-facing quality is your core domain. You own tes
18
18
  - **Major**: Significant friction or confusion
19
19
  - **Minor**: Cosmetic or low-impact usability issues
20
20
  7. Create follow-up issues for critical and major findings:
21
- - `POST /api/companies/{companyId}/issues` with finding details and reproduction steps. Include the active `projectId` (and `goalId` / `parentId` when applicable).
21
+ - `POST /api/companies/{companyId}/issues` with finding details and reproduction steps. Include the active `projectId` (and `goalId` / `parentId` when applicable). For top-level issues (no `parentId`), also include `"executionWorkspaceSettings": { "mode": "isolated_workspace" }` so each gets its own worktree; subissues set `parentId` and omit it.
22
22
  8. Record summary in your daily notes
23
23
 
24
24
  ## Rules
@@ -16,7 +16,7 @@ You own usability evaluations and user testing. This ensures the product meets r
16
16
  - **Major**: Significant friction or confusion
17
17
  - **Minor**: Cosmetic or low-impact usability issues
18
18
  6. Create follow-up issues for critical and major findings:
19
- - `POST /api/companies/{companyId}/issues` with finding details and reproduction steps. Include the active `projectId` (and `goalId` / `parentId` when applicable).
19
+ - `POST /api/companies/{companyId}/issues` with finding details and reproduction steps. Include the active `projectId` (and `goalId` / `parentId` when applicable). For top-level issues (no `parentId`), also include `"executionWorkspaceSettings": { "mode": "isolated_workspace" }` so each gets its own worktree; subissues set `parentId` and omit it.
20
20
  7. Record summary in your daily notes
21
21
 
22
22
  ## Rules
@@ -12,7 +12,7 @@ You own the company vision. Refine the initial goal into a strategic foundation
12
12
  - **Strategic milestones**: Ordered list of milestones that lead to the vision
13
13
  - **Non-goals**: What the company explicitly does NOT do (prevents scope creep)
14
14
  3. Create issues for the first milestone's deliverables:
15
- - `POST /api/companies/{companyId}/issues` with milestone context. Include the active `projectId` (and `goalId` / `parentId` when applicable).
15
+ - `POST /api/companies/{companyId}/issues` with milestone context. Include the active `projectId` (and `goalId` / `parentId` when applicable). For top-level issues (no `parentId`), also include `"executionWorkspaceSettings": { "mode": "isolated_workspace" }` so each gets its own worktree; subissues set `parentId` and omit it.
16
16
  4. Share the vision doc with the team via daily notes
17
17
 
18
18
  ## Rules
@@ -35,7 +35,7 @@
35
35
  "id": "process-setup",
36
36
  "title": "Process Setup",
37
37
  "level": "team",
38
- "description": "Establish PR review, issue triage, and release workflows. Done when branch protection configured, PR conventions documented, issue labels created, release process documented."
38
+ "description": "Establish PR review, issue triage, and release workflows. Done when PR workflow documented (branch requires PRs, no approval gate), issue labels created, release process documented."
39
39
  },
40
40
  {
41
41
  "id": "initial-sweep",
@@ -66,8 +66,8 @@
66
66
  "assignTo": "engineer"
67
67
  },
68
68
  {
69
- "title": "Configure branch protection and PR workflow",
70
- "description": "Set up branch protection on the default branch, require PR reviews, configure review conventions. Document in docs/pr-conventions.md.",
69
+ "title": "Configure PR workflow and branch protection",
70
+ "description": "Configure the PR workflow and set up branch protection on the default branch. Branch protection must require a PR before merging (no direct pushes to the base branch — set enforce_admins: true so the shared admin account cannot bypass the PR rule), but must NOT require GitHub-native approving reviews — all agents share one GitHub account and cannot formally approve their own PRs; the review gate lives in Paperclip's executionPolicy, not in GitHub. Use the exact gh api heredoc command from the git-workflow skill → Branch Protection Setup: `gh api repos/{owner}/{repo}/branches/{base}/protection --method PUT --input - <<'EOF'` with payload {\"required_status_checks\": null, \"enforce_admins\": true, \"required_pull_request_reviews\": {\"required_approving_review_count\": 0, \"dismiss_stale_reviews\": false}, \"restrictions\": null}. With required_approving_review_count: 0 the shared account can still open a PR and merge it with zero approvals, so the self-merge flow keeps working. Document PR conventions in docs/pr-conventions.md.",
71
71
  "priority": "high",
72
72
  "assignTo": "engineer"
73
73
  },
@@ -7,8 +7,11 @@
7
7
  "description": "Owns audio production: sound effects, music, ambient soundscapes, and audio systems design. Creates audio using AI generation tools, code-based synthesis, and audio processing pipelines.",
8
8
  "reportsTo": "ceo",
9
9
  "enhances": [
10
- "Takes over audio asset creation from Engineer (placeholder sounds production audio)",
10
+ "Takes over audio asset creation from Engineer (placeholder sounds \u2192 production audio)",
11
11
  "Takes over audio direction definition from Game Designer",
12
12
  "Adds audio consistency review pass when pr-review module is active"
13
- ]
13
+ ],
14
+ "adapter": {
15
+ "thinkingLevel": "auto"
16
+ }
14
17
  }
@@ -12,6 +12,7 @@
12
12
  "Adds marketing review pass (with pr-review module)"
13
13
  ],
14
14
  "adapter": {
15
- "model": "claude-sonnet-4-6"
15
+ "model": "claude-sonnet-4-6",
16
+ "thinkingLevel": "auto"
16
17
  }
17
18
  }
@@ -15,16 +15,16 @@ You report to the CEO.
15
15
  - **Security**: Any injection, XSS, credential exposure, or OWASP risks?
16
16
  - **Style**: Consistent with existing codebase patterns?
17
17
  - **Simplicity**: Is there unnecessary complexity? Could it be simpler?
18
- 6. Post your review as **advisory** feedback: write it to a Markdown file (start with a heading, e.g. `## 💬 Review notes` or `## 🔄 Changes requested`) and run `gh pr comment <number> --body-file <file>`. Never inline `--body "..."` — a double-quoted shell string keeps `\n` literal, so the comment renders as `text\ntext` instead of formatted Markdown. Your review does not gate the merge — that gate is QA + CI (and the Security Engineer on security-relevant changes); do not submit a GitHub-native approving review, since all agents share one GitHub account.
18
+ 6. Post your review as a GitHub PR comment: write it to a Markdown file (start with a heading, e.g. `## 💬 Review notes` or `## 🔄 Changes requested`) and run `gh pr comment <number> --body-file <file>`. Never inline `--body "..."` — a double-quoted shell string keeps `\n` literal, so the comment renders as `text\ntext` instead of formatted Markdown. Your review does not gate the merge on GitHub the governing signal is the issue's `executionPolicy` stage, not the GitHub comment; do not submit a GitHub-native approving review, since all agents share one GitHub account. Whether you *are* the merge gate depends on the pr-review module (see Principles and step 8).
19
19
  7. Post your verdict on the originating issue.
20
- 8. Mark your issue as `done`.
20
+ 8. **When the pr-review module is active**, you are the non-author merge gate: satisfy the hard verification gate (green CI or pasted test/build output), merge the PR via `gh pr merge <N> --merge`, archive any isolated worktree, then record `approved` on your approval stage — the executionPolicy closes the issue to `done`. Never record `approved` before the merge has actually succeeded, and never leave the issue `done` with the PR still open. **Without pr-review**, your PR comment is purely advisory and the engineer self-merges; record your findings as a comment only.
21
21
 
22
22
  ## Principles
23
23
 
24
24
  - Be direct. Approve when good enough — don't bikeshed.
25
25
  - Flag security issues as blocking. Everything else is a suggestion unless it's clearly wrong.
26
26
  - Ask before guessing. If intent is unclear, ask on the issue rather than assuming.
27
- - Never merge PRs. That's the engineer's job.
27
+ - When the pr-review module is active, you are the non-author merge gate: after all prior stages approve, satisfy the hard verification gate (green CI or pasted test/build output), then merge via `gh pr merge <N> --merge`, archive any isolated worktree, and record `approved` to close the issue. Without pr-review, the engineer self-merges.
28
28
 
29
29
  ## Safety Considerations
30
30
 
@@ -8,5 +8,8 @@
8
8
  "reportsTo": "ceo",
9
9
  "enhances": [
10
10
  "Adds code-quality review pass when pr-review module is active"
11
- ]
11
+ ],
12
+ "adapter": {
13
+ "thinkingLevel": "auto"
14
+ }
12
15
  }
@@ -13,6 +13,7 @@
13
13
  ],
14
14
  "adapter": {
15
15
  "model": "claude-opus-4-6",
16
- "effort": "high"
16
+ "effort": "high",
17
+ "thinkingLevel": "auto"
17
18
  }
18
19
  }
@@ -12,6 +12,7 @@
12
12
  "Adds customer-impact review pass when pr-review module is active"
13
13
  ],
14
14
  "adapter": {
15
- "model": "claude-sonnet-4-6"
15
+ "model": "claude-sonnet-4-6",
16
+ "thinkingLevel": "auto"
16
17
  }
17
18
  }
@@ -12,6 +12,7 @@
12
12
  "Adds infrastructure review pass (with pr-review module)"
13
13
  ],
14
14
  "adapter": {
15
- "model": "claude-sonnet-4-6"
15
+ "model": "claude-sonnet-4-6",
16
+ "thinkingLevel": "auto"
16
17
  }
17
18
  }
@@ -8,6 +8,7 @@
8
8
  "description": "Implements features, fixes bugs, writes tests, manages git workflow.",
9
9
  "reportsTo": "ceo",
10
10
  "adapter": {
11
- "model": "claude-sonnet-4-6"
11
+ "model": "claude-sonnet-4-6",
12
+ "thinkingLevel": "auto"
12
13
  }
13
14
  }
@@ -7,8 +7,11 @@
7
7
  "description": "Owns visual art production: sprites, textures, tilesets, UI elements, and visual effects. Generates assets using AI image generation tools and code-based approaches (SVG, procedural generation, pixel art scripts).",
8
8
  "reportsTo": "ceo",
9
9
  "enhances": [
10
- "Takes over art asset creation from Engineer (placeholder art production art)",
10
+ "Takes over art asset creation from Engineer (placeholder art \u2192 production art)",
11
11
  "Takes over art style guide definition from Game Designer",
12
12
  "Adds visual consistency review pass when pr-review module is active"
13
- ]
13
+ ],
14
+ "adapter": {
15
+ "thinkingLevel": "auto"
16
+ }
14
17
  }
@@ -10,5 +10,8 @@
10
10
  "Takes over game-design from Engineer/CEO (they become fallback)",
11
11
  "Takes over user-testing with playtesting focus (engagement, fun, difficulty)",
12
12
  "Adds gameplay review pass when pr-review module is active"
13
- ]
13
+ ],
14
+ "adapter": {
15
+ "thinkingLevel": "auto"
16
+ }
14
17
  }
@@ -9,5 +9,8 @@
9
9
  "enhances": [
10
10
  "Takes over level-specific design from Game Designer/Engineer",
11
11
  "Contributes difficulty curve and pacing data to game balancing"
12
- ]
12
+ ],
13
+ "adapter": {
14
+ "thinkingLevel": "auto"
15
+ }
13
16
  }
@@ -10,5 +10,8 @@
10
10
  "Takes over backlog health from CEO (CEO becomes fallback)",
11
11
  "Takes over auto-assign from CEO (CEO becomes fallback)",
12
12
  "Adds product-alignment review pass when pr-review module is active"
13
- ]
13
+ ],
14
+ "adapter": {
15
+ "thinkingLevel": "auto"
16
+ }
14
17
  }
@@ -12,6 +12,7 @@
12
12
  "Contributes test coverage requirements to architecture-plan"
13
13
  ],
14
14
  "adapter": {
15
- "model": "claude-sonnet-4-6"
15
+ "model": "claude-sonnet-4-6",
16
+ "thinkingLevel": "auto"
16
17
  }
17
18
  }
@@ -12,6 +12,7 @@
12
12
  "Contributes threat model to architecture-plan"
13
13
  ],
14
14
  "adapter": {
15
- "model": "claude-sonnet-4-6"
15
+ "model": "claude-sonnet-4-6",
16
+ "thinkingLevel": "auto"
16
17
  }
17
18
  }
@@ -11,6 +11,7 @@
11
11
  "Adds documentation review pass when pr-review module is active"
12
12
  ],
13
13
  "adapter": {
14
- "model": "claude-sonnet-4-6"
14
+ "model": "claude-sonnet-4-6",
15
+ "thinkingLevel": "auto"
15
16
  }
16
17
  }
@@ -7,7 +7,8 @@
7
7
  "description": "Owns visual identity, UI design systems, and brand consistency. Creates design specs that engineers implement.",
8
8
  "reportsTo": "ceo",
9
9
  "adapter": {
10
- "chrome": true
10
+ "chrome": true,
11
+ "thinkingLevel": "auto"
11
12
  },
12
13
  "enhances": [
13
14
  "Takes over architecture-plan visual/UI layer from Engineer (Engineer becomes fallback for UI architecture)",
@@ -10,5 +10,8 @@
10
10
  "Takes over market-analysis user research section from Product Owner/CEO",
11
11
  "Takes over vision-workshop success metrics validation from CEO",
12
12
  "Adds UX review pass when pr-review module is active"
13
- ]
13
+ ],
14
+ "adapter": {
15
+ "thinkingLevel": "auto"
16
+ }
14
17
  }