cokit-cli 1.2.0 → 1.2.3
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 +47 -36
- package/agents/brainstormer.agent.md +1 -1
- package/agents/debugger.agent.md +1 -1
- package/agents/docs-manager.agent.md +2 -2
- package/agents/git-manager.agent.md +5 -5
- package/agents/planner.agent.md +3 -3
- package/agents/researcher.agent.md +0 -1
- package/agents/scout.agent.md +9 -9
- package/agents/ui-ux-designer.agent.md +0 -1
- package/collections/ck-orchestration.collection.yml +2 -2
- package/docs/README.md +8 -8
- package/docs/codebase-summary.md +19 -19
- package/docs/cokit-commands-usage-guide.md +42 -43
- package/docs/cokit-comprehensive-mapping-guide.md +15 -15
- package/docs/cokit-slides.md +6 -6
- package/docs/cokit-sync-and-maintenance-guide.md +45 -45
- package/docs/cokit-team-presentation.md +11 -11
- package/docs/copilot-processing-flow.md +11 -11
- package/docs/guide-next-steps-speckit-cokit-implementation.md +1 -1
- package/docs/migration-guide.md +9 -9
- package/docs/project-overview-pdr.md +3 -3
- package/docs/project-roadmap.md +20 -11
- package/docs/system-architecture.md +6 -6
- package/package.json +1 -1
- package/prompts/ck-ask.prompt.md +3 -2
- package/prompts/ck-bootstrap.prompt.md +26 -32
- package/prompts/ck-brainstorm.prompt.md +4 -3
- package/prompts/ck-cook.prompt.md +5 -4
- package/prompts/ck-debug.prompt.md +4 -3
- package/prompts/ck-docs.prompt.md +4 -3
- package/prompts/ck-fix-ci.prompt.md +46 -0
- package/prompts/ck-fix-fast.prompt.md +44 -0
- package/prompts/ck-fix-hard.prompt.md +60 -0
- package/prompts/ck-fix-logs.prompt.md +53 -0
- package/prompts/ck-fix-test.prompt.md +47 -0
- package/prompts/ck-fix-types.prompt.md +29 -0
- package/prompts/ck-fix-ui.prompt.md +50 -0
- package/prompts/ck-fix.prompt.md +13 -15
- package/prompts/ck-git.prompt.md +2 -2
- package/prompts/ck-help.prompt.md +8 -6
- package/prompts/ck-journal.prompt.md +5 -3
- package/prompts/ck-plan-fast.prompt.md +26 -5
- package/prompts/ck-plan-hard.prompt.md +30 -9
- package/prompts/ck-plan-validate.prompt.md +209 -0
- package/prompts/ck-plan.prompt.md +49 -12
- package/prompts/ck-preview.prompt.md +16 -32
- package/prompts/ck-review.prompt.md +10 -11
- package/prompts/ck-scout.prompt.md +5 -4
- package/prompts/ck-simplify.prompt.md +3 -3
- package/prompts/ck-spec-analyze.prompt.md +9 -11
- package/prompts/ck-spec-checklist.prompt.md +7 -9
- package/prompts/ck-spec-clarify.prompt.md +8 -15
- package/prompts/ck-spec-constitution.prompt.md +6 -11
- package/prompts/ck-spec-implement.prompt.md +7 -10
- package/prompts/ck-spec-plan.prompt.md +5 -18
- package/prompts/ck-spec-specify.prompt.md +8 -17
- package/prompts/ck-spec-tasks.prompt.md +4 -16
- package/prompts/ck-test.prompt.md +5 -3
- package/prompts/ck-watzup.prompt.md +4 -2
- package/skills/INSTALLATION.md +3 -3
- package/skills/README.md +12 -34
- package/skills/agent-browser/SKILL.md +0 -1
- package/skills/agent_skills_spec.md +2 -2
- package/skills/backend-development/SKILL.md +0 -2
- package/skills/brainstorm/SKILL.md +7 -9
- package/skills/code-review/SKILL.md +9 -9
- package/skills/code-review/references/code-review-reception.md +1 -1
- package/skills/code-review/references/requesting-code-review.md +7 -7
- package/skills/common/api_key_helper.py +8 -8
- package/skills/context-engineering/SKILL.md +3 -4
- package/skills/context-engineering/references/context-degradation.md +2 -2
- package/skills/context-engineering/references/runtime-awareness.md +6 -6
- package/skills/cook/README.md +2 -2
- package/skills/cook/SKILL.md +3 -4
- package/skills/cook/references/agent-patterns.md +75 -0
- package/skills/cook/references/review-cycle.md +2 -2
- package/skills/cook/references/workflow-steps.md +6 -6
- package/skills/databases/SKILL.md +0 -1
- package/skills/databases/scripts/db_migrate.py +2 -2
- package/skills/databases/scripts/db_performance_check.py +2 -2
- package/skills/debug/SKILL.md +0 -1
- package/skills/devops/SKILL.md +0 -2
- package/skills/devops/scripts/docker_optimize.py +2 -2
- package/skills/docs-seeker/SKILL.md +0 -1
- package/skills/docs-seeker/package.json +1 -1
- package/skills/docs-seeker/scripts/utils/env-loader.js +2 -2
- package/skills/fix/SKILL.md +10 -11
- package/skills/fix/references/mode-selection.md +11 -27
- package/skills/fix/references/parallel-exploration.md +9 -9
- package/skills/fix/references/review-cycle.md +3 -3
- package/skills/fix/references/skill-activation-matrix.md +3 -3
- package/skills/fix/references/workflow-deep.md +11 -11
- package/skills/fix/references/workflow-quick.md +5 -5
- package/skills/fix/references/workflow-standard.md +12 -12
- package/skills/frontend-design/SKILL.md +2 -3
- package/skills/frontend-design/references/workflow-describe.md +1 -1
- package/skills/frontend-design/references/workflow-quick.md +1 -1
- package/skills/frontend-design/references/workflow-screenshot.md +1 -1
- package/skills/git/SKILL.md +2 -3
- package/skills/git/references/commit-standards.md +2 -2
- package/skills/git/references/workflow-commit.md +1 -1
- package/skills/git/references/workflow-merge.md +1 -1
- package/skills/git/references/workflow-pr.md +1 -1
- package/skills/git/references/workflow-push.md +1 -1
- package/skills/install.ps1 +5 -5
- package/skills/install.sh +2 -2
- package/skills/mcp-management/README.md +8 -8
- package/skills/mcp-management/SKILL.md +9 -9
- package/skills/mcp-management/references/gemini-cli-integration.md +2 -2
- package/skills/mcp-management/scripts/.env.example +2 -2
- package/skills/planning/SKILL.md +4 -5
- package/skills/planning/references/output-standards.md +1 -1
- package/skills/planning/references/plan-organization.md +1 -1
- package/skills/problem-solving/SKILL.md +1 -2
- package/skills/repomix/SKILL.md +2 -2
- package/skills/repomix/references/usage-patterns.md +2 -2
- package/skills/research/SKILL.md +0 -1
- package/skills/scout/SKILL.md +9 -10
- package/skills/scout/references/external-scouting.md +10 -10
- package/skills/scout/references/internal-scouting.md +9 -9
- package/skills/sequential-thinking/README.md +3 -3
- package/skills/sequential-thinking/SKILL.md +0 -2
- package/skills/sequential-thinking/package.json +1 -1
- package/skills/ui-styling/SKILL.md +0 -2
- package/skills/web-testing/SKILL.md +0 -2
- package/templates/repo/.github/agents/brainstormer.agent.md +1 -1
- package/templates/repo/.github/agents/debugger.agent.md +1 -1
- package/templates/repo/.github/agents/docs-manager.agent.md +2 -2
- package/templates/repo/.github/agents/git-manager.agent.md +5 -5
- package/templates/repo/.github/agents/planner.agent.md +3 -3
- package/templates/repo/.github/agents/researcher.agent.md +0 -1
- package/templates/repo/.github/agents/scout.agent.md +9 -9
- package/templates/repo/.github/agents/ui-ux-designer.agent.md +0 -1
- package/templates/repo/.github/collections/ck-orchestration.collection.yml +2 -2
- package/templates/repo/.github/prompts/ck-ask.prompt.md +3 -2
- package/templates/repo/.github/prompts/ck-bootstrap.prompt.md +26 -32
- package/templates/repo/.github/prompts/ck-brainstorm.prompt.md +4 -3
- package/templates/repo/.github/prompts/ck-cook.prompt.md +5 -4
- package/templates/repo/.github/prompts/ck-debug.prompt.md +4 -3
- package/templates/repo/.github/prompts/ck-docs.prompt.md +4 -3
- package/templates/repo/.github/prompts/ck-fix-ci.prompt.md +46 -0
- package/templates/repo/.github/prompts/ck-fix-fast.prompt.md +44 -0
- package/templates/repo/.github/prompts/ck-fix-hard.prompt.md +60 -0
- package/templates/repo/.github/prompts/ck-fix-logs.prompt.md +53 -0
- package/templates/repo/.github/prompts/ck-fix-test.prompt.md +47 -0
- package/templates/repo/.github/prompts/ck-fix-types.prompt.md +29 -0
- package/templates/repo/.github/prompts/ck-fix-ui.prompt.md +50 -0
- package/templates/repo/.github/prompts/ck-fix.prompt.md +13 -15
- package/templates/repo/.github/prompts/ck-git.prompt.md +2 -2
- package/templates/repo/.github/prompts/ck-help.prompt.md +8 -6
- package/templates/repo/.github/prompts/ck-journal.prompt.md +5 -3
- package/templates/repo/.github/prompts/ck-plan-fast.prompt.md +26 -5
- package/templates/repo/.github/prompts/ck-plan-hard.prompt.md +30 -9
- package/templates/repo/.github/prompts/ck-plan-validate.prompt.md +209 -0
- package/templates/repo/.github/prompts/ck-plan.prompt.md +49 -12
- package/templates/repo/.github/prompts/ck-preview.prompt.md +16 -32
- package/templates/repo/.github/prompts/ck-review.prompt.md +10 -11
- package/templates/repo/.github/prompts/ck-scout.prompt.md +5 -4
- package/templates/repo/.github/prompts/ck-simplify.prompt.md +3 -3
- package/templates/repo/.github/prompts/ck-spec-analyze.prompt.md +9 -11
- package/templates/repo/.github/prompts/ck-spec-checklist.prompt.md +7 -9
- package/templates/repo/.github/prompts/ck-spec-clarify.prompt.md +8 -15
- package/templates/repo/.github/prompts/ck-spec-constitution.prompt.md +6 -11
- package/templates/repo/.github/prompts/ck-spec-implement.prompt.md +7 -10
- package/templates/repo/.github/prompts/ck-spec-plan.prompt.md +5 -18
- package/templates/repo/.github/prompts/ck-spec-specify.prompt.md +7 -17
- package/templates/repo/.github/prompts/ck-spec-tasks.prompt.md +4 -16
- package/templates/repo/.github/prompts/ck-test.prompt.md +5 -3
- package/templates/repo/.github/prompts/ck-watzup.prompt.md +4 -2
- package/templates/repo/.github/skills/INSTALLATION.md +3 -3
- package/templates/repo/.github/skills/README.md +12 -34
- package/templates/repo/.github/skills/agent-browser/SKILL.md +0 -1
- package/templates/repo/.github/skills/agent_skills_spec.md +2 -2
- package/templates/repo/.github/skills/backend-development/SKILL.md +0 -2
- package/templates/repo/.github/skills/brainstorm/SKILL.md +7 -9
- package/templates/repo/.github/skills/code-review/SKILL.md +9 -9
- package/templates/repo/.github/skills/code-review/references/code-review-reception.md +1 -1
- package/templates/repo/.github/skills/code-review/references/requesting-code-review.md +7 -7
- package/templates/repo/.github/skills/common/api_key_helper.py +8 -8
- package/templates/repo/.github/skills/context-engineering/SKILL.md +3 -4
- package/templates/repo/.github/skills/context-engineering/references/context-degradation.md +2 -2
- package/templates/repo/.github/skills/context-engineering/references/runtime-awareness.md +6 -6
- package/templates/repo/.github/skills/cook/README.md +2 -2
- package/templates/repo/.github/skills/cook/SKILL.md +3 -4
- package/templates/repo/.github/skills/cook/references/agent-patterns.md +75 -0
- package/templates/repo/.github/skills/cook/references/review-cycle.md +2 -2
- package/templates/repo/.github/skills/cook/references/workflow-steps.md +6 -6
- package/templates/repo/.github/skills/databases/SKILL.md +0 -1
- package/templates/repo/.github/skills/databases/scripts/db_migrate.py +2 -2
- package/templates/repo/.github/skills/databases/scripts/db_performance_check.py +2 -2
- package/templates/repo/.github/skills/debug/SKILL.md +0 -1
- package/templates/repo/.github/skills/devops/SKILL.md +0 -2
- package/templates/repo/.github/skills/devops/scripts/docker_optimize.py +2 -2
- package/templates/repo/.github/skills/docs-seeker/SKILL.md +0 -1
- package/templates/repo/.github/skills/docs-seeker/package.json +1 -1
- package/templates/repo/.github/skills/docs-seeker/scripts/utils/env-loader.js +2 -2
- package/templates/repo/.github/skills/fix/SKILL.md +10 -11
- package/templates/repo/.github/skills/fix/references/mode-selection.md +11 -27
- package/templates/repo/.github/skills/fix/references/parallel-exploration.md +9 -9
- package/templates/repo/.github/skills/fix/references/review-cycle.md +3 -3
- package/templates/repo/.github/skills/fix/references/skill-activation-matrix.md +3 -3
- package/templates/repo/.github/skills/fix/references/workflow-deep.md +11 -11
- package/templates/repo/.github/skills/fix/references/workflow-quick.md +5 -5
- package/templates/repo/.github/skills/fix/references/workflow-standard.md +12 -12
- package/templates/repo/.github/skills/frontend-design/SKILL.md +2 -3
- package/templates/repo/.github/skills/frontend-design/references/workflow-describe.md +1 -1
- package/templates/repo/.github/skills/frontend-design/references/workflow-quick.md +1 -1
- package/templates/repo/.github/skills/frontend-design/references/workflow-screenshot.md +1 -1
- package/templates/repo/.github/skills/git/SKILL.md +2 -3
- package/templates/repo/.github/skills/git/references/commit-standards.md +2 -2
- package/templates/repo/.github/skills/git/references/workflow-commit.md +1 -1
- package/templates/repo/.github/skills/git/references/workflow-merge.md +1 -1
- package/templates/repo/.github/skills/git/references/workflow-pr.md +1 -1
- package/templates/repo/.github/skills/git/references/workflow-push.md +1 -1
- package/templates/repo/.github/skills/install.ps1 +5 -5
- package/templates/repo/.github/skills/install.sh +2 -2
- package/templates/repo/.github/skills/mcp-management/README.md +8 -8
- package/templates/repo/.github/skills/mcp-management/SKILL.md +9 -9
- package/templates/repo/.github/skills/mcp-management/references/gemini-cli-integration.md +2 -2
- package/templates/repo/.github/skills/mcp-management/scripts/.env.example +2 -2
- package/templates/repo/.github/skills/planning/SKILL.md +4 -5
- package/templates/repo/.github/skills/planning/references/output-standards.md +1 -1
- package/templates/repo/.github/skills/planning/references/plan-organization.md +1 -1
- package/templates/repo/.github/skills/problem-solving/SKILL.md +1 -2
- package/templates/repo/.github/skills/repomix/SKILL.md +2 -2
- package/templates/repo/.github/skills/repomix/references/usage-patterns.md +2 -2
- package/templates/repo/.github/skills/research/SKILL.md +0 -1
- package/templates/repo/.github/skills/scout/SKILL.md +9 -10
- package/templates/repo/.github/skills/scout/references/external-scouting.md +10 -10
- package/templates/repo/.github/skills/scout/references/internal-scouting.md +9 -9
- package/templates/repo/.github/skills/sequential-thinking/README.md +3 -3
- package/templates/repo/.github/skills/sequential-thinking/SKILL.md +0 -2
- package/templates/repo/.github/skills/sequential-thinking/package.json +1 -1
- package/templates/repo/.github/skills/ui-styling/SKILL.md +0 -2
- package/templates/repo/.github/skills/web-testing/SKILL.md +0 -2
- package/docs/cokit-instruction-guide.html +0 -3004
- package/docs/images/cokit-command-finder-final.png +0 -0
- package/docs/images/cokit-highlight-fix.png +0 -0
- package/docs/images/cokit-highlight-test.png +0 -0
- package/prompts/ck-spec-taskstoissues.prompt.md +0 -48
- package/skills/cook/references/subagent-patterns.md +0 -75
- package/templates/repo/.github/prompts/ck-spec-taskstoissues.prompt.md +0 -48
- package/templates/repo/.github/skills/cook/references/subagent-patterns.md +0 -75
|
@@ -1,32 +1,16 @@
|
|
|
1
1
|
# Mode Selection
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
##
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"label": "Autonomous (Recommended)",
|
|
15
|
-
"description": "Auto-approve if quality high, only ask when stuck"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"label": "Human-in-the-loop",
|
|
19
|
-
"description": "Pause for approval at each major step"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"label": "Quick fix",
|
|
23
|
-
"description": "Fast debug-fix-review cycle for simple issues"
|
|
24
|
-
}
|
|
25
|
-
],
|
|
26
|
-
"multiSelect": false
|
|
27
|
-
}]
|
|
28
|
-
}
|
|
29
|
-
```
|
|
3
|
+
Ask the user at start of fixing workflow to choose a mode. Present the question directly in your response, then stop and wait for their answer.
|
|
4
|
+
|
|
5
|
+
## Question Format
|
|
6
|
+
|
|
7
|
+
Ask the user:
|
|
8
|
+
|
|
9
|
+
> **Fix Mode:** How should I handle the fix workflow?
|
|
10
|
+
>
|
|
11
|
+
> 1. **Autonomous (Recommended)** — Auto-approve if quality high, only ask when stuck
|
|
12
|
+
> 2. **Human-in-the-loop** — Pause for approval at each major step
|
|
13
|
+
> 3. **Quick fix** — Fast debug-fix-review cycle for simple issues
|
|
30
14
|
|
|
31
15
|
## Mode Recommendations
|
|
32
16
|
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
# Parallel Exploration
|
|
2
2
|
|
|
3
|
-
Patterns for launching multiple
|
|
3
|
+
Patterns for launching multiple agents in parallel to scout codebase and verify implementation.
|
|
4
4
|
|
|
5
5
|
## Parallel Exploration (Scouting)
|
|
6
6
|
|
|
7
|
-
Launch multiple `Explore`
|
|
7
|
+
Launch multiple `Explore` agents simultaneously when needing to find:
|
|
8
8
|
- Related files across different areas
|
|
9
9
|
- Similar implementations/patterns
|
|
10
10
|
- Dependencies and usage
|
|
11
11
|
|
|
12
12
|
**Pattern:**
|
|
13
13
|
```
|
|
14
|
-
Task(
|
|
15
|
-
Task(
|
|
16
|
-
Task(
|
|
14
|
+
Task(agent_type="Explore", prompt="Find [X] in [area1]", description="Scout area1")
|
|
15
|
+
Task(agent_type="Explore", prompt="Find [Y] in [area2]", description="Scout area2")
|
|
16
|
+
Task(agent_type="Explore", prompt="Find [Z] in [area3]", description="Scout area3")
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
**Example - Multi-area scouting:**
|
|
@@ -26,12 +26,12 @@ Task("Explore", "Find test files for auth module", "Scout tests")
|
|
|
26
26
|
|
|
27
27
|
## Parallel Verification (Bash)
|
|
28
28
|
|
|
29
|
-
Launch multiple `Bash`
|
|
29
|
+
Launch multiple `Bash` agents to verify implementation from different angles.
|
|
30
30
|
|
|
31
31
|
**Pattern:**
|
|
32
32
|
```
|
|
33
|
-
Task(
|
|
34
|
-
Task(
|
|
33
|
+
Task(agent_type="Bash", prompt="Run [command1]", description="Verify X")
|
|
34
|
+
Task(agent_type="Bash", prompt="Run [command2]", description="Verify Y")
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
**Example - Multi-verification:**
|
|
@@ -73,5 +73,5 @@ Task("Bash", "Run build", "Verify build")
|
|
|
73
73
|
## Resource Limits
|
|
74
74
|
|
|
75
75
|
- Max 3 parallel agents recommended (system resources)
|
|
76
|
-
- Each
|
|
76
|
+
- Each agent has 200K token context limit
|
|
77
77
|
- Keep prompts concise to avoid context bloat
|
|
@@ -20,9 +20,9 @@ LOOP:
|
|
|
20
20
|
→ cycle++, GOTO LOOP
|
|
21
21
|
|
|
22
22
|
4. ELSE IF cycle >= 3:
|
|
23
|
-
→ ESCALATE to user
|
|
23
|
+
→ ESCALATE to user directly in response
|
|
24
24
|
→ Display findings
|
|
25
|
-
→
|
|
25
|
+
→ Ask: "Fix manually" / "Approve anyway" / "Abort" — wait for response
|
|
26
26
|
|
|
27
27
|
5. ELSE (score < 9.5, no critical):
|
|
28
28
|
→ Output: "✓ Review [score]/10 - Approved with [N] warnings"
|
|
@@ -44,7 +44,7 @@ ALWAYS:
|
|
|
44
44
|
│ Suggestions ([N]): [list] │
|
|
45
45
|
└─────────────────────────────────────┘
|
|
46
46
|
|
|
47
|
-
3.
|
|
47
|
+
3. Ask user directly in response, then wait for answer:
|
|
48
48
|
IF critical_count > 0:
|
|
49
49
|
- "Fix critical issues"
|
|
50
50
|
- "Fix all issues"
|
|
@@ -18,9 +18,9 @@ When to activate each skill during fixing workflows.
|
|
|
18
18
|
| `context-engineering` | Fixing AI/LLM/agent code, context window issues |
|
|
19
19
|
| ImageMagick/FFmpeg | Image/video processing, visual asset manipulation |
|
|
20
20
|
|
|
21
|
-
##
|
|
21
|
+
## Agent Usage
|
|
22
22
|
|
|
23
|
-
|
|
|
23
|
+
| Agent | Activate When |
|
|
24
24
|
|----------|---------------|
|
|
25
25
|
| `debugger` | Root cause unclear, need deep investigation |
|
|
26
26
|
| `Explore` (parallel) | Scout multiple areas simultaneously |
|
|
@@ -61,5 +61,5 @@ See `references/parallel-exploration.md` for detailed patterns.
|
|
|
61
61
|
| "stuck", "tried everything" | `problem-solving` |
|
|
62
62
|
| "complex", "multi-step" | `sequential-thinking` |
|
|
63
63
|
| "which approach", "options" | `brainstorming` |
|
|
64
|
-
| "latest docs", "best practice" | `researcher`
|
|
64
|
+
| "latest docs", "best practice" | `researcher` agent |
|
|
65
65
|
| Screenshot attached | Visual analysis |
|
|
@@ -5,7 +5,7 @@ Full pipeline with research, brainstorming, and planning for complex issues.
|
|
|
5
5
|
## Steps
|
|
6
6
|
|
|
7
7
|
### Step 1: Debug & Parallel Investigation
|
|
8
|
-
Activate `debug` skill. Launch 2-3 `Explore`
|
|
8
|
+
Activate `debug` skill. Launch 2-3 `Explore` agents in parallel:
|
|
9
9
|
```
|
|
10
10
|
Task("Explore", "Find error origin", "Trace error")
|
|
11
11
|
Task("Explore", "Find affected components", "Map deps")
|
|
@@ -16,7 +16,7 @@ See `references/parallel-exploration.md` for patterns.
|
|
|
16
16
|
**Output:** `✓ Step 1: Root cause - [summary], system impact: [scope]`
|
|
17
17
|
|
|
18
18
|
### Step 2: Research
|
|
19
|
-
Use `researcher`
|
|
19
|
+
Use `researcher` agent for external knowledge.
|
|
20
20
|
|
|
21
21
|
- Search latest docs, best practices
|
|
22
22
|
- Find similar issues/solutions
|
|
@@ -34,7 +34,7 @@ Activate `brainstorming` skill.
|
|
|
34
34
|
**Output:** `✓ Step 3: Approach selected - [chosen approach]`
|
|
35
35
|
|
|
36
36
|
### Step 4: Plan
|
|
37
|
-
Use `planner`
|
|
37
|
+
Use `planner` agent to create implementation plan.
|
|
38
38
|
|
|
39
39
|
- Break down into phases
|
|
40
40
|
- Identify dependencies
|
|
@@ -51,7 +51,7 @@ See `references/parallel-exploration.md`
|
|
|
51
51
|
**Output:** `✓ Step 5: Implemented - [N] files, [M] phases, verified`
|
|
52
52
|
|
|
53
53
|
### Step 6: Test
|
|
54
|
-
Use `tester`
|
|
54
|
+
Use `tester` agent.
|
|
55
55
|
|
|
56
56
|
- Comprehensive testing
|
|
57
57
|
- Edge cases, security, performance
|
|
@@ -60,24 +60,24 @@ Use `tester` subagent.
|
|
|
60
60
|
**Output:** `✓ Step 6: Tests [X/X passed]`
|
|
61
61
|
|
|
62
62
|
### Step 7: Review
|
|
63
|
-
Use `code-reviewer`
|
|
63
|
+
Use `code-reviewer` agent.
|
|
64
64
|
|
|
65
65
|
See `references/review-cycle.md` for mode-specific handling.
|
|
66
66
|
|
|
67
67
|
**Output:** `✓ Step 7: Review [score]/10 - [status]`
|
|
68
68
|
|
|
69
69
|
### Step 8: Finalize
|
|
70
|
-
- Use `project-manager`
|
|
71
|
-
- Use `docs-manager`
|
|
72
|
-
- Use `git-manager`
|
|
70
|
+
- Use `project-manager` agent to update roadmap
|
|
71
|
+
- Use `docs-manager` agent for documentation
|
|
72
|
+
- Use `git-manager` agent for commit
|
|
73
73
|
|
|
74
74
|
**Output:** `✓ Step 8: Complete - [actions taken]`
|
|
75
75
|
|
|
76
|
-
## Skills/
|
|
76
|
+
## Skills/Agents Activated
|
|
77
77
|
|
|
78
|
-
| Step | Skills/
|
|
78
|
+
| Step | Skills/Agents |
|
|
79
79
|
|------|------------------|
|
|
80
|
-
| 1 | `debug`, parallel `Explore`
|
|
80
|
+
| 1 | `debug`, parallel `Explore` agents for investigation |
|
|
81
81
|
| 2 | `researcher` |
|
|
82
82
|
| 3 | `brainstorm` |
|
|
83
83
|
| 4 | `planner` |
|
|
@@ -5,7 +5,7 @@ Fast debug-fix-review cycle for simple issues.
|
|
|
5
5
|
## Steps
|
|
6
6
|
|
|
7
7
|
### Step 1: Debug
|
|
8
|
-
Activate `debug` skill. Find root cause quickly. Verify the root cause with multiple `Explore`
|
|
8
|
+
Activate `debug` skill. Find root cause quickly. Verify the root cause with multiple `Explore` agents in parallel.
|
|
9
9
|
- Read error message/logs
|
|
10
10
|
- Locate affected file(s)
|
|
11
11
|
- Identify exact fix needed
|
|
@@ -29,7 +29,7 @@ See `references/parallel-exploration.md` for patterns.
|
|
|
29
29
|
**Output:** `✓ Step 2: Fixed - [N] files, verified (types/lint passed)`
|
|
30
30
|
|
|
31
31
|
### Step 3: Verify
|
|
32
|
-
Use `code-reviewer`
|
|
32
|
+
Use `code-reviewer` agent for quick review.
|
|
33
33
|
|
|
34
34
|
Prompt: "Quick review of fix for [issue]. Check: correctness, security, no regressions. Score X/10."
|
|
35
35
|
|
|
@@ -40,16 +40,16 @@ Prompt: "Quick review of fix for [issue]. Check: correctness, security, no regre
|
|
|
40
40
|
### Step 4: Complete
|
|
41
41
|
Report summary to user.
|
|
42
42
|
|
|
43
|
-
**If autonomous mode:** Ask to commit via `git-manager`
|
|
43
|
+
**If autonomous mode:** Ask to commit via `git-manager` agent if score >= 9.0
|
|
44
44
|
**If HITL mode:** Ask user next action
|
|
45
45
|
|
|
46
46
|
**Output:** `✓ Step 4: Complete - [action]`
|
|
47
47
|
|
|
48
|
-
## Skills/
|
|
48
|
+
## Skills/Agents Activated
|
|
49
49
|
|
|
50
50
|
- `debug` - Always (Step 1)
|
|
51
51
|
- Parallel `git-manager` - Verification (Step 2)
|
|
52
|
-
- `code-reviewer`
|
|
52
|
+
- `code-reviewer` agent - Always (Step 3)
|
|
53
53
|
- `context-engineering` - If dealing with AI/LLM code
|
|
54
54
|
|
|
55
55
|
## Notes
|
|
@@ -5,7 +5,7 @@ Full pipeline for moderate complexity issues.
|
|
|
5
5
|
## Steps
|
|
6
6
|
|
|
7
7
|
### Step 1: Debug & Investigate
|
|
8
|
-
Activate `debug` skill. Use `debugger`
|
|
8
|
+
Activate `debug` skill. Use `debugger` agent if needed.
|
|
9
9
|
|
|
10
10
|
- Read error messages, logs, stack traces
|
|
11
11
|
- Reproduce the issue
|
|
@@ -15,7 +15,7 @@ Activate `debug` skill. Use `debugger` subagent if needed.
|
|
|
15
15
|
**Output:** `✓ Step 1: Root cause - [summary], [N] files affected`
|
|
16
16
|
|
|
17
17
|
### Step 2: Parallel Scout
|
|
18
|
-
Launch multiple `Explore`
|
|
18
|
+
Launch multiple `Explore` agents in parallel to scout and verify the root cause.
|
|
19
19
|
|
|
20
20
|
**Pattern:** In SINGLE message, launch 2-3 Explore agents:
|
|
21
21
|
```
|
|
@@ -48,7 +48,7 @@ Task("Bash", "Run build", "Verify build")
|
|
|
48
48
|
**Output:** `✓ Step 3: Implemented - [N] files, verified (types/lint/build passed)`
|
|
49
49
|
|
|
50
50
|
### Step 4: Test
|
|
51
|
-
Use `tester`
|
|
51
|
+
Use `tester` agent to run tests.
|
|
52
52
|
|
|
53
53
|
- Write new tests if needed
|
|
54
54
|
- Run existing test suite
|
|
@@ -57,7 +57,7 @@ Use `tester` subagent to run tests.
|
|
|
57
57
|
**Output:** `✓ Step 4: Tests [X/X passed]`
|
|
58
58
|
|
|
59
59
|
### Step 5: Review
|
|
60
|
-
Use `code-reviewer`
|
|
60
|
+
Use `code-reviewer` agent.
|
|
61
61
|
|
|
62
62
|
See `references/review-cycle.md` for mode-specific handling.
|
|
63
63
|
|
|
@@ -65,21 +65,21 @@ See `references/review-cycle.md` for mode-specific handling.
|
|
|
65
65
|
|
|
66
66
|
### Step 6: Finalize
|
|
67
67
|
- Report summary to user
|
|
68
|
-
- Ask to commit via `git-manager`
|
|
68
|
+
- Ask to commit via `git-manager` agent
|
|
69
69
|
- Update docs if needed via `docs-manager`
|
|
70
70
|
|
|
71
71
|
**Output:** `✓ Step 6: Complete - [action]`
|
|
72
72
|
|
|
73
|
-
## Skills/
|
|
73
|
+
## Skills/Agents Activated
|
|
74
74
|
|
|
75
|
-
| Step | Skills/
|
|
75
|
+
| Step | Skills/Agents |
|
|
76
76
|
|------|------------------|
|
|
77
|
-
| 1 | `debug`, `debugger`
|
|
78
|
-
| 2 | Multiple `Explore`
|
|
77
|
+
| 1 | `debug`, `debugger` agent |
|
|
78
|
+
| 2 | Multiple `Explore` agents in parallel (optional) |
|
|
79
79
|
| 3 | `problem-solving`, `sequential-thinking`, parallel `Bash` for verification |
|
|
80
|
-
| 4 | `tester`
|
|
81
|
-
| 5 | `code-reviewer`
|
|
82
|
-
| 6 | `git-manager`, `docs-manager`
|
|
80
|
+
| 4 | `tester` agent |
|
|
81
|
+
| 5 | `code-reviewer` agent |
|
|
82
|
+
| 6 | `git-manager`, `docs-manager` agents |
|
|
83
83
|
|
|
84
84
|
**Rules:** Don't skip steps. Validate before proceeding. One phase at a time.
|
|
85
85
|
**Frontend:** Use `agent-browser` or browser automation tools to verify.
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: frontend-design
|
|
3
3
|
description: Create polished frontend interfaces from designs/screenshots. Use for web components, replicating UI designs, quick prototypes, avoiding AI slop.
|
|
4
|
-
license: Complete terms in LICENSE.txt
|
|
5
4
|
---
|
|
6
5
|
|
|
7
6
|
Create distinctive, production-grade frontend interfaces. Implement real working code with exceptional aesthetic attention.
|
|
@@ -22,7 +21,7 @@ Choose workflow based on input type:
|
|
|
22
21
|
## Screenshot/Video Replication (Quick Reference)
|
|
23
22
|
|
|
24
23
|
1. **Analyze** visually - extract colors, fonts, spacing, effects
|
|
25
|
-
2. **Plan** with `ui-ux-designer`
|
|
24
|
+
2. **Plan** with `ui-ux-designer` agent - create phased implementation
|
|
26
25
|
3. **Implement** - match source precisely
|
|
27
26
|
4. **Verify** - compare to original
|
|
28
27
|
5. **Document** - update `./docs/design-guidelines.md` if approved
|
|
@@ -72,4 +71,4 @@ DO:
|
|
|
72
71
|
- Match complexity to vision (maximalist = elaborate; minimalist = precise)
|
|
73
72
|
- Make unexpected, context-specific choices
|
|
74
73
|
|
|
75
|
-
Remember:
|
|
74
|
+
Remember: The AI agent is capable of extraordinary creative work. Commit fully to distinctive visions.
|
|
@@ -50,7 +50,7 @@ Analyze and describe exhaustively:
|
|
|
50
50
|
**Font Prediction**: Match actual fonts, avoid Inter/Poppins defaults.
|
|
51
51
|
|
|
52
52
|
### 2. Create Implementation Plan
|
|
53
|
-
Use `ui-ux-designer`
|
|
53
|
+
Use `ui-ux-designer` agent:
|
|
54
54
|
- Create plan directory (use `## Naming` pattern)
|
|
55
55
|
- Write `plan.md` overview (<80 lines)
|
|
56
56
|
- Add detailed `phase-XX-name.md` files
|
|
@@ -14,7 +14,7 @@ Quick reference from `ui-styling` skill:
|
|
|
14
14
|
## Workflow Steps
|
|
15
15
|
|
|
16
16
|
### 1. Start Design Process
|
|
17
|
-
Use `ui-ux-designer`
|
|
17
|
+
Use `ui-ux-designer` agent directly:
|
|
18
18
|
- Skip extensive planning
|
|
19
19
|
- Move to implementation quickly
|
|
20
20
|
- Make design decisions on-the-fly
|
|
@@ -22,7 +22,7 @@ Extract from screenshot:
|
|
|
22
22
|
**Font Prediction**: Avoid defaulting to Inter/Poppins. Match actual fonts visible.
|
|
23
23
|
|
|
24
24
|
### 2. Create Implementation Plan
|
|
25
|
-
Use `ui-ux-designer`
|
|
25
|
+
Use `ui-ux-designer` agent:
|
|
26
26
|
- Create plan directory (use `## Naming` pattern from hooks)
|
|
27
27
|
- Write `plan.md` (<80 lines, generic overview)
|
|
28
28
|
- Add `phase-XX-name.md` files with:
|
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: git
|
|
3
3
|
description: Git operations with conventional commits. Use for staging, committing, pushing, PRs, merges. Auto-splits commits by type/scope. Security scans for secrets.
|
|
4
|
-
version: 1.0.0
|
|
5
4
|
---
|
|
6
5
|
|
|
7
6
|
# Git Operations
|
|
8
7
|
|
|
9
|
-
Execute git workflows via `git-manager`
|
|
8
|
+
Execute git workflows via `git-manager` agent to isolate verbose output.
|
|
10
9
|
Activate `context-engineering` skill.
|
|
11
10
|
|
|
12
11
|
**IMPORTANT:**
|
|
13
12
|
- Sacrifice grammar for the sake of concision.
|
|
14
13
|
- Ensure token efficiency while maintaining high quality.
|
|
15
|
-
- Pass these rules to
|
|
14
|
+
- Pass these rules to agents.
|
|
16
15
|
|
|
17
16
|
## Arguments
|
|
18
17
|
- `cm`: Stage files & create commits
|
|
@@ -26,8 +26,8 @@ type(scope): description
|
|
|
26
26
|
- Only use `feat`, `fix`, or `perf` prefixes for files in `.copilot` directory (do not use `docs`).
|
|
27
27
|
|
|
28
28
|
## NEVER Include AI Attribution
|
|
29
|
-
- ❌ "Generated with
|
|
30
|
-
- ❌ "Co-Authored-By:
|
|
29
|
+
- ❌ "Generated with AI"
|
|
30
|
+
- ❌ "Co-Authored-By: AI"
|
|
31
31
|
- ❌ Any AI reference
|
|
32
32
|
|
|
33
33
|
## Good Examples
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# Skills Installation Script for Windows (PowerShell)
|
|
2
|
-
# Installs all dependencies for
|
|
1
|
+
# CoKit Skills Installation Script for Windows (PowerShell)
|
|
2
|
+
# Installs all dependencies for skills
|
|
3
3
|
#
|
|
4
4
|
# Exit codes (rustup model):
|
|
5
5
|
# 0 = Success (full or partial)
|
|
@@ -1093,13 +1093,13 @@ function Show-Usage {
|
|
|
1093
1093
|
Write-Host " ..copilot\skills\.venv\Scripts\Activate.ps1"
|
|
1094
1094
|
Write-Host ""
|
|
1095
1095
|
Write-Host "For more information, see:" -ForegroundColor Blue
|
|
1096
|
-
Write-Host " .
|
|
1096
|
+
Write-Host " .copilot\skills\INSTALLATION.md"
|
|
1097
1097
|
Write-Host ""
|
|
1098
1098
|
}
|
|
1099
1099
|
|
|
1100
1100
|
# Show help
|
|
1101
1101
|
function Show-Help {
|
|
1102
|
-
Write-Host "
|
|
1102
|
+
Write-Host "CoKit Skills Installation Script for Windows"
|
|
1103
1103
|
Write-Host ""
|
|
1104
1104
|
Write-Host "Usage:"
|
|
1105
1105
|
Write-Host " .\install.ps1 [Options]"
|
|
@@ -1146,7 +1146,7 @@ function Main {
|
|
|
1146
1146
|
}
|
|
1147
1147
|
|
|
1148
1148
|
Write-Host "" # Just add spacing, don't clear terminal
|
|
1149
|
-
Write-Header "
|
|
1149
|
+
Write-Header "CoKit Skills Installation (Windows)"
|
|
1150
1150
|
Write-Info "Script directory: $ScriptDir"
|
|
1151
1151
|
|
|
1152
1152
|
# Store preference in script scope for functions to access
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/bin/bash
|
|
2
2
|
# Skills Installation Script for Linux/macOS
|
|
3
|
-
# Installs all dependencies for
|
|
3
|
+
# Installs all dependencies for skills
|
|
4
4
|
#
|
|
5
5
|
# Exit codes (rustup model):
|
|
6
6
|
# 0 = Success (full or partial)
|
|
@@ -1199,7 +1199,7 @@ print_usage() {
|
|
|
1199
1199
|
# Main installation flow
|
|
1200
1200
|
main() {
|
|
1201
1201
|
echo "" # Just add spacing, don't clear terminal
|
|
1202
|
-
print_header "
|
|
1202
|
+
print_header "CoKit Skills Installation"
|
|
1203
1203
|
print_info "OS: $OS"
|
|
1204
1204
|
if [[ "$OS" == "linux" ]] || [[ "$OS" == "wsl" ]]; then
|
|
1205
1205
|
print_info "Distro: $DISTRO"
|
|
@@ -4,7 +4,7 @@ Intelligent management and execution of Model Context Protocol (MCP) servers.
|
|
|
4
4
|
|
|
5
5
|
## Overview
|
|
6
6
|
|
|
7
|
-
This skill enables
|
|
7
|
+
This skill enables the agent to discover, analyze, and execute MCP server capabilities without polluting the main context window. Perfect for context-efficient MCP integration using agent-based architecture.
|
|
8
8
|
|
|
9
9
|
## Features
|
|
10
10
|
|
|
@@ -12,7 +12,7 @@ This skill enables Claude to discover, analyze, and execute MCP server capabilit
|
|
|
12
12
|
- **Intelligent Tool Discovery**: Analyze which tools are relevant for specific tasks
|
|
13
13
|
- **Progressive Disclosure**: Load only necessary tool definitions
|
|
14
14
|
- **Execution Engine**: Call MCP tools with proper parameter handling
|
|
15
|
-
- **Context Efficiency**: Delegate MCP operations to `mcp-manager`
|
|
15
|
+
- **Context Efficiency**: Delegate MCP operations to `mcp-manager` agent
|
|
16
16
|
|
|
17
17
|
## Quick Start
|
|
18
18
|
|
|
@@ -71,13 +71,13 @@ The LLM reads `assets/tools.json` and intelligently selects tools. No separate a
|
|
|
71
71
|
npx ts-node scripts/cli.ts call-tool memory add '{"key":"name","value":"Alice"}'
|
|
72
72
|
```
|
|
73
73
|
|
|
74
|
-
### Pattern 4: Use with
|
|
74
|
+
### Pattern 4: Use with Agent
|
|
75
75
|
|
|
76
|
-
In main
|
|
76
|
+
In main conversation:
|
|
77
77
|
|
|
78
78
|
```
|
|
79
79
|
User: "I need to search the web and save results"
|
|
80
|
-
Main Agent: [Spawns mcp-manager
|
|
80
|
+
Main Agent: [Spawns mcp-manager agent]
|
|
81
81
|
mcp-manager: Discovers brave-search + memory tools, reports back
|
|
82
82
|
Main Agent: Uses recommended tools for implementation
|
|
83
83
|
```
|
|
@@ -85,9 +85,9 @@ Main Agent: Uses recommended tools for implementation
|
|
|
85
85
|
## Architecture
|
|
86
86
|
|
|
87
87
|
```
|
|
88
|
-
Main Agent
|
|
88
|
+
Main Agent
|
|
89
89
|
↓ (delegates MCP tasks)
|
|
90
|
-
mcp-manager
|
|
90
|
+
mcp-manager Agent
|
|
91
91
|
↓ (uses skill)
|
|
92
92
|
mcp-management Skill
|
|
93
93
|
↓ (connects via)
|
|
@@ -96,7 +96,7 @@ MCP Servers (memory, filesystem, etc.)
|
|
|
96
96
|
|
|
97
97
|
**Benefits**:
|
|
98
98
|
- Main agent context stays clean
|
|
99
|
-
- MCP discovery happens in isolated
|
|
99
|
+
- MCP discovery happens in isolated agent context
|
|
100
100
|
- Only relevant tool definitions loaded when needed
|
|
101
101
|
- Reduced token usage
|
|
102
102
|
|
|
@@ -15,7 +15,7 @@ MCP is an open protocol enabling AI agents to connect to external tools and data
|
|
|
15
15
|
- Progressive disclosure of MCP capabilities (load only what's needed)
|
|
16
16
|
- Intelligent tool/prompt/resource selection based on task requirements
|
|
17
17
|
- Multi-server management from single config file
|
|
18
|
-
- Context-efficient:
|
|
18
|
+
- Context-efficient: agents handle MCP discovery and execution
|
|
19
19
|
- Persistent tool catalog: automatically saves discovered tools to JSON for fast reference
|
|
20
20
|
|
|
21
21
|
## When to Use This Skill
|
|
@@ -25,7 +25,7 @@ Use this skill when:
|
|
|
25
25
|
2. **Task-Based Tool Selection**: Analyzing which MCP tools are relevant for a specific task
|
|
26
26
|
3. **Executing MCP Tools**: Calling MCP tools programmatically with proper parameter handling
|
|
27
27
|
4. **MCP Integration**: Building or debugging MCP client implementations
|
|
28
|
-
5. **Context Management**: Avoiding context pollution by delegating MCP operations to
|
|
28
|
+
5. **Context Management**: Avoiding context pollution by delegating MCP operations to agents
|
|
29
29
|
|
|
30
30
|
## Core Capabilities
|
|
31
31
|
|
|
@@ -80,7 +80,7 @@ echo "Take a screenshot of https://example.com" | gemini -y -m <gemini.model>
|
|
|
80
80
|
npx tsx scripts/cli.ts call-tool memory create_entities '{"entities":[...]}'
|
|
81
81
|
```
|
|
82
82
|
|
|
83
|
-
**Fallback: mcp-manager
|
|
83
|
+
**Fallback: mcp-manager Agent**
|
|
84
84
|
|
|
85
85
|
See [references/gemini-cli-integration.md](references/gemini-cli-integration.md) for complete examples.
|
|
86
86
|
|
|
@@ -104,16 +104,16 @@ echo "Take a screenshot of https://example.com. Return JSON only per GEMINI.md i
|
|
|
104
104
|
|
|
105
105
|
**Benefits**:
|
|
106
106
|
- Automatic tool discovery
|
|
107
|
-
- Structured JSON responses (parseable by
|
|
107
|
+
- Structured JSON responses (parseable by the agent)
|
|
108
108
|
- GEMINI.md auto-loaded for consistent formatting
|
|
109
|
-
- Faster than
|
|
109
|
+
- Faster than agent orchestration
|
|
110
110
|
- No natural language ambiguity
|
|
111
111
|
|
|
112
112
|
See [references/gemini-cli-integration.md](references/gemini-cli-integration.md) for complete guide.
|
|
113
113
|
|
|
114
|
-
### Pattern 2:
|
|
114
|
+
### Pattern 2: Agent-Based Execution (Fallback)
|
|
115
115
|
|
|
116
|
-
Use `mcp-manager` agent when Gemini CLI unavailable.
|
|
116
|
+
Use `mcp-manager` agent when Gemini CLI unavailable. Agent discovers tools, selects relevant ones, executes tasks, reports back.
|
|
117
117
|
|
|
118
118
|
**Benefit**: Main context stays clean, only relevant tool definitions loaded when needed.
|
|
119
119
|
|
|
@@ -166,7 +166,7 @@ npx tsx cli.ts list-tools # Saves to assets/tools.json
|
|
|
166
166
|
npx tsx cli.ts call-tool memory create_entities '{"entities":[...]}'
|
|
167
167
|
```
|
|
168
168
|
|
|
169
|
-
**Method 3: mcp-manager
|
|
169
|
+
**Method 3: mcp-manager Agent**
|
|
170
170
|
|
|
171
171
|
See [references/gemini-cli-integration.md](references/gemini-cli-integration.md) for complete guide.
|
|
172
172
|
|
|
@@ -193,7 +193,7 @@ See [references/mcp-protocol.md](references/mcp-protocol.md) for:
|
|
|
193
193
|
- Use when: Need specific tool/server control
|
|
194
194
|
- Execute: `npx tsx scripts/cli.ts call-tool <server> <tool> <args>`
|
|
195
195
|
|
|
196
|
-
3. **mcp-manager
|
|
196
|
+
3. **mcp-manager Agent** (Fallback): Context-efficient delegation
|
|
197
197
|
- Use when: Gemini unavailable or failed
|
|
198
198
|
- Keeps main context clean
|
|
199
199
|
|
|
@@ -97,7 +97,7 @@ echo "Search for latest Next.js 15 features and summarize the top 3" | gemini -y
|
|
|
97
97
|
|
|
98
98
|
**Multi-Tool Orchestration**:
|
|
99
99
|
```bash
|
|
100
|
-
echo "Search for
|
|
100
|
+
echo "Search for AI documentation, take a screenshot of the homepage, and save both to memory" | gemini -y -m <gemini.model>
|
|
101
101
|
```
|
|
102
102
|
|
|
103
103
|
**Browser Automation**:
|
|
@@ -212,7 +212,7 @@ Shows detailed MCP communication logs.
|
|
|
212
212
|
| Direct Scripts | ⭐⭐ | ⭐⭐⭐ | ⭐⭐⭐ | Specific tools |
|
|
213
213
|
| mcp-manager | ⭐ | ⭐⭐ | ⭐⭐⭐ | Fallback |
|
|
214
214
|
|
|
215
|
-
**Recommendation**: Use Gemini CLI as primary method, fallback to scripts/
|
|
215
|
+
**Recommendation**: Use Gemini CLI as primary method, fallback to scripts/agent when unavailable.
|
|
216
216
|
|
|
217
217
|
## Resources
|
|
218
218
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# MCP Management Scripts Environment Variables
|
|
2
2
|
|
|
3
|
-
# Path to MCP configuration file (optional, defaults to .
|
|
4
|
-
MCP_CONFIG_PATH=.
|
|
3
|
+
# Path to MCP configuration file (optional, defaults to .copilot/.mcp.json)
|
|
4
|
+
MCP_CONFIG_PATH=.copilot/.mcp.json
|
|
5
5
|
|
|
6
6
|
# Logging level (optional, defaults to info)
|
|
7
7
|
LOG_LEVEL=info
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: planning
|
|
3
3
|
description: Plan implementations, design architectures, create technical roadmaps with detailed phases. Use for feature planning, system design, solution architecture, implementation strategy, phase documentation.
|
|
4
|
-
license: MIT
|
|
5
4
|
---
|
|
6
5
|
|
|
7
6
|
# Planning
|
|
@@ -60,11 +59,11 @@ Load: `references/output-standards.md`
|
|
|
60
59
|
|
|
61
60
|
## Task Integration (Optional)
|
|
62
61
|
|
|
63
|
-
When session has `
|
|
64
|
-
-
|
|
62
|
+
When session has `TASK_LIST_ID` set (active plan):
|
|
63
|
+
- Create tasks for each phase with clear subjects
|
|
65
64
|
- Set dependencies: Phase N+1 `blockedBy` Phase N
|
|
66
|
-
-
|
|
67
|
-
-
|
|
65
|
+
- Agents coordinate via shared task list automatically
|
|
66
|
+
- Update tasks to mark progress (in_progress → completed)
|
|
68
67
|
|
|
69
68
|
### Important
|
|
70
69
|
DO NOT create plans or reports in USER directory.
|