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.
@@ -256,33 +256,23 @@
256
256
  ```markdown
257
257
  ## Phase 0: Planning
258
258
 
259
- ### P001: Task Analysis & Executor Assignment
260
- **Description**: Analyze all tasks, assign executors (MAIN for trivial, existing if 100% match, FUTURE otherwise)
261
- **Executor**: MAIN
262
- **Dependencies**: None
263
- **Output**:
264
- - All tasks annotated with [EXECUTOR: name] or [EXECUTOR: future-agent-name]
265
- - All tasks marked [SEQUENTIAL] or [PARALLEL-GROUP-X]
266
- - List of FUTURE agents to create (if any)
267
- **Artifacts**: Updated tasks.md
268
-
269
- ### P002: Research Task Resolution
270
- **Description**: Identify and resolve research questions (simple: solve now, complex: create prompts)
271
- **Executor**: MAIN
272
- **Dependencies**: P001
273
- **Output**:
274
- - Simple research: documented findings
275
- - Complex research: prompts in research/ directory
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
  ```
@@ -4,18 +4,12 @@
4
4
  "command": "npx",
5
5
  "args": ["-y", "@upstash/context7-mcp@latest"]
6
6
  },
7
- "server-sequential-thinking": {
7
+ "sequential-thinking": {
8
8
  "command": "npx",
9
9
  "args": [
10
10
  "-y",
11
- "@smithery/cli@latest",
12
- "run",
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
  }
@@ -4,18 +4,12 @@
4
4
  "command": "npx",
5
5
  "args": ["-y", "@upstash/context7-mcp@latest"]
6
6
  },
7
- "server-sequential-thinking": {
7
+ "sequential-thinking": {
8
8
  "command": "npx",
9
9
  "args": [
10
10
  "-y",
11
- "@smithery/cli@latest",
12
- "run",
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",
@@ -4,18 +4,12 @@
4
4
  "command": "npx",
5
5
  "args": ["-y", "@upstash/context7-mcp@latest"]
6
6
  },
7
- "server-sequential-thinking": {
7
+ "sequential-thinking": {
8
8
  "command": "npx",
9
9
  "args": [
10
10
  "-y",
11
- "@smithery/cli@latest",
12
- "run",
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
- "server-sequential-thinking": {
7
+ "sequential-thinking": {
8
8
  "command": "npx",
9
9
  "args": [
10
10
  "-y",
11
- "@smithery/cli@latest",
12
- "run",
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
- "server-sequential-thinking": {
7
+ "sequential-thinking": {
8
8
  "command": "npx",
9
9
  "args": [
10
10
  "-y",
11
- "@smithery/cli@latest",
12
- "run",
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
- "server-sequential-thinking": {
7
+ "sequential-thinking": {
8
8
  "command": "npx",
9
9
  "args": [
10
10
  "-y",
11
- "@smithery/cli@latest",
12
- "run",
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.0.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
+ {
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
- }
@@ -1,7 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft-07/schema#",
3
- "description": "Local MCP configuration - sensitive values stored in .env.local",
4
- "github_token": "${GITHUB_TOKEN}",
5
- "n8n_api_key": "${N8N_API_KEY}",
6
- "github_pat": "${GITHUB_PAT}"
7
- }