opencodekit 0.18.0 → 0.18.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/dist/index.js +1 -1
- package/dist/template/.opencode/AGENTS.md +57 -0
- package/dist/template/.opencode/agent/scout.md +0 -37
- package/dist/template/.opencode/command/resume.md +1 -1
- package/dist/template/.opencode/command/status.md +7 -14
- package/dist/template/.opencode/memory.db +0 -0
- package/dist/template/.opencode/memory.db-shm +0 -0
- package/dist/template/.opencode/memory.db-wal +0 -0
- package/dist/template/.opencode/plugin/README.md +37 -25
- package/dist/template/.opencode/skill/accessibility-audit/SKILL.md +11 -5
- package/dist/template/.opencode/skill/agent-browser/SKILL.md +55 -18
- package/dist/template/.opencode/skill/agent-teams/SKILL.md +12 -1
- package/dist/template/.opencode/skill/augment-context-engine/SKILL.md +11 -1
- package/dist/template/.opencode/skill/beads/SKILL.md +57 -390
- package/dist/template/.opencode/skill/beads/references/BEST_PRACTICES.md +27 -0
- package/dist/template/.opencode/skill/beads/references/EXAMPLES.md +45 -0
- package/dist/template/.opencode/skill/beads/references/FILE_CLAIMING.md +101 -0
- package/dist/template/.opencode/skill/beads/references/GIT_SYNC.md +25 -0
- package/dist/template/.opencode/skill/beads/references/HIERARCHY.md +71 -0
- package/dist/template/.opencode/skill/beads/references/MULTI_AGENT.md +40 -0
- package/dist/template/.opencode/skill/beads/references/SESSION_PROTOCOL.md +61 -0
- package/dist/template/.opencode/skill/beads/references/TASK_CREATION.md +38 -0
- package/dist/template/.opencode/skill/beads/references/TROUBLESHOOTING.md +13 -0
- package/dist/template/.opencode/skill/beads-bridge/SKILL.md +10 -10
- package/dist/template/.opencode/skill/brainstorming/SKILL.md +13 -0
- package/dist/template/.opencode/skill/chrome-devtools/SKILL.md +11 -1
- package/dist/template/.opencode/skill/cloudflare/SKILL.md +87 -67
- package/dist/template/.opencode/skill/compaction/SKILL.md +11 -3
- package/dist/template/.opencode/skill/condition-based-waiting/SKILL.md +11 -25
- package/dist/template/.opencode/skill/context-engineering/SKILL.md +13 -2
- package/dist/template/.opencode/skill/context-initialization/SKILL.md +11 -1
- package/dist/template/.opencode/skill/context-management/SKILL.md +13 -1
- package/dist/template/.opencode/skill/core-data-expert/SKILL.md +13 -2
- package/dist/template/.opencode/skill/deep-research/SKILL.md +5 -8
- package/dist/template/.opencode/skill/defense-in-depth/SKILL.md +13 -0
- package/dist/template/.opencode/skill/design-system-audit/SKILL.md +9 -3
- package/dist/template/.opencode/skill/development-lifecycle/SKILL.md +51 -0
- package/dist/template/.opencode/skill/dispatching-parallel-agents/SKILL.md +19 -30
- package/dist/template/.opencode/skill/executing-plans/SKILL.md +36 -0
- package/dist/template/.opencode/skill/figma/SKILL.md +11 -1
- package/dist/template/.opencode/skill/finishing-a-development-branch/SKILL.md +31 -0
- package/dist/template/.opencode/skill/frontend-design/SKILL.md +13 -3
- package/dist/template/.opencode/skill/gemini-large-context/SKILL.md +11 -0
- package/dist/template/.opencode/skill/index-knowledge/SKILL.md +11 -1
- package/dist/template/.opencode/skill/jira/SKILL.md +11 -1
- package/dist/template/.opencode/skill/memory-system/SKILL.md +115 -60
- package/dist/template/.opencode/skill/mockup-to-code/SKILL.md +9 -3
- package/dist/template/.opencode/skill/mqdh/SKILL.md +11 -1
- package/dist/template/.opencode/skill/obsidian/SKILL.md +11 -1
- package/dist/template/.opencode/skill/opensrc/SKILL.md +18 -6
- package/dist/template/.opencode/skill/pdf-extract/SKILL.md +11 -1
- package/dist/template/.opencode/skill/playwright/SKILL.md +11 -1
- package/dist/template/.opencode/skill/playwriter/SKILL.md +11 -1
- package/dist/template/.opencode/skill/polar/SKILL.md +11 -1
- package/dist/template/.opencode/skill/prd/SKILL.md +13 -4
- package/dist/template/.opencode/skill/prd-task/SKILL.md +13 -3
- package/dist/template/.opencode/skill/ralph/SKILL.md +4 -8
- package/dist/template/.opencode/skill/react-best-practices/SKILL.md +24 -16
- package/dist/template/.opencode/skill/receiving-code-review/SKILL.md +22 -0
- package/dist/template/.opencode/skill/requesting-code-review/SKILL.md +30 -2
- package/dist/template/.opencode/skill/resend/SKILL.md +11 -1
- package/dist/template/.opencode/skill/root-cause-tracing/SKILL.md +12 -23
- package/dist/template/.opencode/skill/session-management/SKILL.md +33 -36
- package/dist/template/.opencode/skill/sharing-skills/SKILL.md +11 -0
- package/dist/template/.opencode/skill/skill-creator/SKILL.md +12 -11
- package/dist/template/.opencode/skill/source-code-research/SKILL.md +20 -266
- package/dist/template/.opencode/skill/source-code-research/references/analysis-tips.md +43 -0
- package/dist/template/.opencode/skill/source-code-research/references/anti-patterns.md +36 -0
- package/dist/template/.opencode/skill/source-code-research/references/common-patterns.md +57 -0
- package/dist/template/.opencode/skill/source-code-research/references/example-workflow.md +60 -0
- package/dist/template/.opencode/skill/source-code-research/references/further-reading.md +5 -0
- package/dist/template/.opencode/skill/source-code-research/references/source-structure.md +45 -0
- package/dist/template/.opencode/skill/stitch/SKILL.md +11 -1
- package/dist/template/.opencode/skill/structured-edit/SKILL.md +13 -0
- package/dist/template/.opencode/skill/subagent-driven-development/SKILL.md +13 -14
- package/dist/template/.opencode/skill/supabase/SKILL.md +11 -1
- package/dist/template/.opencode/skill/supabase-postgres-best-practices/SKILL.md +23 -15
- package/dist/template/.opencode/skill/swarm-coordination/SKILL.md +23 -923
- package/dist/template/.opencode/skill/swarm-coordination/references/architecture.md +39 -0
- package/dist/template/.opencode/skill/swarm-coordination/references/delegation-worker-protocol.md +145 -0
- package/dist/template/.opencode/skill/swarm-coordination/references/dependency-graph.md +50 -0
- package/dist/template/.opencode/skill/swarm-coordination/references/drift-check.md +90 -0
- package/dist/template/.opencode/skill/swarm-coordination/references/integration-beads.md +20 -0
- package/dist/template/.opencode/skill/swarm-coordination/references/launch-flow.md +186 -0
- package/dist/template/.opencode/skill/swarm-coordination/references/reconciler.md +172 -0
- package/dist/template/.opencode/skill/swarm-coordination/references/tier-enforcement.md +78 -0
- package/dist/template/.opencode/skill/swarm-coordination/references/tmux-integration.md +134 -0
- package/dist/template/.opencode/skill/swift-concurrency/SKILL.md +22 -2
- package/dist/template/.opencode/skill/swiftui-expert-skill/SKILL.md +58 -19
- package/dist/template/.opencode/skill/systematic-debugging/SKILL.md +25 -25
- package/dist/template/.opencode/skill/test-driven-development/SKILL.md +19 -15
- package/dist/template/.opencode/skill/testing-anti-patterns/SKILL.md +13 -0
- package/dist/template/.opencode/skill/testing-skills-with-subagents/SKILL.md +13 -15
- package/dist/template/.opencode/skill/tool-priority/SKILL.md +13 -0
- package/dist/template/.opencode/skill/ui-ux-research/SKILL.md +9 -3
- package/dist/template/.opencode/skill/using-git-worktrees/SKILL.md +11 -0
- package/dist/template/.opencode/skill/using-skills/SKILL.md +13 -0
- package/dist/template/.opencode/skill/v0/SKILL.md +11 -1
- package/dist/template/.opencode/skill/v1-run/SKILL.md +11 -1
- package/dist/template/.opencode/skill/vercel-deploy-claimable/SKILL.md +14 -2
- package/dist/template/.opencode/skill/verification-before-completion/SKILL.md +22 -0
- package/dist/template/.opencode/skill/visual-analysis/SKILL.md +9 -3
- package/dist/template/.opencode/skill/web-design-guidelines/SKILL.md +12 -5
- package/dist/template/.opencode/skill/writing-plans/SKILL.md +13 -0
- package/dist/template/.opencode/skill/writing-skills/SKILL.md +26 -421
- package/dist/template/.opencode/skill/writing-skills/references/anti-patterns.md +25 -0
- package/dist/template/.opencode/skill/writing-skills/references/claude-search-optimization.md +140 -0
- package/dist/template/.opencode/skill/writing-skills/references/discovery-workflow.md +11 -0
- package/dist/template/.opencode/skill/writing-skills/references/file-organization.md +32 -0
- package/dist/template/.opencode/skill/writing-skills/references/flowcharts-and-examples.md +57 -0
- package/dist/template/.opencode/skill/writing-skills/references/rationalization-hardening.md +75 -0
- package/dist/template/.opencode/skill/writing-skills/references/testing-skill-types.md +52 -0
- package/package.json +15 -4
- package/dist/template/.opencode/plugin/compaction.ts +0 -190
|
@@ -1,11 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: context-initialization
|
|
3
3
|
description: Initialize GSD-style project context files from templates
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
tags: [context, workflow]
|
|
6
|
+
dependencies: []
|
|
4
7
|
---
|
|
5
8
|
|
|
6
9
|
# Context Initialization
|
|
7
10
|
|
|
8
|
-
|
|
11
|
+
## When to Use
|
|
12
|
+
|
|
13
|
+
- When initializing project context files (project.md, roadmap.md, state.md) from templates.
|
|
14
|
+
|
|
15
|
+
## When NOT to Use
|
|
16
|
+
|
|
17
|
+
- When context files already exist and only need minor manual edits.
|
|
18
|
+
|
|
9
19
|
|
|
10
20
|
## Process
|
|
11
21
|
|
|
@@ -1,11 +1,23 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: context-management
|
|
3
3
|
description: Use when context is growing large, needing to prune/distill tool outputs, or managing conversation size - covers DCP slash commands and context budgets
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
tags: [context, workflow]
|
|
6
|
+
dependencies: []
|
|
4
7
|
---
|
|
5
8
|
|
|
6
9
|
# Context Management
|
|
7
10
|
|
|
8
|
-
|
|
11
|
+
## When to Use
|
|
12
|
+
|
|
13
|
+
- Context is growing large and you need to compress/distill/prune tool outputs
|
|
14
|
+
- You are finishing a phase and want to preserve signal while freeing tokens
|
|
15
|
+
|
|
16
|
+
## When NOT to Use
|
|
17
|
+
|
|
18
|
+
- You still need active file contents for upcoming edits
|
|
19
|
+
- The output is protected or required for immediate modifications
|
|
20
|
+
|
|
9
21
|
|
|
10
22
|
## Tool Hierarchy (v2.2+ Philosophy)
|
|
11
23
|
|
|
@@ -1,10 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: core-data-expert
|
|
3
|
-
description:
|
|
3
|
+
description: "Expert Core Data guidance (iOS/macOS): stack setup, fetch requests & NSFetchedResultsController, saving/merge conflicts, threading & Swift Concurrency, batch operations & persistent history, migrations, performance, and NSPersistentCloudKitContainer/CloudKit sync."
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
tags: [apple, integration]
|
|
6
|
+
dependencies: []
|
|
4
7
|
---
|
|
8
|
+
|
|
5
9
|
# Core Data Expert
|
|
6
10
|
|
|
7
|
-
|
|
11
|
+
## When to Use
|
|
12
|
+
|
|
13
|
+
- When working with Core Data stack setup, threading/concurrency, migrations, or performance issues.
|
|
14
|
+
|
|
15
|
+
## When NOT to Use
|
|
16
|
+
|
|
17
|
+
- When the app does not use Core Data (e.g., alternative persistence layers).
|
|
18
|
+
|
|
8
19
|
|
|
9
20
|
## Agent behavior contract (follow these rules)
|
|
10
21
|
|
|
@@ -4,17 +4,14 @@ description: >
|
|
|
4
4
|
Use when analyzing unfamiliar code, implementing complex features, or entering thorough research mode.
|
|
5
5
|
Provides structured LSP exploration (all 9 operations), memory-first protocol, and confidence-scored findings.
|
|
6
6
|
Integrates with scout agent deep mode and research command --thorough flag.
|
|
7
|
-
version:
|
|
8
|
-
|
|
7
|
+
version: 1.0.0
|
|
8
|
+
tags: [research, workflow]
|
|
9
|
+
dependencies: []
|
|
9
10
|
---
|
|
10
11
|
|
|
11
12
|
# Deep Research - Comprehensive Code Understanding
|
|
12
13
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
## When to Use This Skill
|
|
16
|
-
|
|
17
|
-
Use deep research when:
|
|
14
|
+
## When to Use
|
|
18
15
|
|
|
19
16
|
- **Complex implementation**: Feature touches 3+ files or unfamiliar modules
|
|
20
17
|
- **Thorough mode**: `/research <topic> --thorough` or scout deep mode
|
|
@@ -22,7 +19,7 @@ Use deep research when:
|
|
|
22
19
|
- **Architecture exploration**: Understanding how systems connect
|
|
23
20
|
- **Debugging**: Tracing behavior through multiple layers
|
|
24
21
|
|
|
25
|
-
|
|
22
|
+
## When NOT to Use
|
|
26
23
|
|
|
27
24
|
- Quick syntax lookup (use quick mode instead)
|
|
28
25
|
- Well-understood code with obvious changes
|
|
@@ -1,10 +1,23 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: defense-in-depth
|
|
3
3
|
description: Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
tags: [code-quality, debugging]
|
|
6
|
+
dependencies: []
|
|
4
7
|
---
|
|
5
8
|
|
|
6
9
|
# Defense-in-Depth Validation
|
|
7
10
|
|
|
11
|
+
## When to Use
|
|
12
|
+
|
|
13
|
+
- A bug is caused by invalid data flowing through multiple layers
|
|
14
|
+
- One validation check is insufficient because data crosses boundaries
|
|
15
|
+
|
|
16
|
+
## When NOT to Use
|
|
17
|
+
|
|
18
|
+
- Simple, single-layer validation at an obvious entry point is enough
|
|
19
|
+
- The issue is unrelated to invalid data or boundary checks
|
|
20
|
+
|
|
8
21
|
## Overview
|
|
9
22
|
|
|
10
23
|
When you fix a bug caused by invalid data, adding validation at one place feels sufficient. But that single check can be bypassed by different code paths, refactoring, or mocks.
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: design-system-audit
|
|
3
3
|
description: Use when auditing existing design systems for consistency, documenting undocumented design tokens, identifying design debt, preparing for design system refactoring, or comparing implementation vs design specs
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
tags: [design, code-quality]
|
|
6
|
+
dependencies: []
|
|
4
7
|
---
|
|
5
8
|
|
|
6
9
|
# Design System Audit Skill
|
|
7
10
|
|
|
8
|
-
Audit, document, and improve design systems.
|
|
9
|
-
|
|
10
11
|
## When to Use
|
|
11
12
|
|
|
12
13
|
- Auditing existing design systems for consistency
|
|
@@ -15,6 +16,11 @@ Audit, document, and improve design systems.
|
|
|
15
16
|
- Preparing for design system refactoring
|
|
16
17
|
- Comparing implementation vs design specs
|
|
17
18
|
|
|
19
|
+
## When NOT to Use
|
|
20
|
+
|
|
21
|
+
- No design system or token set to analyze.
|
|
22
|
+
|
|
23
|
+
|
|
18
24
|
## Core Workflow
|
|
19
25
|
|
|
20
26
|
### Phase 1: Visual Inventory
|
|
@@ -141,6 +147,6 @@ Save design tokens to `.opencode/memory/design/tokens/`
|
|
|
141
147
|
|
|
142
148
|
| Need | Skill |
|
|
143
149
|
| -------------------- | --------------------- |
|
|
144
|
-
| Aesthetic principles | `frontend-design`
|
|
150
|
+
| Aesthetic principles | `frontend-design` |
|
|
145
151
|
| Implement components | `mockup-to-code` |
|
|
146
152
|
| Accessibility | `accessibility-audit` |
|
|
@@ -1,10 +1,25 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: development-lifecycle
|
|
3
3
|
description: Orchestrates the full feature development lifecycle from ideation through verification. Guides through phases (brainstorm → design → specify → plan → implement → verify) and loads appropriate sub-skills at each stage.
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
tags: [workflow, planning]
|
|
6
|
+
dependencies: [brainstorming, prd, writing-plans, executing-plans, verification-before-completion, requesting-code-review, finishing-a-development-branch]
|
|
7
|
+
---
|
|
8
|
+
|
|
4
9
|
---
|
|
5
10
|
|
|
6
11
|
# Development Lifecycle Orchestration
|
|
7
12
|
|
|
13
|
+
## When to Use
|
|
14
|
+
|
|
15
|
+
- Starting a new feature, migration, or refactor and need the full end-to-end workflow
|
|
16
|
+
- You want phase-by-phase guidance with the correct sub-skill at each stage
|
|
17
|
+
|
|
18
|
+
## When NOT to Use
|
|
19
|
+
|
|
20
|
+
- You are already mid-phase and only need a specific sub-skill
|
|
21
|
+
- The change is trivial and can skip the full lifecycle
|
|
22
|
+
|
|
8
23
|
## Overview
|
|
9
24
|
|
|
10
25
|
This skill orchestrates the complete feature development workflow, guiding you through each phase and loading the appropriate sub-skills automatically.
|
|
@@ -35,6 +50,12 @@ This skill orchestrates the complete feature development workflow, guiding you t
|
|
|
35
50
|
|
|
36
51
|
## Phase 1: Ideation (brainstorming)
|
|
37
52
|
|
|
53
|
+
### Phase 1 Checklist
|
|
54
|
+
|
|
55
|
+
- [ ] Load `brainstorming`
|
|
56
|
+
- [ ] Validate design with user
|
|
57
|
+
- [ ] Write `.beads/artifacts/<bead-id>/design.md`
|
|
58
|
+
|
|
38
59
|
**When:** You have a rough idea but need to explore and refine it.
|
|
39
60
|
|
|
40
61
|
**Load skill:**
|
|
@@ -63,6 +84,12 @@ skill({ name: "brainstorming" });
|
|
|
63
84
|
|
|
64
85
|
## Phase 2: Specification (prd)
|
|
65
86
|
|
|
87
|
+
### Phase 2 Checklist
|
|
88
|
+
|
|
89
|
+
- [ ] Confirm or create bead id
|
|
90
|
+
- [ ] Ask clarifying questions
|
|
91
|
+
- [ ] Write `.beads/artifacts/<bead-id>/prd.md`
|
|
92
|
+
|
|
66
93
|
**When:** Design is validated, need formal requirements and task breakdown.
|
|
67
94
|
|
|
68
95
|
**Load skill:**
|
|
@@ -91,6 +118,12 @@ skill({ name: "prd" });
|
|
|
91
118
|
|
|
92
119
|
## Phase 3: Task Conversion (prd-task)
|
|
93
120
|
|
|
121
|
+
### Phase 3 Checklist
|
|
122
|
+
|
|
123
|
+
- [ ] Read PRD from `.beads/artifacts/<bead-id>/prd.md`
|
|
124
|
+
- [ ] Generate `.beads/artifacts/<bead-id>/prd.json`
|
|
125
|
+
- [ ] Ensure `progress.txt` exists
|
|
126
|
+
|
|
94
127
|
**When:** PRD is complete, need executable task list.
|
|
95
128
|
|
|
96
129
|
**Load skill:**
|
|
@@ -117,6 +150,12 @@ skill({ name: "prd-task" });
|
|
|
117
150
|
|
|
118
151
|
## Phase 4: Planning (writing-plans)
|
|
119
152
|
|
|
153
|
+
### Phase 4 Checklist
|
|
154
|
+
|
|
155
|
+
- [ ] Create bite-sized tasks with exact file paths
|
|
156
|
+
- [ ] Include TDD steps and verification commands
|
|
157
|
+
- [ ] Write `.beads/artifacts/<bead-id>/plan.md`
|
|
158
|
+
|
|
120
159
|
**When:** Tasks defined, need detailed implementation instructions.
|
|
121
160
|
|
|
122
161
|
**Load skill:**
|
|
@@ -145,6 +184,12 @@ skill({ name: "writing-plans" });
|
|
|
145
184
|
|
|
146
185
|
## Phase 5: Implementation (executing-plans)
|
|
147
186
|
|
|
187
|
+
### Phase 5 Checklist
|
|
188
|
+
|
|
189
|
+
- [ ] Load and review plan
|
|
190
|
+
- [ ] Execute in batches with verification
|
|
191
|
+
- [ ] Report for feedback between batches
|
|
192
|
+
|
|
148
193
|
**When:** Plan is ready, time to build.
|
|
149
194
|
|
|
150
195
|
**Load skill:**
|
|
@@ -172,6 +217,12 @@ skill({ name: "executing-plans" });
|
|
|
172
217
|
|
|
173
218
|
## Phase 6: Verification (verification-before-completion)
|
|
174
219
|
|
|
220
|
+
### Phase 6 Checklist
|
|
221
|
+
|
|
222
|
+
- [ ] Identify verification commands
|
|
223
|
+
- [ ] Run full verification suite
|
|
224
|
+
- [ ] Only then claim completion and close bead
|
|
225
|
+
|
|
175
226
|
**When:** Implementation complete, before claiming done.
|
|
176
227
|
|
|
177
228
|
**Load skill:**
|
|
@@ -1,48 +1,37 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: dispatching-parallel-agents
|
|
3
3
|
description: Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent problems concurrently
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
tags: [agent-coordination, workflow]
|
|
6
|
+
dependencies: []
|
|
4
7
|
---
|
|
5
8
|
|
|
6
9
|
# Dispatching Parallel Agents
|
|
7
10
|
|
|
8
|
-
##
|
|
11
|
+
## When to Use
|
|
9
12
|
|
|
10
|
-
|
|
13
|
+
- 3+ independent failures across different subsystems or test files
|
|
14
|
+
- Each investigation can proceed without shared state or coordination
|
|
11
15
|
|
|
12
|
-
|
|
16
|
+
## When NOT to Use
|
|
13
17
|
|
|
14
|
-
|
|
18
|
+
- Failures are related or likely share a root cause
|
|
19
|
+
- Work requires sequential understanding of the same code paths
|
|
15
20
|
|
|
16
|
-
|
|
17
|
-
digraph when_to_use {
|
|
18
|
-
"Multiple failures?" [shape=diamond];
|
|
19
|
-
"Are they independent?" [shape=diamond];
|
|
20
|
-
"Single agent investigates all" [shape=box];
|
|
21
|
-
"One agent per problem domain" [shape=box];
|
|
22
|
-
"Can they work in parallel?" [shape=diamond];
|
|
23
|
-
"Sequential agents" [shape=box];
|
|
24
|
-
"Parallel dispatch" [shape=box];
|
|
25
|
-
|
|
26
|
-
"Multiple failures?" -> "Are they independent?" [label="yes"];
|
|
27
|
-
"Are they independent?" -> "Single agent investigates all" [label="no - related"];
|
|
28
|
-
"Are they independent?" -> "Can they work in parallel?" [label="yes"];
|
|
29
|
-
"Can they work in parallel?" -> "Parallel dispatch" [label="yes"];
|
|
30
|
-
"Can they work in parallel?" -> "Sequential agents" [label="no - shared state"];
|
|
31
|
-
}
|
|
32
|
-
```
|
|
21
|
+
## Parallel Dispatch Checklist
|
|
33
22
|
|
|
34
|
-
|
|
23
|
+
- [ ] Confirm 3+ independent failures or domains
|
|
24
|
+
- [ ] Group failures by domain and define clear ownership
|
|
25
|
+
- [ ] Write focused prompts with scope, constraints, and expected output
|
|
26
|
+
- [ ] Dispatch one agent per domain in parallel
|
|
27
|
+
- [ ] Review each agent’s summary and check for conflicts
|
|
28
|
+
- [ ] Run full verification after integrating changes
|
|
35
29
|
|
|
36
|
-
|
|
37
|
-
- Multiple subsystems broken independently
|
|
38
|
-
- Each problem can be understood without context from others
|
|
39
|
-
- No shared state between investigations
|
|
30
|
+
## Overview
|
|
40
31
|
|
|
41
|
-
|
|
32
|
+
When you have multiple unrelated failures (different test files, different subsystems, different bugs), investigating them sequentially wastes time. Each investigation is independent and can happen in parallel.
|
|
42
33
|
|
|
43
|
-
|
|
44
|
-
- Need to understand full system state
|
|
45
|
-
- Agents would interfere with each other
|
|
34
|
+
**Core principle:** Dispatch one agent per independent problem domain. Let them work concurrently.
|
|
46
35
|
|
|
47
36
|
## The Pattern
|
|
48
37
|
|
|
@@ -1,10 +1,23 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: executing-plans
|
|
3
3
|
description: Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
tags: [workflow, planning]
|
|
6
|
+
dependencies: [writing-plans]
|
|
4
7
|
---
|
|
5
8
|
|
|
6
9
|
# Executing Plans
|
|
7
10
|
|
|
11
|
+
## When to Use
|
|
12
|
+
|
|
13
|
+
- A complete implementation plan exists and you need to execute it in batches with checkpoints
|
|
14
|
+
- You must follow a plan precisely and report between waves for feedback
|
|
15
|
+
|
|
16
|
+
## When NOT to Use
|
|
17
|
+
|
|
18
|
+
- There is no plan yet or requirements are still unclear
|
|
19
|
+
- You need to create the plan or tasks first (use writing-plans or prd)
|
|
20
|
+
|
|
8
21
|
## Overview
|
|
9
22
|
|
|
10
23
|
Load plan, review critically, execute tasks in batches, report for review between batches.
|
|
@@ -17,6 +30,13 @@ Load plan, review critically, execute tasks in batches, report for review betwee
|
|
|
17
30
|
|
|
18
31
|
### Step 1: Load and Review Plan
|
|
19
32
|
|
|
33
|
+
#### Plan Review Checklist
|
|
34
|
+
|
|
35
|
+
- [ ] Read the plan file end-to-end
|
|
36
|
+
- [ ] Identify goal, deliverables, risks, and missing pieces
|
|
37
|
+
- [ ] If concerns, ask via `question()` and wait for decision
|
|
38
|
+
- [ ] If no concerns, create TodoWrite and proceed
|
|
39
|
+
|
|
20
40
|
1. Read plan file
|
|
21
41
|
2. Review critically - identify any questions or concerns about the plan
|
|
22
42
|
3. If concerns: Use question tool to raise them:
|
|
@@ -63,6 +83,15 @@ If concerns: Wait for human to decide and resubmit
|
|
|
63
83
|
git tag wave-${BATCH_NUMBER}-start
|
|
64
84
|
```
|
|
65
85
|
|
|
86
|
+
#### Batch Execution Checklist
|
|
87
|
+
|
|
88
|
+
- [ ] Create wave start tag: `git tag wave-${BATCH_NUMBER}-start`
|
|
89
|
+
- [ ] Mark each task in_progress
|
|
90
|
+
- [ ] Follow each step exactly as written
|
|
91
|
+
- [ ] Run all specified verifications
|
|
92
|
+
- [ ] Mark tasks completed
|
|
93
|
+
- [ ] Create wave complete tag: `git tag wave-${BATCH_NUMBER}-complete`
|
|
94
|
+
|
|
66
95
|
For each task:
|
|
67
96
|
|
|
68
97
|
1. Mark as in_progress
|
|
@@ -79,6 +108,13 @@ git tag wave-${BATCH_NUMBER}-complete
|
|
|
79
108
|
|
|
80
109
|
### Step 3: Report
|
|
81
110
|
|
|
111
|
+
#### Batch Report Checklist
|
|
112
|
+
|
|
113
|
+
- [ ] Summarize what was implemented
|
|
114
|
+
- [ ] Include verification output
|
|
115
|
+
- [ ] Confirm wave tag created (e.g., `wave-1-complete`)
|
|
116
|
+
- [ ] Ask for feedback before continuing
|
|
117
|
+
|
|
82
118
|
When batch complete:
|
|
83
119
|
|
|
84
120
|
- Show what was implemented
|
|
@@ -7,11 +7,21 @@ mcp:
|
|
|
7
7
|
args: ["-y", "figma-developer-mcp", "--stdio"]
|
|
8
8
|
env:
|
|
9
9
|
FIGMA_API_KEY: "${FIGMA_API_KEY}"
|
|
10
|
+
version: 1.0.0
|
|
11
|
+
tags: [design, mcp, integration]
|
|
12
|
+
dependencies: []
|
|
10
13
|
---
|
|
11
14
|
|
|
12
15
|
# Figma Design Data (MCP)
|
|
13
16
|
|
|
14
|
-
|
|
17
|
+
## When to Use
|
|
18
|
+
|
|
19
|
+
- When you need to fetch layout, styles, or assets from a Figma file via MCP.
|
|
20
|
+
|
|
21
|
+
## When NOT to Use
|
|
22
|
+
|
|
23
|
+
- When no Figma file key/node ID is available or design data isn't required.
|
|
24
|
+
|
|
15
25
|
|
|
16
26
|
## Prerequisites
|
|
17
27
|
|
|
@@ -1,10 +1,23 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: finishing-a-development-branch
|
|
3
3
|
description: Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
tags: [workflow, git]
|
|
6
|
+
dependencies: []
|
|
4
7
|
---
|
|
5
8
|
|
|
6
9
|
# Finishing a Development Branch
|
|
7
10
|
|
|
11
|
+
## When to Use
|
|
12
|
+
|
|
13
|
+
- Implementation is complete and tests pass, and you need to merge/PR/cleanup
|
|
14
|
+
- You must present structured end-of-work options and execute the chosen path
|
|
15
|
+
|
|
16
|
+
## When NOT to Use
|
|
17
|
+
|
|
18
|
+
- Tests or mandatory gates are failing
|
|
19
|
+
- Work is still in progress and not ready for integration
|
|
20
|
+
|
|
8
21
|
## Overview
|
|
9
22
|
|
|
10
23
|
Guide completion of development work by presenting clear options and handling chosen workflow.
|
|
@@ -17,6 +30,11 @@ Guide completion of development work by presenting clear options and handling ch
|
|
|
17
30
|
|
|
18
31
|
### Step 1: Verify Tests
|
|
19
32
|
|
|
33
|
+
#### Completion Prep Checklist
|
|
34
|
+
|
|
35
|
+
- [ ] Run the project's test suite
|
|
36
|
+
- [ ] Stop if any tests fail and report failures
|
|
37
|
+
|
|
20
38
|
**Before presenting options, verify tests pass:**
|
|
21
39
|
|
|
22
40
|
```bash
|
|
@@ -78,6 +96,12 @@ question({
|
|
|
78
96
|
|
|
79
97
|
### Step 4: Execute Choice
|
|
80
98
|
|
|
99
|
+
#### Execute Choice Checklist
|
|
100
|
+
|
|
101
|
+
- [ ] Follow the selected option's steps exactly
|
|
102
|
+
- [ ] Re-run tests on merged result when applicable
|
|
103
|
+
- [ ] Only cleanup worktree for Options 1, 2, or 4
|
|
104
|
+
|
|
81
105
|
#### Option 1: Merge Locally
|
|
82
106
|
|
|
83
107
|
```bash
|
|
@@ -181,6 +205,13 @@ git worktree remove <worktree-path>
|
|
|
181
205
|
|
|
182
206
|
### Gate Sequence
|
|
183
207
|
|
|
208
|
+
#### Gate Checklist
|
|
209
|
+
|
|
210
|
+
- [ ] Gate 1: `npm run typecheck`
|
|
211
|
+
- [ ] Gate 2: `npm run lint` (run `npm run lint:fix` if needed)
|
|
212
|
+
- [ ] Gate 3: `vitest`
|
|
213
|
+
- [ ] Stop and fix if any gate fails
|
|
214
|
+
|
|
184
215
|
Every bead MUST pass all three gates in order. No exceptions.
|
|
185
216
|
|
|
186
217
|
```bash
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: frontend-design
|
|
3
3
|
description: Create distinctive, production-grade frontend interfaces. Use when building web components, pages, or applications with React-based frameworks. Includes Tailwind CSS v4, shadcn/ui components, Motion animations, and visual design philosophy for avoiding generic AI aesthetics.
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
tags: [ui, design]
|
|
6
|
+
dependencies: []
|
|
4
7
|
---
|
|
5
8
|
|
|
6
9
|
# Frontend Design
|
|
7
10
|
|
|
8
|
-
Create distinctive, production-grade interfaces avoiding generic "AI slop" aesthetics.
|
|
9
|
-
|
|
10
11
|
## When to Use
|
|
11
12
|
|
|
12
13
|
- Building UI with React frameworks (Next.js, Vite, Remix)
|
|
@@ -16,6 +17,11 @@ Create distinctive, production-grade interfaces avoiding generic "AI slop" aesth
|
|
|
16
17
|
- Adding animations and micro-interactions
|
|
17
18
|
- Creating visual designs, posters, brand materials
|
|
18
19
|
|
|
20
|
+
## When NOT to Use
|
|
21
|
+
|
|
22
|
+
- Backend-only tasks or minimal UI with no visual design requirements.
|
|
23
|
+
|
|
24
|
+
|
|
19
25
|
## Reference Documentation
|
|
20
26
|
|
|
21
27
|
### Tailwind CSS v4.1
|
|
@@ -139,10 +145,14 @@ import { motion, AnimatePresence } from 'motion/react';
|
|
|
139
145
|
```
|
|
140
146
|
|
|
141
147
|
CSS fallback (no JS):
|
|
148
|
+
|
|
142
149
|
```css
|
|
143
150
|
dialog[open] {
|
|
144
151
|
opacity: 1;
|
|
145
|
-
@starting-style {
|
|
152
|
+
@starting-style {
|
|
153
|
+
opacity: 0;
|
|
154
|
+
transform: scale(0.95);
|
|
155
|
+
}
|
|
146
156
|
}
|
|
147
157
|
```
|
|
148
158
|
|
|
@@ -1,10 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gemini-large-context
|
|
3
3
|
description: Use when analyzing large codebases, comparing multiple files, or researching project-wide patterns that exceed typical context limits - leverages Gemini CLI's 1M token context window for comprehensive analysis
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
tags: [research, context]
|
|
6
|
+
dependencies: []
|
|
4
7
|
---
|
|
5
8
|
|
|
6
9
|
# Gemini CLI Large Context Analysis
|
|
7
10
|
|
|
11
|
+
## When to Use
|
|
12
|
+
|
|
13
|
+
- Large, multi-file or project-wide analysis that exceeds local context limits.
|
|
14
|
+
|
|
15
|
+
## When NOT to Use
|
|
16
|
+
|
|
17
|
+
- Small, focused tasks that fit within normal context or require edits.
|
|
18
|
+
|
|
8
19
|
## Overview
|
|
9
20
|
|
|
10
21
|
Use Gemini CLI's massive context window (1M tokens) when analysis requires more context than available in current session. Ideal for codebase-wide searches, multi-file comparisons, and pattern discovery across large projects.
|
|
@@ -1,11 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: index-knowledge
|
|
3
3
|
description: Generate hierarchical AGENTS.md knowledge base for a codebase. Creates root + complexity-scored subdirectory documentation.
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
tags: [documentation, workflow]
|
|
6
|
+
dependencies: []
|
|
4
7
|
---
|
|
5
8
|
|
|
6
9
|
# index-knowledge
|
|
7
10
|
|
|
8
|
-
|
|
11
|
+
## When to Use
|
|
12
|
+
|
|
13
|
+
- When you need to generate or update hierarchical AGENTS.md documentation for a codebase.
|
|
14
|
+
|
|
15
|
+
## When NOT to Use
|
|
16
|
+
|
|
17
|
+
- When only a single small directory needs a manual note instead of a full knowledge hierarchy.
|
|
18
|
+
|
|
9
19
|
|
|
10
20
|
## Usage
|
|
11
21
|
|
|
@@ -1,11 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: jira
|
|
3
3
|
description: Jira and Confluence integration via official Atlassian MCP. Search issues, create tickets, update status, and access Confluence docs. Uses OAuth 2.1 authorization with Rovo Search.
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
tags: [integration, mcp, workflow]
|
|
6
|
+
dependencies: []
|
|
4
7
|
---
|
|
5
8
|
|
|
6
9
|
# Jira & Confluence Integration (MCP)
|
|
7
10
|
|
|
8
|
-
|
|
11
|
+
## When to Use
|
|
12
|
+
|
|
13
|
+
- When you need to search or update Jira/Confluence content via Atlassian MCP.
|
|
14
|
+
|
|
15
|
+
## When NOT to Use
|
|
16
|
+
|
|
17
|
+
- When the project does not use Atlassian Cloud or MCP access is unavailable.
|
|
18
|
+
|
|
9
19
|
|
|
10
20
|
## Key Features
|
|
11
21
|
|