create-merlin-brain 5.0.2 → 5.3.2
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/README.md +25 -4
- package/bin/install.cjs +95 -0
- package/dist/server/server.d.ts.map +1 -1
- package/dist/server/server.js +75 -0
- package/dist/server/server.js.map +1 -1
- package/dist/server/tools/context.d.ts.map +1 -1
- package/dist/server/tools/context.js +60 -0
- package/dist/server/tools/context.js.map +1 -1
- package/dist/server/tools/project-picture.d.ts +17 -0
- package/dist/server/tools/project-picture.d.ts.map +1 -0
- package/dist/server/tools/project-picture.js +204 -0
- package/dist/server/tools/project-picture.js.map +1 -0
- package/dist/server/tools/types.d.ts +24 -0
- package/dist/server/tools/types.d.ts.map +1 -1
- package/files/agents/challenger-academic.md +8 -0
- package/files/agents/challenger-arbiter.md +8 -0
- package/files/agents/challenger-insider.md +8 -0
- package/files/agents/code-organization-supervisor.md +8 -0
- package/files/agents/codex-planner.md +36 -9
- package/files/agents/context-guardian.md +8 -0
- package/files/agents/docs-keeper.md +8 -0
- package/files/agents/dry-refactor.md +8 -0
- package/files/agents/elite-code-refactorer.md +8 -0
- package/files/agents/hardening-guard.md +8 -0
- package/files/agents/implementation-dev.md +8 -0
- package/files/agents/merlin-access-control-reviewer.md +8 -0
- package/files/agents/merlin-api-designer.md +8 -0
- package/files/agents/merlin-codebase-mapper.md +8 -0
- package/files/agents/merlin-debugger.md +8 -0
- package/files/agents/merlin-dependency-auditor.md +8 -0
- package/files/agents/merlin-edge-case-hunter.md +8 -0
- package/files/agents/merlin-executor.md +8 -0
- package/files/agents/merlin-frontend.md +8 -0
- package/files/agents/merlin-input-validator.md +8 -0
- package/files/agents/merlin-integration-checker.md +8 -0
- package/files/agents/merlin-migrator.md +8 -0
- package/files/agents/merlin-milestone-auditor.md +8 -0
- package/files/agents/merlin-party-review.md +8 -0
- package/files/agents/merlin-performance.md +8 -0
- package/files/agents/merlin-planner.md +9 -1
- package/files/agents/merlin-researcher.md +8 -0
- package/files/agents/merlin-reviewer.md +8 -0
- package/files/agents/merlin-sast-reviewer.md +8 -0
- package/files/agents/merlin-secret-scanner.md +8 -0
- package/files/agents/merlin-security.md +8 -0
- package/files/agents/merlin-verifier.md +8 -0
- package/files/agents/merlin-work-verifier.md +8 -0
- package/files/agents/merlin.md +8 -0
- package/files/agents/ops-railway.md +8 -0
- package/files/agents/orchestrator-retrofit.md +8 -0
- package/files/agents/product-spec.md +8 -0
- package/files/agents/remotion.md +8 -0
- package/files/agents/system-architect.md +8 -0
- package/files/agents/tests-qa.md +8 -0
- package/files/commands/merlin/course-correct.md +8 -0
- package/files/commands/merlin/design-audit.md +92 -0
- package/files/commands/merlin/health.md +8 -0
- package/files/commands/merlin/next.md +8 -0
- package/files/commands/merlin/optimize.md +89 -0
- package/files/commands/merlin/polish.md +99 -0
- package/files/commands/merlin/quick.md +8 -0
- package/files/commands/merlin/readiness-gate.md +8 -0
- package/files/commands/merlin/redesign.md +108 -0
- package/files/loop/README.md +11 -0
- package/files/merlin/skills/SKILLS-INDEX.md +16 -1
- package/files/merlin/skills/TASK-OPTIMIZER.json +310 -0
- package/files/merlin/skills/coding/focus-mode.md +8 -0
- package/files/merlin/skills/design/emil-design-eng.md +31 -0
- package/files/merlin/skills/design/impeccable.md +36 -0
- package/files/merlin/skills/duo/offer.md +20 -7
- package/files/merlin/skills/duo/on.md +26 -17
- package/files/merlin/skills/duo/status.md +10 -3
- package/files/merlin/templates/DEBUG.md +11 -0
- package/files/merlin/templates/UAT.md +11 -0
- package/files/merlin/templates/phase-prompt.md +11 -0
- package/files/merlin/templates/project.md +11 -0
- package/files/merlin/templates/requirements.md +11 -0
- package/files/merlin/templates/roadmap.md +11 -0
- package/files/merlin/templates/state.md +11 -0
- package/files/merlin/templates/verification-report.md +11 -0
- package/files/merlin/workflows/execute-phase.md +11 -0
- package/files/merlin/workflows/plan-phase.md +11 -0
- package/files/merlin/workflows/progress.md +11 -0
- package/files/merlin/workflows/resume-project.md +11 -0
- package/files/merlin/workflows/verify-phase.md +11 -0
- package/files/merlin/workflows/verify-work.md +11 -0
- package/files/merlin-system-prompt.txt +35 -1
- package/files/rules/codex-routing.md +19 -0
- package/files/rules/duo-routing.md +109 -10
- package/files/rules/merlin-routing.md +40 -0
- package/files/scripts/codex-as.sh +5 -2
- package/files/scripts/design-intent-detect.sh +8 -0
- package/files/scripts/duo-badge.sh +3 -5
- package/files/scripts/duo-installed.sh +3 -3
- package/files/scripts/duo-mode-read.sh +30 -10
- package/files/scripts/duo-mode-write.sh +28 -3
- package/files/scripts/duo-pre-route.sh +2 -8
- package/files/scripts/install-design-skills.sh +86 -0
- package/files/scripts/merlin-codex.sh +9 -4
- package/files/scripts/task-optimize.sh +335 -0
- package/package.json +1 -1
|
@@ -9,6 +9,14 @@ effort: medium
|
|
|
9
9
|
permissionMode: bypassPermissions
|
|
10
10
|
maxTurns: 80
|
|
11
11
|
memory: user
|
|
12
|
+
provenance:
|
|
13
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
14
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
15
|
+
upstream_commit: 285bad4
|
|
16
|
+
license: MIT
|
|
17
|
+
license_verification: pending
|
|
18
|
+
adapted: "2026-03-14"
|
|
19
|
+
changes: added <critical_actions> hard-constraint block
|
|
12
20
|
---
|
|
13
21
|
|
|
14
22
|
<role>
|
|
@@ -8,6 +8,14 @@ model: sonnet
|
|
|
8
8
|
effort: high
|
|
9
9
|
permissionMode: bypassPermissions
|
|
10
10
|
maxTurns: 150
|
|
11
|
+
provenance:
|
|
12
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
13
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
14
|
+
upstream_commit: 285bad4
|
|
15
|
+
license: MIT
|
|
16
|
+
license_verification: pending
|
|
17
|
+
adapted: "2026-03-14"
|
|
18
|
+
changes: added <critical_actions> hard-constraint block
|
|
11
19
|
---
|
|
12
20
|
|
|
13
21
|
<role>
|
|
@@ -9,6 +9,14 @@ effort: medium
|
|
|
9
9
|
permissionMode: bypassPermissions
|
|
10
10
|
maxTurns: 150
|
|
11
11
|
memory: project
|
|
12
|
+
provenance:
|
|
13
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
14
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
15
|
+
upstream_commit: 285bad4
|
|
16
|
+
license: MIT
|
|
17
|
+
license_verification: pending
|
|
18
|
+
adapted: "2026-03-14"
|
|
19
|
+
changes: added <critical_actions> hard-constraint block
|
|
12
20
|
---
|
|
13
21
|
|
|
14
22
|
<role>
|
|
@@ -10,6 +10,14 @@ effort: medium
|
|
|
10
10
|
permissionMode: bypassPermissions
|
|
11
11
|
maxTurns: 60
|
|
12
12
|
memory: user
|
|
13
|
+
provenance:
|
|
14
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
15
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
16
|
+
upstream_commit: 285bad4
|
|
17
|
+
license: MIT
|
|
18
|
+
license_verification: pending
|
|
19
|
+
adapted: "2026-03-14"
|
|
20
|
+
changes: added <critical_actions> hard-constraint block
|
|
13
21
|
---
|
|
14
22
|
|
|
15
23
|
<role>
|
|
@@ -10,6 +10,14 @@ effort: high
|
|
|
10
10
|
background: true
|
|
11
11
|
permissionMode: bypassPermissions
|
|
12
12
|
maxTurns: 80
|
|
13
|
+
provenance:
|
|
14
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
15
|
+
upstream_path: "pattern: edge-case methodology (v6.0.4+)"
|
|
16
|
+
upstream_commit: 285bad4
|
|
17
|
+
license: MIT
|
|
18
|
+
license_verification: pending
|
|
19
|
+
adapted: "2026-03-14"
|
|
20
|
+
changes: port of BMAD edge-case methodology
|
|
13
21
|
---
|
|
14
22
|
|
|
15
23
|
<role>
|
|
@@ -9,6 +9,14 @@ effort: medium
|
|
|
9
9
|
isolation: worktree
|
|
10
10
|
permissionMode: bypassPermissions
|
|
11
11
|
maxTurns: 200
|
|
12
|
+
provenance:
|
|
13
|
+
upstream: gsd-build/get-shit-done
|
|
14
|
+
upstream_path: agents/executor.md
|
|
15
|
+
upstream_commit: 9045c81
|
|
16
|
+
license: MIT
|
|
17
|
+
license_verification: confirmed
|
|
18
|
+
adapted: "2026-03-14"
|
|
19
|
+
changes: GSD fresh-context-per-plan execution model
|
|
12
20
|
---
|
|
13
21
|
|
|
14
22
|
<role>
|
|
@@ -15,6 +15,14 @@ hooks:
|
|
|
15
15
|
hooks:
|
|
16
16
|
- type: command
|
|
17
17
|
command: "bash ~/.claude/hooks/check-file-size.sh"
|
|
18
|
+
provenance:
|
|
19
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
20
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
21
|
+
upstream_commit: 285bad4
|
|
22
|
+
license: MIT
|
|
23
|
+
license_verification: pending
|
|
24
|
+
adapted: "2026-03-14"
|
|
25
|
+
changes: added <critical_actions> hard-constraint block
|
|
18
26
|
---
|
|
19
27
|
|
|
20
28
|
<role>
|
|
@@ -10,6 +10,14 @@ effort: medium
|
|
|
10
10
|
permissionMode: bypassPermissions
|
|
11
11
|
maxTurns: 60
|
|
12
12
|
memory: user
|
|
13
|
+
provenance:
|
|
14
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
15
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
16
|
+
upstream_commit: 285bad4
|
|
17
|
+
license: MIT
|
|
18
|
+
license_verification: pending
|
|
19
|
+
adapted: "2026-03-14"
|
|
20
|
+
changes: added <critical_actions> hard-constraint block
|
|
13
21
|
---
|
|
14
22
|
|
|
15
23
|
<role>
|
|
@@ -8,6 +8,14 @@ model: sonnet
|
|
|
8
8
|
effort: low
|
|
9
9
|
permissionMode: bypassPermissions
|
|
10
10
|
maxTurns: 80
|
|
11
|
+
provenance:
|
|
12
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
13
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
14
|
+
upstream_commit: 285bad4
|
|
15
|
+
license: MIT
|
|
16
|
+
license_verification: pending
|
|
17
|
+
adapted: "2026-03-14"
|
|
18
|
+
changes: added <critical_actions> hard-constraint block
|
|
11
19
|
---
|
|
12
20
|
|
|
13
21
|
<role>
|
|
@@ -9,6 +9,14 @@ effort: medium
|
|
|
9
9
|
permissionMode: bypassPermissions
|
|
10
10
|
maxTurns: 100
|
|
11
11
|
memory: project
|
|
12
|
+
provenance:
|
|
13
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
14
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
15
|
+
upstream_commit: 285bad4
|
|
16
|
+
license: MIT
|
|
17
|
+
license_verification: pending
|
|
18
|
+
adapted: "2026-03-14"
|
|
19
|
+
changes: added <critical_actions> hard-constraint block
|
|
12
20
|
---
|
|
13
21
|
|
|
14
22
|
<role>
|
|
@@ -8,6 +8,14 @@ model: opus
|
|
|
8
8
|
effort: low
|
|
9
9
|
permissionMode: bypassPermissions
|
|
10
10
|
maxTurns: 50
|
|
11
|
+
provenance:
|
|
12
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
13
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
14
|
+
upstream_commit: 285bad4
|
|
15
|
+
license: MIT
|
|
16
|
+
license_verification: pending
|
|
17
|
+
adapted: "2026-03-14"
|
|
18
|
+
changes: added <critical_actions> hard-constraint block
|
|
11
19
|
---
|
|
12
20
|
|
|
13
21
|
<role>
|
|
@@ -10,6 +10,14 @@ effort: high
|
|
|
10
10
|
background: true
|
|
11
11
|
permissionMode: bypassPermissions
|
|
12
12
|
maxTurns: 60
|
|
13
|
+
provenance:
|
|
14
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
15
|
+
upstream_path: "pattern: Party Mode multi-perspective review"
|
|
16
|
+
upstream_commit: 285bad4
|
|
17
|
+
license: MIT
|
|
18
|
+
license_verification: pending
|
|
19
|
+
adapted: "2026-03-14"
|
|
20
|
+
changes: port of BMAD Party Mode
|
|
13
21
|
---
|
|
14
22
|
|
|
15
23
|
<role>
|
|
@@ -9,6 +9,14 @@ effort: medium
|
|
|
9
9
|
permissionMode: bypassPermissions
|
|
10
10
|
maxTurns: 80
|
|
11
11
|
memory: user
|
|
12
|
+
provenance:
|
|
13
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
14
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
15
|
+
upstream_commit: 285bad4
|
|
16
|
+
license: MIT
|
|
17
|
+
license_verification: pending
|
|
18
|
+
adapted: "2026-03-14"
|
|
19
|
+
changes: added <critical_actions> hard-constraint block
|
|
12
20
|
---
|
|
13
21
|
|
|
14
22
|
<role>
|
|
@@ -4,11 +4,19 @@ description: Creates executable phase plans (PLAN.md files) with discovery, depe
|
|
|
4
4
|
tools: Read, Write, Bash, Grep, Glob, AskUserQuestion, WebFetch, mcp__context7__*, mcp__merlin__merlin_get_context, mcp__merlin__merlin_search, mcp__merlin__merlin_find_files
|
|
5
5
|
color: blue
|
|
6
6
|
version: "1.0.0"
|
|
7
|
-
disallowedTools: [Edit,
|
|
7
|
+
disallowedTools: [Edit, NotebookEdit]
|
|
8
8
|
model: opus
|
|
9
9
|
effort: high
|
|
10
10
|
permissionMode: bypassPermissions
|
|
11
11
|
maxTurns: 100
|
|
12
|
+
provenance:
|
|
13
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
14
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
15
|
+
upstream_commit: 285bad4
|
|
16
|
+
license: MIT
|
|
17
|
+
license_verification: pending
|
|
18
|
+
adapted: "2026-03-14"
|
|
19
|
+
changes: added <critical_actions> hard-constraint block
|
|
12
20
|
---
|
|
13
21
|
|
|
14
22
|
<role>
|
|
@@ -8,6 +8,14 @@ model: opus
|
|
|
8
8
|
effort: high
|
|
9
9
|
permissionMode: bypassPermissions
|
|
10
10
|
maxTurns: 100
|
|
11
|
+
provenance:
|
|
12
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
13
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
14
|
+
upstream_commit: 285bad4
|
|
15
|
+
license: MIT
|
|
16
|
+
license_verification: pending
|
|
17
|
+
adapted: "2026-03-14"
|
|
18
|
+
changes: added <critical_actions> hard-constraint block
|
|
11
19
|
---
|
|
12
20
|
|
|
13
21
|
<role>
|
|
@@ -11,6 +11,14 @@ background: true
|
|
|
11
11
|
permissionMode: bypassPermissions
|
|
12
12
|
maxTurns: 50
|
|
13
13
|
memory: project
|
|
14
|
+
provenance:
|
|
15
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
16
|
+
upstream_path: "pattern: adversarial code reviewer"
|
|
17
|
+
upstream_commit: 285bad4
|
|
18
|
+
license: MIT
|
|
19
|
+
license_verification: pending
|
|
20
|
+
adapted: "2026-03-14"
|
|
21
|
+
changes: adapted adversarial reviewer framing + critical_actions
|
|
14
22
|
---
|
|
15
23
|
|
|
16
24
|
<role>
|
|
@@ -11,6 +11,14 @@ isolation: worktree
|
|
|
11
11
|
permissionMode: bypassPermissions
|
|
12
12
|
maxTurns: 80
|
|
13
13
|
memory: user
|
|
14
|
+
provenance:
|
|
15
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
16
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
17
|
+
upstream_commit: 285bad4
|
|
18
|
+
license: MIT
|
|
19
|
+
license_verification: pending
|
|
20
|
+
adapted: "2026-03-14"
|
|
21
|
+
changes: added <critical_actions> hard-constraint block
|
|
14
22
|
---
|
|
15
23
|
|
|
16
24
|
<role>
|
|
@@ -11,6 +11,14 @@ isolation: worktree
|
|
|
11
11
|
permissionMode: bypassPermissions
|
|
12
12
|
maxTurns: 60
|
|
13
13
|
memory: user
|
|
14
|
+
provenance:
|
|
15
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
16
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
17
|
+
upstream_commit: 285bad4
|
|
18
|
+
license: MIT
|
|
19
|
+
license_verification: pending
|
|
20
|
+
adapted: "2026-03-14"
|
|
21
|
+
changes: added <critical_actions> hard-constraint block
|
|
14
22
|
---
|
|
15
23
|
|
|
16
24
|
<role>
|
|
@@ -10,6 +10,14 @@ effort: high
|
|
|
10
10
|
permissionMode: bypassPermissions
|
|
11
11
|
maxTurns: 80
|
|
12
12
|
memory: user
|
|
13
|
+
provenance:
|
|
14
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
15
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
16
|
+
upstream_commit: 285bad4
|
|
17
|
+
license: MIT
|
|
18
|
+
license_verification: pending
|
|
19
|
+
adapted: "2026-03-14"
|
|
20
|
+
changes: added <critical_actions> hard-constraint block
|
|
13
21
|
---
|
|
14
22
|
|
|
15
23
|
<role>
|
|
@@ -9,6 +9,14 @@ model: sonnet
|
|
|
9
9
|
effort: low
|
|
10
10
|
permissionMode: bypassPermissions
|
|
11
11
|
maxTurns: 100
|
|
12
|
+
provenance:
|
|
13
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
14
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
15
|
+
upstream_commit: 285bad4
|
|
16
|
+
license: MIT
|
|
17
|
+
license_verification: pending
|
|
18
|
+
adapted: "2026-03-14"
|
|
19
|
+
changes: added <critical_actions> hard-constraint block
|
|
12
20
|
---
|
|
13
21
|
|
|
14
22
|
<role>
|
|
@@ -8,6 +8,14 @@ model: sonnet
|
|
|
8
8
|
effort: low
|
|
9
9
|
permissionMode: bypassPermissions
|
|
10
10
|
maxTurns: 50
|
|
11
|
+
provenance:
|
|
12
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
13
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
14
|
+
upstream_commit: 285bad4
|
|
15
|
+
license: MIT
|
|
16
|
+
license_verification: pending
|
|
17
|
+
adapted: "2026-03-14"
|
|
18
|
+
changes: added <critical_actions> hard-constraint block
|
|
11
19
|
---
|
|
12
20
|
|
|
13
21
|
<role>
|
package/files/agents/merlin.md
CHANGED
|
@@ -7,6 +7,14 @@ version: "1.0.0"
|
|
|
7
7
|
effort: high
|
|
8
8
|
permissionMode: bypassPermissions
|
|
9
9
|
maxTurns: 50
|
|
10
|
+
provenance:
|
|
11
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
12
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
13
|
+
upstream_commit: 285bad4
|
|
14
|
+
license: MIT
|
|
15
|
+
license_verification: pending
|
|
16
|
+
adapted: "2026-03-14"
|
|
17
|
+
changes: added <critical_actions> hard-constraint block
|
|
10
18
|
---
|
|
11
19
|
|
|
12
20
|
# 🔮 Merlin — Autonomous Development Orchestrator
|
|
@@ -9,6 +9,14 @@ effort: medium
|
|
|
9
9
|
permissionMode: bypassPermissions
|
|
10
10
|
maxTurns: 80
|
|
11
11
|
memory: project
|
|
12
|
+
provenance:
|
|
13
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
14
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
15
|
+
upstream_commit: 285bad4
|
|
16
|
+
license: MIT
|
|
17
|
+
license_verification: pending
|
|
18
|
+
adapted: "2026-03-14"
|
|
19
|
+
changes: added <critical_actions> hard-constraint block
|
|
12
20
|
---
|
|
13
21
|
|
|
14
22
|
You are the ops and infrastructure guide focusing on Railway and Google Cloud for a small, fast moving team.
|
|
@@ -8,6 +8,14 @@ tools: Read, Write, Edit, Bash, Grep, Glob
|
|
|
8
8
|
effort: high
|
|
9
9
|
permissionMode: bypassPermissions
|
|
10
10
|
maxTurns: 80
|
|
11
|
+
provenance:
|
|
12
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
13
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
14
|
+
upstream_commit: 285bad4
|
|
15
|
+
license: MIT
|
|
16
|
+
license_verification: pending
|
|
17
|
+
adapted: "2026-03-14"
|
|
18
|
+
changes: added <critical_actions> hard-constraint block
|
|
11
19
|
---
|
|
12
20
|
|
|
13
21
|
You are the retrofit orchestrator for existing projects that were already built, usually through vibe coding.
|
|
@@ -9,6 +9,14 @@ tools: Read, Grep, Glob, WebSearch
|
|
|
9
9
|
effort: high
|
|
10
10
|
permissionMode: bypassPermissions
|
|
11
11
|
maxTurns: 30
|
|
12
|
+
provenance:
|
|
13
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
14
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
15
|
+
upstream_commit: 285bad4
|
|
16
|
+
license: MIT
|
|
17
|
+
license_verification: pending
|
|
18
|
+
adapted: "2026-03-14"
|
|
19
|
+
changes: added <critical_actions> hard-constraint block
|
|
12
20
|
---
|
|
13
21
|
|
|
14
22
|
You are a product specifier for a very strong product thinker and vibe coder.
|
package/files/agents/remotion.md
CHANGED
|
@@ -8,6 +8,14 @@ version: "1.0.0"
|
|
|
8
8
|
effort: medium
|
|
9
9
|
permissionMode: bypassPermissions
|
|
10
10
|
maxTurns: 100
|
|
11
|
+
provenance:
|
|
12
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
13
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
14
|
+
upstream_commit: 285bad4
|
|
15
|
+
license: MIT
|
|
16
|
+
license_verification: pending
|
|
17
|
+
adapted: "2026-03-14"
|
|
18
|
+
changes: added <critical_actions> hard-constraint block
|
|
11
19
|
---
|
|
12
20
|
|
|
13
21
|
<role>
|
|
@@ -10,6 +10,14 @@ effort: high
|
|
|
10
10
|
permissionMode: bypassPermissions
|
|
11
11
|
maxTurns: 50
|
|
12
12
|
memory: user
|
|
13
|
+
provenance:
|
|
14
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
15
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
16
|
+
upstream_commit: 285bad4
|
|
17
|
+
license: MIT
|
|
18
|
+
license_verification: pending
|
|
19
|
+
adapted: "2026-03-14"
|
|
20
|
+
changes: added <critical_actions> hard-constraint block
|
|
13
21
|
---
|
|
14
22
|
|
|
15
23
|
You are a system architect for a vibe coder who tends to create many microservices.
|
package/files/agents/tests-qa.md
CHANGED
|
@@ -10,6 +10,14 @@ background: true
|
|
|
10
10
|
permissionMode: bypassPermissions
|
|
11
11
|
maxTurns: 100
|
|
12
12
|
memory: project
|
|
13
|
+
provenance:
|
|
14
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
15
|
+
upstream_path: "pattern: <critical_actions> XML block"
|
|
16
|
+
upstream_commit: 285bad4
|
|
17
|
+
license: MIT
|
|
18
|
+
license_verification: pending
|
|
19
|
+
adapted: "2026-03-14"
|
|
20
|
+
changes: added <critical_actions> hard-constraint block
|
|
13
21
|
---
|
|
14
22
|
|
|
15
23
|
You are a tests and QA designer for a busy founder and vibe coder.
|
|
@@ -13,6 +13,14 @@ allowed-tools:
|
|
|
13
13
|
- mcp__merlin__merlin_get_context
|
|
14
14
|
- mcp__merlin__merlin_get_project_status
|
|
15
15
|
- mcp__merlin__merlin_search
|
|
16
|
+
provenance:
|
|
17
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
18
|
+
upstream_path: "pattern: BMAD course-correct command"
|
|
19
|
+
upstream_commit: 285bad4
|
|
20
|
+
license: MIT
|
|
21
|
+
license_verification: pending
|
|
22
|
+
adapted: "2026-03-14"
|
|
23
|
+
changes: BMAD-inspired command pattern
|
|
16
24
|
---
|
|
17
25
|
|
|
18
26
|
<objective>
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: merlin:design-audit
|
|
3
|
+
description: Run a design audit on a file or folder using impeccable + emil-design-eng skills with the code-review agent
|
|
4
|
+
argument-hint: "[path] - optional file/folder to audit (defaults to current diff)"
|
|
5
|
+
allowed-tools:
|
|
6
|
+
- Read
|
|
7
|
+
- Glob
|
|
8
|
+
- Grep
|
|
9
|
+
- Bash
|
|
10
|
+
- mcp__merlin__merlin_get_context
|
|
11
|
+
- mcp__merlin__merlin_route
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
<objective>
|
|
15
|
+
Comprehensive design audit using impeccable + emil-design-eng skills. Reviews typography, color, spacing, motion, interaction, accessibility, UX writing, and animation craft across a file or folder.
|
|
16
|
+
|
|
17
|
+
Uses `code-review` agent with both priority design skills loaded to produce a structured CODE_REVIEW.md-style report.
|
|
18
|
+
</objective>
|
|
19
|
+
|
|
20
|
+
<context>
|
|
21
|
+
Target: $ARGUMENTS (file/folder path, or current diff if empty)
|
|
22
|
+
</context>
|
|
23
|
+
|
|
24
|
+
<process>
|
|
25
|
+
|
|
26
|
+
## Step 1: Ensure Skills Installed
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
bash ~/.claude/scripts/install-design-skills.sh
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
If this fails, warn user but continue.
|
|
33
|
+
|
|
34
|
+
## Step 2: Detect Task Intent
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
bash ~/.claude/scripts/task-optimize.sh --task "audit design"
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
Store result. If score < 25, warn user: "Design audit scored low on intent detection — proceeding anyway."
|
|
41
|
+
|
|
42
|
+
## Step 3: Read Priority Skills
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
Read: ~/.claude/skills/impeccable/SKILL.md
|
|
46
|
+
Read: ~/.claude/skills/emil-design-eng/SKILL.md
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
Store both skill bodies.
|
|
50
|
+
|
|
51
|
+
## Step 4: Determine Target
|
|
52
|
+
|
|
53
|
+
If $ARGUMENTS is provided:
|
|
54
|
+
- If it's a file path: read it with Read tool
|
|
55
|
+
- If it's a folder path: use Glob to find relevant files (*.jsx, *.tsx, *.css, *.scss)
|
|
56
|
+
|
|
57
|
+
If $ARGUMENTS is empty:
|
|
58
|
+
- Use `git diff HEAD` to get the current working tree changes
|
|
59
|
+
- Show user: "Auditing current diff (run with a path to audit specific file/folder)"
|
|
60
|
+
|
|
61
|
+
## Step 5: Route to code-review
|
|
62
|
+
|
|
63
|
+
Call `merlin_route` with:
|
|
64
|
+
- Agent: `code-review`
|
|
65
|
+
- Task: "Design audit: review the following code for design quality across 7 domains + animation craft"
|
|
66
|
+
- Context: prepend both skill bodies
|
|
67
|
+
- Include audit checklist:
|
|
68
|
+
- **Typography:** scales, families, weights, line-height consistency, readability
|
|
69
|
+
- **Color:** OKLCH or semantic naming, accessibility (contrast, colorblind), dark-mode support
|
|
70
|
+
- **Spacing:** grid consistency, proportions, breathing room, visual hierarchy
|
|
71
|
+
- **Motion:** easing functions, timing, transitions, prefers-reduced-motion
|
|
72
|
+
- **Interaction:** states (hover, focus, active, disabled), feedback, patterns
|
|
73
|
+
- **Responsive:** breakpoints, fluid scaling, container queries, mobile-first
|
|
74
|
+
- **UX writing:** copy clarity, tone, error messages, labels
|
|
75
|
+
- **Animation craft:** gestures, micro-interactions, performance (60fps), GPU compositing
|
|
76
|
+
|
|
77
|
+
## Step 6: Present Result
|
|
78
|
+
|
|
79
|
+
After agent completes, present the CODE_REVIEW.md output with a summary of findings.
|
|
80
|
+
|
|
81
|
+
</process>
|
|
82
|
+
|
|
83
|
+
<error_handling>
|
|
84
|
+
|
|
85
|
+
| Condition | Action |
|
|
86
|
+
|-----------|--------|
|
|
87
|
+
| Skills missing | Attempt install, continue with warning |
|
|
88
|
+
| No path provided | Audit current git diff |
|
|
89
|
+
| Path invalid | Error and exit |
|
|
90
|
+
| code-review unavailable | Fall back to using merlin-reviewer directly |
|
|
91
|
+
|
|
92
|
+
</error_handling>
|
|
@@ -9,6 +9,14 @@ allowed-tools:
|
|
|
9
9
|
- Grep
|
|
10
10
|
- Write
|
|
11
11
|
- AskUserQuestion
|
|
12
|
+
provenance:
|
|
13
|
+
upstream: gsd-build/get-shit-done
|
|
14
|
+
upstream_path: commands/gsd/health.md
|
|
15
|
+
upstream_commit: 9045c81
|
|
16
|
+
license: MIT
|
|
17
|
+
license_verification: confirmed
|
|
18
|
+
adapted: "2026-03-14"
|
|
19
|
+
changes: adapted from GSD command pattern
|
|
12
20
|
---
|
|
13
21
|
|
|
14
22
|
<objective>
|
|
@@ -10,6 +10,14 @@ allowed-tools:
|
|
|
10
10
|
- mcp__merlin__merlin_get_context
|
|
11
11
|
- mcp__merlin__merlin_get_next_task
|
|
12
12
|
- mcp__merlin__merlin_ensure_tasks
|
|
13
|
+
provenance:
|
|
14
|
+
upstream: bmad-code-org/BMAD-METHOD
|
|
15
|
+
upstream_path: "pattern: BMAD /next command"
|
|
16
|
+
upstream_commit: 285bad4
|
|
17
|
+
license: MIT
|
|
18
|
+
license_verification: pending
|
|
19
|
+
adapted: "2026-03-14"
|
|
20
|
+
changes: BMAD-inspired command pattern
|
|
13
21
|
---
|
|
14
22
|
|
|
15
23
|
<objective>
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: merlin:optimize
|
|
3
|
+
description: Preview which skills + agent the optimizer would pick for a task — no execution, just the recommendation
|
|
4
|
+
argument-hint: "<task description>"
|
|
5
|
+
allowed-tools:
|
|
6
|
+
- Read
|
|
7
|
+
- Bash
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
<objective>
|
|
11
|
+
Preview the Universal Task Optimizer's recommendation for a given task.
|
|
12
|
+
|
|
13
|
+
Shows which skills would be loaded and which agent would be routed to, WITHOUT actually executing the routing. Useful for understanding how Merlin pairs tasks with specialists.
|
|
14
|
+
</objective>
|
|
15
|
+
|
|
16
|
+
<context>
|
|
17
|
+
Task: $ARGUMENTS (required: task description to analyze)
|
|
18
|
+
</context>
|
|
19
|
+
|
|
20
|
+
<process>
|
|
21
|
+
|
|
22
|
+
## Step 1: Validate Input
|
|
23
|
+
|
|
24
|
+
$ARGUMENTS must be provided. If empty, show usage:
|
|
25
|
+
```
|
|
26
|
+
Usage: /merlin:optimize "your task description"
|
|
27
|
+
|
|
28
|
+
Examples:
|
|
29
|
+
/merlin:optimize "redesign the dashboard"
|
|
30
|
+
/merlin:optimize "add OAuth login"
|
|
31
|
+
/merlin:optimize "write unit tests for the parser"
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Step 2: Run the Universal Task Optimizer
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
bash ~/.claude/scripts/task-optimize.sh --task "$ARGUMENTS"
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
Store the JSON result.
|
|
41
|
+
|
|
42
|
+
## Step 3: Parse and Present Result
|
|
43
|
+
|
|
44
|
+
If score < 25:
|
|
45
|
+
```
|
|
46
|
+
⟡🔮 MERLIN › No specific skill match for this task.
|
|
47
|
+
|
|
48
|
+
Score: <score>
|
|
49
|
+
Intent: none
|
|
50
|
+
Recommendation: Fall back to default workflow routing (see /merlin:help for options)
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
If score >= 25:
|
|
54
|
+
```
|
|
55
|
+
⟡🔮 MERLIN › Task Optimization Result
|
|
56
|
+
|
|
57
|
+
Intent: <intent>
|
|
58
|
+
Score: <score>/100
|
|
59
|
+
Skills: <skills array, comma-separated>
|
|
60
|
+
Agent: <agent>
|
|
61
|
+
Matched: <matched_phrases, comma-separated>
|
|
62
|
+
|
|
63
|
+
Skill file paths:
|
|
64
|
+
- ~/.claude/merlin/skills/<skill1>.md
|
|
65
|
+
- ~/.claude/merlin/skills/<skill2>.md
|
|
66
|
+
|
|
67
|
+
Want me to execute this routing? (y/n)
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
## Step 4: Handle Follow-up
|
|
71
|
+
|
|
72
|
+
If user says yes/y/execute:
|
|
73
|
+
- Read the skill files
|
|
74
|
+
- Route to the recommended agent with task and skills prepended
|
|
75
|
+
|
|
76
|
+
If user says no/n:
|
|
77
|
+
- Exit and let user choose a different approach
|
|
78
|
+
|
|
79
|
+
</process>
|
|
80
|
+
|
|
81
|
+
<error_handling>
|
|
82
|
+
|
|
83
|
+
| Condition | Action |
|
|
84
|
+
|-----------|--------|
|
|
85
|
+
| No task provided | Show usage and examples |
|
|
86
|
+
| Optimizer script missing | Error: run `npx create-merlin-brain` to reinstall |
|
|
87
|
+
| Registry missing | Error: TASK-OPTIMIZER.json not found |
|
|
88
|
+
|
|
89
|
+
</error_handling>
|