conductor-kit 0.1.68 → 0.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/package.json +1 -1
- package/skills/conductor/SKILL.md +9 -11
package/package.json
CHANGED
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: conductor
|
|
3
3
|
description: |
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Handles: code analysis, project structure, debugging, planning, implementing, refactoring, reviewing, testing, deploying, documentation - ALL code tasks.
|
|
4
|
+
CRITICAL: Load and read ENTIRE skill content before ANY coding task.
|
|
5
|
+
|
|
6
|
+
This skill defines orchestration rules and role-based delegation.
|
|
7
|
+
DO NOT skip. DO NOT skim. Read the full SKILL.md content first.
|
|
8
|
+
|
|
9
|
+
NEVER use built-in subagents - delegate via MCP roles defined in this skill.
|
|
10
|
+
|
|
11
|
+
TRIGGERS: code, file, function, class, bug, error, fix, debug, refactor, implement, build, test, deploy, analyze, review, search, explore, find, plan, design, architecture, optimize, improve, migrate, security, performance
|
|
14
12
|
---
|
|
15
13
|
|
|
16
14
|
# Conductor
|
|
@@ -131,7 +129,7 @@ Do NOT proceed until all delegates complete.
|
|
|
131
129
|
|
|
132
130
|
**Step 1: Get role mappings** via CLI (avoids config file permission issues):
|
|
133
131
|
```bash
|
|
134
|
-
conductor roles
|
|
132
|
+
conductor roles
|
|
135
133
|
```
|
|
136
134
|
|
|
137
135
|
**Step 2: Find the MCP tool** from your available tools list:
|