claude-code-orchestrator-kit 1.0.0 → 1.2.0
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/.claude/agents/frontend/workers/fullstack-nextjs-specialist.md +4 -0
- package/.claude/agents/frontend/workers/nextjs-ui-designer.md +652 -0
- package/.claude/agents/frontend/workers/visual-effects-creator.md +4 -0
- package/.claude/agents/health/workers/dependency-auditor.md +43 -13
- package/.claude/agents/health/workers/dependency-updater.md +9 -0
- package/.claude/commands/speckit.implement.md +15 -9
- package/.claude/commands/speckit.tasks.md +4 -3
- package/.claude/scripts/release.sh +260 -40
- package/.claude/skills/frontend-aesthetics/SKILL.md +440 -0
- package/.github/workflows/publish.yml +33 -0
- package/.gitignore +14 -2
- package/README.md +138 -0
- package/docs/Agents Ecosystem/spec-kit-comprehensive-updates.md +17 -27
- package/mcp/.mcp.base.json +3 -9
- package/mcp/.mcp.frontend.json +3 -9
- package/mcp/.mcp.full.json +3 -9
- package/mcp/.mcp.n8n.json +3 -9
- package/mcp/.mcp.supabase-full.json +3 -9
- package/mcp/.mcp.supabase-only.json +3 -9
- package/package.json +78 -78
- package/.claude/settings.local.json +0 -21
- package/mcp/.mcp.local.json +0 -7
|
@@ -256,33 +256,23 @@
|
|
|
256
256
|
```markdown
|
|
257
257
|
## Phase 0: Planning
|
|
258
258
|
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
**
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
**
|
|
271
|
-
|
|
272
|
-
**
|
|
273
|
-
|
|
274
|
-
-
|
|
275
|
-
-
|
|
276
|
-
**Artifacts**: research/*.md (if complex research needed)
|
|
277
|
-
|
|
278
|
-
### P003: Meta-Agent Subagent Creation (if needed)
|
|
279
|
-
**Description**: Create FUTURE agents using meta-agent-v3, then ask user to restart claude-code
|
|
280
|
-
**Executor**: meta-agent-v3
|
|
281
|
-
**Dependencies**: P001
|
|
282
|
-
**Execution**: Launch N meta-agent-v3 calls in single message (1 FUTURE agent = 1 call)
|
|
283
|
-
**Tasks**: [List FUTURE agents from P001]
|
|
284
|
-
**Post-Creation**: Ask user to restart claude-code
|
|
285
|
-
**Artifacts**: .claude/agents/{domain}/{type}/{name}.md
|
|
259
|
+
**Purpose**: Prepare for implementation by analyzing requirements, creating necessary agents, and assigning executors.
|
|
260
|
+
|
|
261
|
+
- [ ] P001 Analyze all tasks and identify required agent types and capabilities
|
|
262
|
+
- [ ] P002 Create missing agents using meta-agent-v3 (launch N calls in single message, 1 per agent), then ask user restart
|
|
263
|
+
- [ ] P003 Assign executors to all tasks: MAIN (trivial only), existing agents (100% match), or specific agent names
|
|
264
|
+
- [ ] P004 Resolve research tasks: simple (solve with tools now), complex (create prompts in research/)
|
|
265
|
+
|
|
266
|
+
**Rules**:
|
|
267
|
+
- **MAIN executor**: ONLY for trivial tasks (1-2 line fixes, simple imports, single npm install)
|
|
268
|
+
- **Existing agents**: ONLY if 100% capability match after thorough examination
|
|
269
|
+
- **Agent creation**: Launch all meta-agent-v3 calls in single message for parallel execution
|
|
270
|
+
- **After P002**: Must restart claude-code before proceeding to P003
|
|
271
|
+
|
|
272
|
+
**Artifacts**:
|
|
273
|
+
- Updated tasks.md with [EXECUTOR: name], [SEQUENTIAL]/[PARALLEL-GROUP-X] annotations
|
|
274
|
+
- .claude/agents/{domain}/{type}/{name}.md (if new agents created)
|
|
275
|
+
- research/*.md (if complex research identified)
|
|
286
276
|
|
|
287
277
|
---
|
|
288
278
|
```
|
package/mcp/.mcp.base.json
CHANGED
|
@@ -4,18 +4,12 @@
|
|
|
4
4
|
"command": "npx",
|
|
5
5
|
"args": ["-y", "@upstash/context7-mcp@latest"]
|
|
6
6
|
},
|
|
7
|
-
"
|
|
7
|
+
"sequential-thinking": {
|
|
8
8
|
"command": "npx",
|
|
9
9
|
"args": [
|
|
10
10
|
"-y",
|
|
11
|
-
"@
|
|
12
|
-
|
|
13
|
-
"@smithery-ai/server-sequential-thinking"
|
|
14
|
-
],
|
|
15
|
-
"env": {
|
|
16
|
-
"SMITHERY_API_KEY": "${SEQUENTIAL_THINKING_KEY}",
|
|
17
|
-
"SMITHERY_PROFILE": "${SEQUENTIAL_THINKING_PROFILE}"
|
|
18
|
-
}
|
|
11
|
+
"@modelcontextprotocol/server-sequential-thinking"
|
|
12
|
+
]
|
|
19
13
|
}
|
|
20
14
|
}
|
|
21
15
|
}
|
package/mcp/.mcp.frontend.json
CHANGED
|
@@ -4,18 +4,12 @@
|
|
|
4
4
|
"command": "npx",
|
|
5
5
|
"args": ["-y", "@upstash/context7-mcp@latest"]
|
|
6
6
|
},
|
|
7
|
-
"
|
|
7
|
+
"sequential-thinking": {
|
|
8
8
|
"command": "npx",
|
|
9
9
|
"args": [
|
|
10
10
|
"-y",
|
|
11
|
-
"@
|
|
12
|
-
|
|
13
|
-
"@smithery-ai/server-sequential-thinking"
|
|
14
|
-
],
|
|
15
|
-
"env": {
|
|
16
|
-
"SMITHERY_API_KEY": "${SEQUENTIAL_THINKING_KEY}",
|
|
17
|
-
"SMITHERY_PROFILE": "${SEQUENTIAL_THINKING_PROFILE}"
|
|
18
|
-
}
|
|
11
|
+
"@modelcontextprotocol/server-sequential-thinking"
|
|
12
|
+
]
|
|
19
13
|
},
|
|
20
14
|
"playwright": {
|
|
21
15
|
"command": "npx",
|
package/mcp/.mcp.full.json
CHANGED
|
@@ -4,18 +4,12 @@
|
|
|
4
4
|
"command": "npx",
|
|
5
5
|
"args": ["-y", "@upstash/context7-mcp@latest"]
|
|
6
6
|
},
|
|
7
|
-
"
|
|
7
|
+
"sequential-thinking": {
|
|
8
8
|
"command": "npx",
|
|
9
9
|
"args": [
|
|
10
10
|
"-y",
|
|
11
|
-
"@
|
|
12
|
-
|
|
13
|
-
"@smithery-ai/server-sequential-thinking"
|
|
14
|
-
],
|
|
15
|
-
"env": {
|
|
16
|
-
"SMITHERY_API_KEY": "${SEQUENTIAL_THINKING_KEY}",
|
|
17
|
-
"SMITHERY_PROFILE": "${SEQUENTIAL_THINKING_PROFILE}"
|
|
18
|
-
}
|
|
11
|
+
"@modelcontextprotocol/server-sequential-thinking"
|
|
12
|
+
]
|
|
19
13
|
},
|
|
20
14
|
"supabase": {
|
|
21
15
|
"command": "npx",
|
package/mcp/.mcp.n8n.json
CHANGED
|
@@ -4,18 +4,12 @@
|
|
|
4
4
|
"command": "npx",
|
|
5
5
|
"args": ["-y", "@upstash/context7-mcp@latest"]
|
|
6
6
|
},
|
|
7
|
-
"
|
|
7
|
+
"sequential-thinking": {
|
|
8
8
|
"command": "npx",
|
|
9
9
|
"args": [
|
|
10
10
|
"-y",
|
|
11
|
-
"@
|
|
12
|
-
|
|
13
|
-
"@smithery-ai/server-sequential-thinking"
|
|
14
|
-
],
|
|
15
|
-
"env": {
|
|
16
|
-
"SMITHERY_API_KEY": "${SEQUENTIAL_THINKING_KEY}",
|
|
17
|
-
"SMITHERY_PROFILE": "${SEQUENTIAL_THINKING_PROFILE}"
|
|
18
|
-
}
|
|
11
|
+
"@modelcontextprotocol/server-sequential-thinking"
|
|
12
|
+
]
|
|
19
13
|
},
|
|
20
14
|
"n8n-workflows": {
|
|
21
15
|
"command": "npx",
|
|
@@ -4,18 +4,12 @@
|
|
|
4
4
|
"command": "npx",
|
|
5
5
|
"args": ["-y", "@upstash/context7-mcp@latest"]
|
|
6
6
|
},
|
|
7
|
-
"
|
|
7
|
+
"sequential-thinking": {
|
|
8
8
|
"command": "npx",
|
|
9
9
|
"args": [
|
|
10
10
|
"-y",
|
|
11
|
-
"@
|
|
12
|
-
|
|
13
|
-
"@smithery-ai/server-sequential-thinking"
|
|
14
|
-
],
|
|
15
|
-
"env": {
|
|
16
|
-
"SMITHERY_API_KEY": "${SEQUENTIAL_THINKING_KEY}",
|
|
17
|
-
"SMITHERY_PROFILE": "${SEQUENTIAL_THINKING_PROFILE}"
|
|
18
|
-
}
|
|
11
|
+
"@modelcontextprotocol/server-sequential-thinking"
|
|
12
|
+
]
|
|
19
13
|
},
|
|
20
14
|
"supabase": {
|
|
21
15
|
"command": "npx",
|
|
@@ -4,18 +4,12 @@
|
|
|
4
4
|
"command": "npx",
|
|
5
5
|
"args": ["-y", "@upstash/context7-mcp@latest"]
|
|
6
6
|
},
|
|
7
|
-
"
|
|
7
|
+
"sequential-thinking": {
|
|
8
8
|
"command": "npx",
|
|
9
9
|
"args": [
|
|
10
10
|
"-y",
|
|
11
|
-
"@
|
|
12
|
-
|
|
13
|
-
"@smithery-ai/server-sequential-thinking"
|
|
14
|
-
],
|
|
15
|
-
"env": {
|
|
16
|
-
"SMITHERY_API_KEY": "${SEQUENTIAL_THINKING_KEY}",
|
|
17
|
-
"SMITHERY_PROFILE": "${SEQUENTIAL_THINKING_PROFILE}"
|
|
18
|
-
}
|
|
11
|
+
"@modelcontextprotocol/server-sequential-thinking"
|
|
12
|
+
]
|
|
19
13
|
},
|
|
20
14
|
"supabase": {
|
|
21
15
|
"command": "npx",
|
package/package.json
CHANGED
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "claude-code-orchestrator-kit",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Complete automation and orchestration system for Claude Code with 33+ AI agents, quality gates, health monitoring, and workflow automation",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"postinstall": "node postinstall.js",
|
|
9
|
-
"setup": "bash switch-mcp.sh",
|
|
10
|
-
"test": "echo \"No tests yet\" && exit 0"
|
|
11
|
-
},
|
|
12
|
-
"keywords": [
|
|
13
|
-
"claude",
|
|
14
|
-
"claude-code",
|
|
15
|
-
"ai",
|
|
16
|
-
"agents",
|
|
17
|
-
"orchestration",
|
|
18
|
-
"automation",
|
|
19
|
-
"workflow",
|
|
20
|
-
"mcp",
|
|
21
|
-
"model-context-protocol",
|
|
22
|
-
"supabase",
|
|
23
|
-
"code-quality",
|
|
24
|
-
"health-monitoring",
|
|
25
|
-
"devtools",
|
|
26
|
-
"productivity",
|
|
27
|
-
"ci-cd",
|
|
28
|
-
"quality-gates",
|
|
29
|
-
"bug-detection",
|
|
30
|
-
"security-scanning",
|
|
31
|
-
"dependency-management",
|
|
32
|
-
"speckit"
|
|
33
|
-
],
|
|
34
|
-
"author": {
|
|
35
|
-
"name": "Igor Maslennikov",
|
|
36
|
-
"email": "maslennikov-ig@users.noreply.github.com",
|
|
37
|
-
"url": "https://github.com/maslennikov-ig"
|
|
38
|
-
},
|
|
39
|
-
"license": "MIT",
|
|
40
|
-
"repository": {
|
|
41
|
-
"type": "git",
|
|
42
|
-
"url": "git+https://github.com/maslennikov-ig/claude-code-orchestrator-kit.git"
|
|
43
|
-
},
|
|
44
|
-
"bugs": {
|
|
45
|
-
"url": "https://github.com/maslennikov-ig/claude-code-orchestrator-kit/issues"
|
|
46
|
-
},
|
|
47
|
-
"homepage": "https://github.com/maslennikov-ig/claude-code-orchestrator-kit#readme",
|
|
48
|
-
"engines": {
|
|
49
|
-
"node": ">=18.0.0",
|
|
50
|
-
"npm": ">=9.0.0"
|
|
51
|
-
},
|
|
52
|
-
"files": [
|
|
53
|
-
".claude/",
|
|
54
|
-
"mcp/",
|
|
55
|
-
"docs/",
|
|
56
|
-
".github/",
|
|
57
|
-
"switch-mcp.sh",
|
|
58
|
-
"CLAUDE.md",
|
|
59
|
-
"README.md",
|
|
60
|
-
"LICENSE",
|
|
61
|
-
".env.example",
|
|
62
|
-
".gitignore",
|
|
63
|
-
"postinstall.js",
|
|
64
|
-
"index.js"
|
|
65
|
-
],
|
|
66
|
-
"bin": {
|
|
67
|
-
"claude-orchestrator": "./switch-mcp.sh"
|
|
68
|
-
},
|
|
69
|
-
"os": [
|
|
70
|
-
"darwin",
|
|
71
|
-
"linux",
|
|
72
|
-
"win32"
|
|
73
|
-
],
|
|
74
|
-
"publishConfig": {
|
|
75
|
-
"access": "public",
|
|
76
|
-
"registry": "https://registry.npmjs.org/"
|
|
77
|
-
}
|
|
78
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "claude-code-orchestrator-kit",
|
|
3
|
+
"version": "1.2.0",
|
|
4
|
+
"description": "Complete automation and orchestration system for Claude Code with 33+ AI agents, quality gates, health monitoring, and workflow automation",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"postinstall": "node postinstall.js",
|
|
9
|
+
"setup": "bash switch-mcp.sh",
|
|
10
|
+
"test": "echo \"No tests yet\" && exit 0"
|
|
11
|
+
},
|
|
12
|
+
"keywords": [
|
|
13
|
+
"claude",
|
|
14
|
+
"claude-code",
|
|
15
|
+
"ai",
|
|
16
|
+
"agents",
|
|
17
|
+
"orchestration",
|
|
18
|
+
"automation",
|
|
19
|
+
"workflow",
|
|
20
|
+
"mcp",
|
|
21
|
+
"model-context-protocol",
|
|
22
|
+
"supabase",
|
|
23
|
+
"code-quality",
|
|
24
|
+
"health-monitoring",
|
|
25
|
+
"devtools",
|
|
26
|
+
"productivity",
|
|
27
|
+
"ci-cd",
|
|
28
|
+
"quality-gates",
|
|
29
|
+
"bug-detection",
|
|
30
|
+
"security-scanning",
|
|
31
|
+
"dependency-management",
|
|
32
|
+
"speckit"
|
|
33
|
+
],
|
|
34
|
+
"author": {
|
|
35
|
+
"name": "Igor Maslennikov",
|
|
36
|
+
"email": "maslennikov-ig@users.noreply.github.com",
|
|
37
|
+
"url": "https://github.com/maslennikov-ig"
|
|
38
|
+
},
|
|
39
|
+
"license": "MIT",
|
|
40
|
+
"repository": {
|
|
41
|
+
"type": "git",
|
|
42
|
+
"url": "git+https://github.com/maslennikov-ig/claude-code-orchestrator-kit.git"
|
|
43
|
+
},
|
|
44
|
+
"bugs": {
|
|
45
|
+
"url": "https://github.com/maslennikov-ig/claude-code-orchestrator-kit/issues"
|
|
46
|
+
},
|
|
47
|
+
"homepage": "https://github.com/maslennikov-ig/claude-code-orchestrator-kit#readme",
|
|
48
|
+
"engines": {
|
|
49
|
+
"node": ">=18.0.0",
|
|
50
|
+
"npm": ">=9.0.0"
|
|
51
|
+
},
|
|
52
|
+
"files": [
|
|
53
|
+
".claude/",
|
|
54
|
+
"mcp/",
|
|
55
|
+
"docs/",
|
|
56
|
+
".github/",
|
|
57
|
+
"switch-mcp.sh",
|
|
58
|
+
"CLAUDE.md",
|
|
59
|
+
"README.md",
|
|
60
|
+
"LICENSE",
|
|
61
|
+
".env.example",
|
|
62
|
+
".gitignore",
|
|
63
|
+
"postinstall.js",
|
|
64
|
+
"index.js"
|
|
65
|
+
],
|
|
66
|
+
"bin": {
|
|
67
|
+
"claude-orchestrator": "./switch-mcp.sh"
|
|
68
|
+
},
|
|
69
|
+
"os": [
|
|
70
|
+
"darwin",
|
|
71
|
+
"linux",
|
|
72
|
+
"win32"
|
|
73
|
+
],
|
|
74
|
+
"publishConfig": {
|
|
75
|
+
"access": "public",
|
|
76
|
+
"registry": "https://registry.npmjs.org/"
|
|
77
|
+
}
|
|
78
|
+
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"enableAllProjectMcpServers": true,
|
|
3
|
-
"enabledMcpjsonServers": [
|
|
4
|
-
"context7",
|
|
5
|
-
"server-sequential-thinking",
|
|
6
|
-
"supabase"
|
|
7
|
-
],
|
|
8
|
-
"hooks": {
|
|
9
|
-
"Stop": [
|
|
10
|
-
{
|
|
11
|
-
"matcher": "",
|
|
12
|
-
"hooks": [
|
|
13
|
-
{
|
|
14
|
-
"type": "command",
|
|
15
|
-
"command": "echo -e '\\n\\033[1;32m✅ ЗАДАЧА ЗАВЕРШЕНА (Stop)!\\033[0m\\n' && date '+%Y-%m-%d %H:%M:%S - Task completed (Stop)' >> ~/claude-code-log.txt && powershell.exe -Command \"[System.Media.SystemSounds]::Asterisk.Play(); Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms.MessageBox]::Show('Задача завершена (Stop)!', 'Claude Code', [System.Windows.Forms.MessageBoxButtons]::OK, [System.Windows.Forms.MessageBoxIcon]::Information, [System.Windows.Forms.MessageBoxDefaultButton]::Button1, [System.Windows.Forms.MessageBoxOptions]::DefaultDesktopOnly)\""
|
|
16
|
-
}
|
|
17
|
-
]
|
|
18
|
-
}
|
|
19
|
-
]
|
|
20
|
-
}
|
|
21
|
-
}
|
package/mcp/.mcp.local.json
DELETED