@claude-flow/cli 3.0.0-alpha.34 → 3.0.0-alpha.36
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/analysis/analyze-code-quality.md +180 -0
- package/.claude/agents/analysis/code-analyzer.md +209 -0
- package/.claude/agents/architecture/arch-system-design.md +156 -0
- package/.claude/agents/base-template-generator.md +268 -0
- package/.claude/agents/consensus/byzantine-coordinator.md +63 -0
- package/.claude/agents/consensus/crdt-synchronizer.md +997 -0
- package/.claude/agents/consensus/gossip-coordinator.md +63 -0
- package/.claude/agents/consensus/performance-benchmarker.md +851 -0
- package/.claude/agents/consensus/quorum-manager.md +823 -0
- package/.claude/agents/consensus/raft-manager.md +63 -0
- package/.claude/agents/consensus/security-manager.md +622 -0
- package/.claude/agents/core/coder.md +453 -0
- package/.claude/agents/core/planner.md +375 -0
- package/.claude/agents/core/researcher.md +369 -0
- package/.claude/agents/core/reviewer.md +520 -0
- package/.claude/agents/core/tester.md +512 -0
- package/.claude/agents/custom/test-long-runner.md +44 -0
- package/.claude/agents/data/data-ml-model.md +444 -0
- package/.claude/agents/development/dev-backend-api.md +345 -0
- package/.claude/agents/devops/ops-cicd-github.md +164 -0
- package/.claude/agents/documentation/docs-api-openapi.md +354 -0
- package/.claude/agents/flow-nexus/app-store.md +88 -0
- package/.claude/agents/flow-nexus/authentication.md +69 -0
- package/.claude/agents/flow-nexus/challenges.md +81 -0
- package/.claude/agents/flow-nexus/neural-network.md +88 -0
- package/.claude/agents/flow-nexus/payments.md +83 -0
- package/.claude/agents/flow-nexus/sandbox.md +76 -0
- package/.claude/agents/flow-nexus/swarm.md +76 -0
- package/.claude/agents/flow-nexus/user-tools.md +96 -0
- package/.claude/agents/flow-nexus/workflow.md +84 -0
- package/.claude/agents/github/code-review-swarm.md +377 -0
- package/.claude/agents/github/github-modes.md +173 -0
- package/.claude/agents/github/issue-tracker.md +576 -0
- package/.claude/agents/github/multi-repo-swarm.md +553 -0
- package/.claude/agents/github/pr-manager.md +438 -0
- package/.claude/agents/github/project-board-sync.md +509 -0
- package/.claude/agents/github/release-manager.md +605 -0
- package/.claude/agents/github/release-swarm.md +583 -0
- package/.claude/agents/github/repo-architect.md +398 -0
- package/.claude/agents/github/swarm-issue.md +573 -0
- package/.claude/agents/github/swarm-pr.md +428 -0
- package/.claude/agents/github/sync-coordinator.md +452 -0
- package/.claude/agents/github/workflow-automation.md +903 -0
- package/.claude/agents/goal/agent.md +816 -0
- package/.claude/agents/goal/goal-planner.md +73 -0
- package/.claude/agents/optimization/benchmark-suite.md +665 -0
- package/.claude/agents/optimization/load-balancer.md +431 -0
- package/.claude/agents/optimization/performance-monitor.md +672 -0
- package/.claude/agents/optimization/resource-allocator.md +674 -0
- package/.claude/agents/optimization/topology-optimizer.md +808 -0
- package/.claude/agents/payments/agentic-payments.md +126 -0
- package/.claude/agents/sona/sona-learning-optimizer.md +254 -0
- package/.claude/agents/sparc/architecture.md +699 -0
- package/.claude/agents/sparc/pseudocode.md +520 -0
- package/.claude/agents/sparc/refinement.md +802 -0
- package/.claude/agents/sparc/specification.md +478 -0
- package/.claude/agents/specialized/spec-mobile-react-native.md +226 -0
- package/.claude/agents/sublinear/consensus-coordinator.md +338 -0
- package/.claude/agents/sublinear/matrix-optimizer.md +185 -0
- package/.claude/agents/sublinear/pagerank-analyzer.md +299 -0
- package/.claude/agents/sublinear/performance-optimizer.md +368 -0
- package/.claude/agents/sublinear/trading-predictor.md +246 -0
- package/.claude/agents/swarm/adaptive-coordinator.md +1127 -0
- package/.claude/agents/swarm/hierarchical-coordinator.md +710 -0
- package/.claude/agents/swarm/mesh-coordinator.md +963 -0
- package/.claude/agents/templates/automation-smart-agent.md +205 -0
- package/.claude/agents/templates/coordinator-swarm-init.md +90 -0
- package/.claude/agents/templates/github-pr-manager.md +177 -0
- package/.claude/agents/templates/implementer-sparc-coder.md +259 -0
- package/.claude/agents/templates/memory-coordinator.md +187 -0
- package/.claude/agents/templates/orchestrator-task.md +139 -0
- package/.claude/agents/templates/performance-analyzer.md +199 -0
- package/.claude/agents/templates/sparc-coordinator.md +514 -0
- package/.claude/agents/testing/production-validator.md +395 -0
- package/.claude/agents/testing/tdd-london-swarm.md +244 -0
- package/.claude/agents/tmp.json +0 -0
- package/.claude/agents/v3/adr-architect.md +184 -0
- package/.claude/agents/v3/claims-authorizer.md +208 -0
- package/.claude/agents/v3/collective-intelligence-coordinator.md +993 -0
- package/.claude/agents/v3/ddd-domain-expert.md +220 -0
- package/.claude/agents/v3/memory-specialist.md +995 -0
- package/.claude/agents/v3/performance-engineer.md +1233 -0
- package/.claude/agents/v3/reasoningbank-learner.md +213 -0
- package/.claude/agents/v3/security-architect.md +867 -0
- package/.claude/agents/v3/security-auditor.md +771 -0
- package/.claude/agents/v3/sparc-orchestrator.md +182 -0
- package/.claude/agents/v3/swarm-memory-manager.md +157 -0
- package/.claude/agents/v3/v3-integration-architect.md +205 -0
- package/dist/src/init/executor.d.ts.map +1 -1
- package/dist/src/init/executor.js +25 -0
- package/dist/src/init/executor.js.map +1 -1
- package/dist/src/init/settings-generator.d.ts.map +1 -1
- package/dist/src/init/settings-generator.js +9 -7
- package/dist/src/init/settings-generator.js.map +1 -1
- package/dist/src/init/types.d.ts +6 -0
- package/dist/src/init/types.d.ts.map +1 -1
- package/dist/src/init/types.js +6 -0
- package/dist/src/init/types.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/.claude/agents/core/architect.yaml +0 -11
- package/.claude/agents/core/coder.yaml +0 -11
- package/.claude/agents/core/reviewer.yaml +0 -10
- package/.claude/agents/core/security-architect.yaml +0 -10
- package/.claude/agents/core/tester.yaml +0 -10
|
@@ -0,0 +1,509 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: project-board-sync
|
|
3
|
+
description: Synchronize AI swarms with GitHub Projects for visual task management, progress tracking, and team coordination
|
|
4
|
+
type: coordination
|
|
5
|
+
color: "#A8E6CF"
|
|
6
|
+
tools:
|
|
7
|
+
- Bash
|
|
8
|
+
- Read
|
|
9
|
+
- Write
|
|
10
|
+
- Edit
|
|
11
|
+
- Glob
|
|
12
|
+
- Grep
|
|
13
|
+
- LS
|
|
14
|
+
- TodoWrite
|
|
15
|
+
- mcp__claude-flow__swarm_init
|
|
16
|
+
- mcp__claude-flow__agent_spawn
|
|
17
|
+
- mcp__claude-flow__task_orchestrate
|
|
18
|
+
- mcp__claude-flow__swarm_status
|
|
19
|
+
- mcp__claude-flow__memory_usage
|
|
20
|
+
- mcp__claude-flow__github_repo_analyze
|
|
21
|
+
- mcp__claude-flow__github_pr_manage
|
|
22
|
+
- mcp__claude-flow__github_issue_track
|
|
23
|
+
- mcp__claude-flow__github_metrics
|
|
24
|
+
- mcp__claude-flow__workflow_create
|
|
25
|
+
- mcp__claude-flow__workflow_execute
|
|
26
|
+
hooks:
|
|
27
|
+
pre:
|
|
28
|
+
- "gh auth status || (echo 'GitHub CLI not authenticated' && exit 1)"
|
|
29
|
+
- "gh project list --owner @me --limit 1 >/dev/null || echo 'No projects accessible'"
|
|
30
|
+
- "git status --porcelain || echo 'Not in git repository'"
|
|
31
|
+
- "gh api user | jq -r '.login' || echo 'API access check'"
|
|
32
|
+
post:
|
|
33
|
+
- "gh project list --owner @me --limit 3 | head -5"
|
|
34
|
+
- "gh issue list --limit 3 --json number,title,state"
|
|
35
|
+
- "git branch --show-current || echo 'Not on a branch'"
|
|
36
|
+
- "gh repo view --json name,description"
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
# Project Board Sync - GitHub Projects Integration
|
|
40
|
+
|
|
41
|
+
## Overview
|
|
42
|
+
Synchronize AI swarms with GitHub Projects for visual task management, progress tracking, and team coordination.
|
|
43
|
+
|
|
44
|
+
## Core Features
|
|
45
|
+
|
|
46
|
+
### 1. Board Initialization
|
|
47
|
+
```bash
|
|
48
|
+
# Connect swarm to GitHub Project using gh CLI
|
|
49
|
+
# Get project details
|
|
50
|
+
PROJECT_ID=$(gh project list --owner @me --format json | \
|
|
51
|
+
jq -r '.projects[] | select(.title == "Development Board") | .id')
|
|
52
|
+
|
|
53
|
+
# Initialize swarm with project
|
|
54
|
+
npx claude-flow@v3alpha github board-init \
|
|
55
|
+
--project-id "$PROJECT_ID" \
|
|
56
|
+
--sync-mode "bidirectional" \
|
|
57
|
+
--create-views "swarm-status,agent-workload,priority"
|
|
58
|
+
|
|
59
|
+
# Create project fields for swarm tracking
|
|
60
|
+
gh project field-create $PROJECT_ID --owner @me \
|
|
61
|
+
--name "Swarm Status" \
|
|
62
|
+
--data-type "SINGLE_SELECT" \
|
|
63
|
+
--single-select-options "pending,in_progress,completed"
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
### 2. Task Synchronization
|
|
67
|
+
```bash
|
|
68
|
+
# Sync swarm tasks with project cards
|
|
69
|
+
npx claude-flow@v3alpha github board-sync \
|
|
70
|
+
--map-status '{
|
|
71
|
+
"todo": "To Do",
|
|
72
|
+
"in_progress": "In Progress",
|
|
73
|
+
"review": "Review",
|
|
74
|
+
"done": "Done"
|
|
75
|
+
}' \
|
|
76
|
+
--auto-move-cards \
|
|
77
|
+
--update-metadata
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
### 3. Real-time Updates
|
|
81
|
+
```bash
|
|
82
|
+
# Enable real-time board updates
|
|
83
|
+
npx claude-flow@v3alpha github board-realtime \
|
|
84
|
+
--webhook-endpoint "https://api.example.com/github-sync" \
|
|
85
|
+
--update-frequency "immediate" \
|
|
86
|
+
--batch-updates false
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
## Configuration
|
|
90
|
+
|
|
91
|
+
### Board Mapping Configuration
|
|
92
|
+
```yaml
|
|
93
|
+
# .github/board-sync.yml
|
|
94
|
+
version: 1
|
|
95
|
+
project:
|
|
96
|
+
name: "AI Development Board"
|
|
97
|
+
number: 1
|
|
98
|
+
|
|
99
|
+
mapping:
|
|
100
|
+
# Map swarm task status to board columns
|
|
101
|
+
status:
|
|
102
|
+
pending: "Backlog"
|
|
103
|
+
assigned: "Ready"
|
|
104
|
+
in_progress: "In Progress"
|
|
105
|
+
review: "Review"
|
|
106
|
+
completed: "Done"
|
|
107
|
+
blocked: "Blocked"
|
|
108
|
+
|
|
109
|
+
# Map agent types to labels
|
|
110
|
+
agents:
|
|
111
|
+
coder: "🔧 Development"
|
|
112
|
+
tester: "🧪 Testing"
|
|
113
|
+
analyst: "📊 Analysis"
|
|
114
|
+
designer: "🎨 Design"
|
|
115
|
+
architect: "🏗️ Architecture"
|
|
116
|
+
|
|
117
|
+
# Map priority to project fields
|
|
118
|
+
priority:
|
|
119
|
+
critical: "🔴 Critical"
|
|
120
|
+
high: "🟡 High"
|
|
121
|
+
medium: "🟢 Medium"
|
|
122
|
+
low: "⚪ Low"
|
|
123
|
+
|
|
124
|
+
# Custom fields
|
|
125
|
+
fields:
|
|
126
|
+
- name: "Agent Count"
|
|
127
|
+
type: number
|
|
128
|
+
source: task.agents.length
|
|
129
|
+
- name: "Complexity"
|
|
130
|
+
type: select
|
|
131
|
+
source: task.complexity
|
|
132
|
+
- name: "ETA"
|
|
133
|
+
type: date
|
|
134
|
+
source: task.estimatedCompletion
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
### View Configuration
|
|
138
|
+
```javascript
|
|
139
|
+
// Custom board views
|
|
140
|
+
{
|
|
141
|
+
"views": [
|
|
142
|
+
{
|
|
143
|
+
"name": "Swarm Overview",
|
|
144
|
+
"type": "board",
|
|
145
|
+
"groupBy": "status",
|
|
146
|
+
"filters": ["is:open"],
|
|
147
|
+
"sort": "priority:desc"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "Agent Workload",
|
|
151
|
+
"type": "table",
|
|
152
|
+
"groupBy": "assignedAgent",
|
|
153
|
+
"columns": ["title", "status", "priority", "eta"],
|
|
154
|
+
"sort": "eta:asc"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "Sprint Progress",
|
|
158
|
+
"type": "roadmap",
|
|
159
|
+
"dateField": "eta",
|
|
160
|
+
"groupBy": "milestone"
|
|
161
|
+
}
|
|
162
|
+
]
|
|
163
|
+
}
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
## Automation Features
|
|
167
|
+
|
|
168
|
+
### 1. Auto-Assignment
|
|
169
|
+
```bash
|
|
170
|
+
# Automatically assign cards to agents
|
|
171
|
+
npx claude-flow@v3alpha github board-auto-assign \
|
|
172
|
+
--strategy "load-balanced" \
|
|
173
|
+
--consider "expertise,workload,availability" \
|
|
174
|
+
--update-cards
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
### 2. Progress Tracking
|
|
178
|
+
```bash
|
|
179
|
+
# Track and visualize progress
|
|
180
|
+
npx claude-flow@v3alpha github board-progress \
|
|
181
|
+
--show "burndown,velocity,cycle-time" \
|
|
182
|
+
--time-period "sprint" \
|
|
183
|
+
--export-metrics
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
### 3. Smart Card Movement
|
|
187
|
+
```bash
|
|
188
|
+
# Intelligent card state transitions
|
|
189
|
+
npx claude-flow@v3alpha github board-smart-move \
|
|
190
|
+
--rules '{
|
|
191
|
+
"auto-progress": "when:all-subtasks-done",
|
|
192
|
+
"auto-review": "when:tests-pass",
|
|
193
|
+
"auto-done": "when:pr-merged"
|
|
194
|
+
}'
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
## Board Commands
|
|
198
|
+
|
|
199
|
+
### Create Cards from Issues
|
|
200
|
+
```bash
|
|
201
|
+
# Convert issues to project cards using gh CLI
|
|
202
|
+
# List issues with label
|
|
203
|
+
ISSUES=$(gh issue list --label "enhancement" --json number,title,body)
|
|
204
|
+
|
|
205
|
+
# Add issues to project
|
|
206
|
+
echo "$ISSUES" | jq -r '.[].number' | while read -r issue; do
|
|
207
|
+
gh project item-add $PROJECT_ID --owner @me --url "https://github.com/$GITHUB_REPOSITORY/issues/$issue"
|
|
208
|
+
done
|
|
209
|
+
|
|
210
|
+
# Process with swarm
|
|
211
|
+
npx claude-flow@v3alpha github board-import-issues \
|
|
212
|
+
--issues "$ISSUES" \
|
|
213
|
+
--add-to-column "Backlog" \
|
|
214
|
+
--parse-checklist \
|
|
215
|
+
--assign-agents
|
|
216
|
+
```
|
|
217
|
+
|
|
218
|
+
### Bulk Operations
|
|
219
|
+
```bash
|
|
220
|
+
# Bulk card operations
|
|
221
|
+
npx claude-flow@v3alpha github board-bulk \
|
|
222
|
+
--filter "status:blocked" \
|
|
223
|
+
--action "add-label:needs-attention" \
|
|
224
|
+
--notify-assignees
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
### Card Templates
|
|
228
|
+
```bash
|
|
229
|
+
# Create cards from templates
|
|
230
|
+
npx claude-flow@v3alpha github board-template \
|
|
231
|
+
--template "feature-development" \
|
|
232
|
+
--variables '{
|
|
233
|
+
"feature": "User Authentication",
|
|
234
|
+
"priority": "high",
|
|
235
|
+
"agents": ["architect", "coder", "tester"]
|
|
236
|
+
}' \
|
|
237
|
+
--create-subtasks
|
|
238
|
+
```
|
|
239
|
+
|
|
240
|
+
## Advanced Synchronization
|
|
241
|
+
|
|
242
|
+
### 1. Multi-Board Sync
|
|
243
|
+
```bash
|
|
244
|
+
# Sync across multiple boards
|
|
245
|
+
npx claude-flow@v3alpha github multi-board-sync \
|
|
246
|
+
--boards "Development,QA,Release" \
|
|
247
|
+
--sync-rules '{
|
|
248
|
+
"Development->QA": "when:ready-for-test",
|
|
249
|
+
"QA->Release": "when:tests-pass"
|
|
250
|
+
}'
|
|
251
|
+
```
|
|
252
|
+
|
|
253
|
+
### 2. Cross-Organization Sync
|
|
254
|
+
```bash
|
|
255
|
+
# Sync boards across organizations
|
|
256
|
+
npx claude-flow@v3alpha github cross-org-sync \
|
|
257
|
+
--source "org1/Project-A" \
|
|
258
|
+
--target "org2/Project-B" \
|
|
259
|
+
--field-mapping "custom" \
|
|
260
|
+
--conflict-resolution "source-wins"
|
|
261
|
+
```
|
|
262
|
+
|
|
263
|
+
### 3. External Tool Integration
|
|
264
|
+
```bash
|
|
265
|
+
# Sync with external tools
|
|
266
|
+
npx claude-flow@v3alpha github board-integrate \
|
|
267
|
+
--tool "jira" \
|
|
268
|
+
--mapping "bidirectional" \
|
|
269
|
+
--sync-frequency "5m" \
|
|
270
|
+
--transform-rules "custom"
|
|
271
|
+
```
|
|
272
|
+
|
|
273
|
+
## Visualization & Reporting
|
|
274
|
+
|
|
275
|
+
### Board Analytics
|
|
276
|
+
```bash
|
|
277
|
+
# Generate board analytics using gh CLI data
|
|
278
|
+
# Fetch project data
|
|
279
|
+
PROJECT_DATA=$(gh project item-list $PROJECT_ID --owner @me --format json)
|
|
280
|
+
|
|
281
|
+
# Get issue metrics
|
|
282
|
+
ISSUE_METRICS=$(echo "$PROJECT_DATA" | jq -r '.items[] | select(.content.type == "Issue")' | \
|
|
283
|
+
while read -r item; do
|
|
284
|
+
ISSUE_NUM=$(echo "$item" | jq -r '.content.number')
|
|
285
|
+
gh issue view $ISSUE_NUM --json createdAt,closedAt,labels,assignees
|
|
286
|
+
done)
|
|
287
|
+
|
|
288
|
+
# Generate analytics with swarm
|
|
289
|
+
npx claude-flow@v3alpha github board-analytics \
|
|
290
|
+
--project-data "$PROJECT_DATA" \
|
|
291
|
+
--issue-metrics "$ISSUE_METRICS" \
|
|
292
|
+
--metrics "throughput,cycle-time,wip" \
|
|
293
|
+
--group-by "agent,priority,type" \
|
|
294
|
+
--time-range "30d" \
|
|
295
|
+
--export "dashboard"
|
|
296
|
+
```
|
|
297
|
+
|
|
298
|
+
### Custom Dashboards
|
|
299
|
+
```javascript
|
|
300
|
+
// Dashboard configuration
|
|
301
|
+
{
|
|
302
|
+
"dashboard": {
|
|
303
|
+
"widgets": [
|
|
304
|
+
{
|
|
305
|
+
"type": "chart",
|
|
306
|
+
"title": "Task Completion Rate",
|
|
307
|
+
"data": "completed-per-day",
|
|
308
|
+
"visualization": "line"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"type": "gauge",
|
|
312
|
+
"title": "Sprint Progress",
|
|
313
|
+
"data": "sprint-completion",
|
|
314
|
+
"target": 100
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"type": "heatmap",
|
|
318
|
+
"title": "Agent Activity",
|
|
319
|
+
"data": "agent-tasks-per-day"
|
|
320
|
+
}
|
|
321
|
+
]
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
```
|
|
325
|
+
|
|
326
|
+
### Reports
|
|
327
|
+
```bash
|
|
328
|
+
# Generate reports
|
|
329
|
+
npx claude-flow@v3alpha github board-report \
|
|
330
|
+
--type "sprint-summary" \
|
|
331
|
+
--format "markdown" \
|
|
332
|
+
--include "velocity,burndown,blockers" \
|
|
333
|
+
--distribute "slack,email"
|
|
334
|
+
```
|
|
335
|
+
|
|
336
|
+
## Workflow Integration
|
|
337
|
+
|
|
338
|
+
### Sprint Management
|
|
339
|
+
```bash
|
|
340
|
+
# Manage sprints with swarms
|
|
341
|
+
npx claude-flow@v3alpha github sprint-manage \
|
|
342
|
+
--sprint "Sprint 23" \
|
|
343
|
+
--auto-populate \
|
|
344
|
+
--capacity-planning \
|
|
345
|
+
--track-velocity
|
|
346
|
+
```
|
|
347
|
+
|
|
348
|
+
### Milestone Tracking
|
|
349
|
+
```bash
|
|
350
|
+
# Track milestone progress
|
|
351
|
+
npx claude-flow@v3alpha github milestone-track \
|
|
352
|
+
--milestone "v2.0 Release" \
|
|
353
|
+
--update-board \
|
|
354
|
+
--show-dependencies \
|
|
355
|
+
--predict-completion
|
|
356
|
+
```
|
|
357
|
+
|
|
358
|
+
### Release Planning
|
|
359
|
+
```bash
|
|
360
|
+
# Plan releases using board data
|
|
361
|
+
npx claude-flow@v3alpha github release-plan-board \
|
|
362
|
+
--analyze-velocity \
|
|
363
|
+
--estimate-completion \
|
|
364
|
+
--identify-risks \
|
|
365
|
+
--optimize-scope
|
|
366
|
+
```
|
|
367
|
+
|
|
368
|
+
## Team Collaboration
|
|
369
|
+
|
|
370
|
+
### Work Distribution
|
|
371
|
+
```bash
|
|
372
|
+
# Distribute work among team
|
|
373
|
+
npx claude-flow@v3alpha github board-distribute \
|
|
374
|
+
--strategy "skills-based" \
|
|
375
|
+
--balance-workload \
|
|
376
|
+
--respect-preferences \
|
|
377
|
+
--notify-assignments
|
|
378
|
+
```
|
|
379
|
+
|
|
380
|
+
### Standup Automation
|
|
381
|
+
```bash
|
|
382
|
+
# Generate standup reports
|
|
383
|
+
npx claude-flow@v3alpha github standup-report \
|
|
384
|
+
--team "frontend" \
|
|
385
|
+
--include "yesterday,today,blockers" \
|
|
386
|
+
--format "slack" \
|
|
387
|
+
--schedule "daily-9am"
|
|
388
|
+
```
|
|
389
|
+
|
|
390
|
+
### Review Coordination
|
|
391
|
+
```bash
|
|
392
|
+
# Coordinate reviews via board
|
|
393
|
+
npx claude-flow@v3alpha github review-coordinate \
|
|
394
|
+
--board "Code Review" \
|
|
395
|
+
--assign-reviewers \
|
|
396
|
+
--track-feedback \
|
|
397
|
+
--ensure-coverage
|
|
398
|
+
```
|
|
399
|
+
|
|
400
|
+
## Best Practices
|
|
401
|
+
|
|
402
|
+
### 1. Board Organization
|
|
403
|
+
- Clear column definitions
|
|
404
|
+
- Consistent labeling system
|
|
405
|
+
- Regular board grooming
|
|
406
|
+
- Automation rules
|
|
407
|
+
|
|
408
|
+
### 2. Data Integrity
|
|
409
|
+
- Bidirectional sync validation
|
|
410
|
+
- Conflict resolution strategies
|
|
411
|
+
- Audit trails
|
|
412
|
+
- Regular backups
|
|
413
|
+
|
|
414
|
+
### 3. Team Adoption
|
|
415
|
+
- Training materials
|
|
416
|
+
- Clear workflows
|
|
417
|
+
- Regular reviews
|
|
418
|
+
- Feedback loops
|
|
419
|
+
|
|
420
|
+
## Troubleshooting
|
|
421
|
+
|
|
422
|
+
### Sync Issues
|
|
423
|
+
```bash
|
|
424
|
+
# Diagnose sync problems
|
|
425
|
+
npx claude-flow@v3alpha github board-diagnose \
|
|
426
|
+
--check "permissions,webhooks,rate-limits" \
|
|
427
|
+
--test-sync \
|
|
428
|
+
--show-conflicts
|
|
429
|
+
```
|
|
430
|
+
|
|
431
|
+
### Performance
|
|
432
|
+
```bash
|
|
433
|
+
# Optimize board performance
|
|
434
|
+
npx claude-flow@v3alpha github board-optimize \
|
|
435
|
+
--analyze-size \
|
|
436
|
+
--archive-completed \
|
|
437
|
+
--index-fields \
|
|
438
|
+
--cache-views
|
|
439
|
+
```
|
|
440
|
+
|
|
441
|
+
### Data Recovery
|
|
442
|
+
```bash
|
|
443
|
+
# Recover board data
|
|
444
|
+
npx claude-flow@v3alpha github board-recover \
|
|
445
|
+
--backup-id "2024-01-15" \
|
|
446
|
+
--restore-cards \
|
|
447
|
+
--preserve-current \
|
|
448
|
+
--merge-conflicts
|
|
449
|
+
```
|
|
450
|
+
|
|
451
|
+
## Examples
|
|
452
|
+
|
|
453
|
+
### Agile Development Board
|
|
454
|
+
```bash
|
|
455
|
+
# Setup agile board
|
|
456
|
+
npx claude-flow@v3alpha github agile-board \
|
|
457
|
+
--methodology "scrum" \
|
|
458
|
+
--sprint-length "2w" \
|
|
459
|
+
--ceremonies "planning,review,retro" \
|
|
460
|
+
--metrics "velocity,burndown"
|
|
461
|
+
```
|
|
462
|
+
|
|
463
|
+
### Kanban Flow Board
|
|
464
|
+
```bash
|
|
465
|
+
# Setup kanban board
|
|
466
|
+
npx claude-flow@v3alpha github kanban-board \
|
|
467
|
+
--wip-limits '{
|
|
468
|
+
"In Progress": 5,
|
|
469
|
+
"Review": 3
|
|
470
|
+
}' \
|
|
471
|
+
--cycle-time-tracking \
|
|
472
|
+
--continuous-flow
|
|
473
|
+
```
|
|
474
|
+
|
|
475
|
+
### Research Project Board
|
|
476
|
+
```bash
|
|
477
|
+
# Setup research board
|
|
478
|
+
npx claude-flow@v3alpha github research-board \
|
|
479
|
+
--phases "ideation,research,experiment,analysis,publish" \
|
|
480
|
+
--track-citations \
|
|
481
|
+
--collaborate-external
|
|
482
|
+
```
|
|
483
|
+
|
|
484
|
+
## Metrics & KPIs
|
|
485
|
+
|
|
486
|
+
### Performance Metrics
|
|
487
|
+
```bash
|
|
488
|
+
# Track board performance
|
|
489
|
+
npx claude-flow@v3alpha github board-kpis \
|
|
490
|
+
--metrics '[
|
|
491
|
+
"average-cycle-time",
|
|
492
|
+
"throughput-per-sprint",
|
|
493
|
+
"blocked-time-percentage",
|
|
494
|
+
"first-time-pass-rate"
|
|
495
|
+
]' \
|
|
496
|
+
--dashboard-url
|
|
497
|
+
```
|
|
498
|
+
|
|
499
|
+
### Team Metrics
|
|
500
|
+
```bash
|
|
501
|
+
# Track team performance
|
|
502
|
+
npx claude-flow@v3alpha github team-metrics \
|
|
503
|
+
--board "Development" \
|
|
504
|
+
--per-member \
|
|
505
|
+
--include "velocity,quality,collaboration" \
|
|
506
|
+
--anonymous-option
|
|
507
|
+
```
|
|
508
|
+
|
|
509
|
+
See also: [swarm-issue.md](./swarm-issue.md), [multi-repo-swarm.md](./multi-repo-swarm.md)
|