@mmerterden/multi-agent-pipeline 10.6.0 → 10.7.1
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/CHANGELOG.md +36 -0
- package/README.md +10 -39
- package/install/index.mjs +9 -101
- package/package.json +1 -1
- package/pipeline/commands/multi-agent/delete.md +4 -5
- package/pipeline/commands/multi-agent/refs/phases/phase-4-review.md +1 -11
- package/pipeline/commands/multi-agent/refs/picker-contract.md +6 -10
- package/pipeline/commands/multi-agent/setup.md +0 -1
- package/pipeline/commands/multi-agent/sync.md +4 -73
- package/pipeline/commands/multi-agent/update.md +9 -0
- package/pipeline/lib/ask-choice.sh +1 -1
- package/pipeline/scripts/smoke-cross-cli-behavior.sh +0 -7
- package/pipeline/scripts/smoke-install-layout.sh +1 -2
- package/pipeline/skills/.skills-index.json +65 -20
- package/pipeline/skills/shared/README.md +1 -1
- package/pipeline/skills/shared/core/multi-agent-delete/SKILL.md +4 -4
- package/pipeline/skills/skills-index.md +24 -19
- package/install/_adapters.mjs +0 -73
- package/pipeline/adapters/_base.mjs +0 -640
- package/pipeline/adapters/antigravity.mjs +0 -140
- package/pipeline/adapters/codex.mjs +0 -159
- package/pipeline/adapters/copilot-chat-orchestration.mjs +0 -148
- package/pipeline/adapters/copilot-chat.mjs +0 -124
- package/pipeline/adapters/cursor-orchestration.mjs +0 -152
- package/pipeline/adapters/cursor.mjs +0 -146
- package/pipeline/scripts/smoke-adapters.sh +0 -276
- package/pipeline/scripts/smoke-delete-flow.sh +0 -151
- package/pipeline/scripts/smoke-shared-runtime.sh +0 -108
- package/pipeline/scripts/smoke-sync-adapters.sh +0 -113
- package/pipeline/scripts/sync-adapters.mjs +0 -183
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-
|
|
4
|
-
"skillCount":
|
|
3
|
+
"generatedAt": "2026-07-02T18:42:58.207Z",
|
|
4
|
+
"skillCount": 222,
|
|
5
5
|
"entries": [
|
|
6
6
|
{
|
|
7
7
|
"name": "accessibility-compliance-accessibility-audit",
|
|
@@ -417,9 +417,18 @@
|
|
|
417
417
|
"triggerPaths": [],
|
|
418
418
|
"relativePath": "shared/external/fastapi-pro/SKILL.md"
|
|
419
419
|
},
|
|
420
|
+
{
|
|
421
|
+
"name": "figma-bottom-sheets",
|
|
422
|
+
"description": "Bottom-sheet / detent pattern integration for Figma-to-UI components (iOS SwiftUI + Android Jetpack Compose) — half-sheets, drawers, pinned bottom CTAs, resizable pull-up panels, content-sized sheets, and multi-step in-sheet flows. Native by default (SwiftUI .sheet+presentationDetents; Compose Modal",
|
|
423
|
+
"platform": null,
|
|
424
|
+
"group": "figma-common",
|
|
425
|
+
"triggerKeywords": [],
|
|
426
|
+
"triggerPaths": [],
|
|
427
|
+
"relativePath": "figma-common/figma-bottom-sheets/SKILL.md"
|
|
428
|
+
},
|
|
420
429
|
{
|
|
421
430
|
"name": "figma-cli-iterate",
|
|
422
|
-
"description": "",
|
|
431
|
+
"description": "Runs the complete Figma-to-SwiftUI pipeline for one or more issues: pick → start → implement (phases 0-7) → commit. Returns a structured `ORCHESTRATOR_RESULT` block that the CLI orchestrator can parse.",
|
|
423
432
|
"platform": null,
|
|
424
433
|
"group": "figma-common",
|
|
425
434
|
"triggerKeywords": [],
|
|
@@ -428,7 +437,7 @@
|
|
|
428
437
|
},
|
|
429
438
|
{
|
|
430
439
|
"name": "figma-cli-iterate-mend",
|
|
431
|
-
"description": "",
|
|
440
|
+
"description": "Runs the complete Figma-to-SwiftUI mend pipeline for a single issue whose component already exists under `Discarded/` and must be re-implemented from scratch: pick → start → pre-flight (locate + catalog old files) →.",
|
|
432
441
|
"platform": null,
|
|
433
442
|
"group": "figma-common",
|
|
434
443
|
"triggerKeywords": [],
|
|
@@ -437,7 +446,7 @@
|
|
|
437
446
|
},
|
|
438
447
|
{
|
|
439
448
|
"name": "figma-cli-lean-iterate",
|
|
440
|
-
"description": "",
|
|
449
|
+
"description": "Runs a lean Figma-to-SwiftUI pipeline for one or more issues: pick → start → implement (phases 0-4) → code connect (phase 6) → commit. Skips testing (phase 5) and wiki (phase 7).",
|
|
441
450
|
"platform": null,
|
|
442
451
|
"group": "figma-common",
|
|
443
452
|
"triggerKeywords": [],
|
|
@@ -455,7 +464,7 @@
|
|
|
455
464
|
},
|
|
456
465
|
{
|
|
457
466
|
"name": "figma-commit",
|
|
458
|
-
"description": "",
|
|
467
|
+
"description": "Reviews a Figma component implementation, then creates feature branches across submodules, commits, pushes, and opens PRs. Delegates mobile-common conflict resolution to `COMMON_REBASE.md`.",
|
|
459
468
|
"platform": null,
|
|
460
469
|
"group": "figma-common",
|
|
461
470
|
"triggerKeywords": [],
|
|
@@ -482,7 +491,7 @@
|
|
|
482
491
|
},
|
|
483
492
|
{
|
|
484
493
|
"name": "figma-component-confluence-sync",
|
|
485
|
-
"description": "",
|
|
494
|
+
"description": "Syncs component documentation from the GitHub Wiki (source of truth) to Confluence. Reads wiki markdown, converts to Confluence XHTML, uploads pages and assets. Requires VPN.",
|
|
486
495
|
"platform": null,
|
|
487
496
|
"group": "figma-common",
|
|
488
497
|
"triggerKeywords": [],
|
|
@@ -509,7 +518,7 @@
|
|
|
509
518
|
},
|
|
510
519
|
{
|
|
511
520
|
"name": "figma-component-start",
|
|
512
|
-
"description": "",
|
|
521
|
+
"description": "Reads a GitHub Issue, extracts component metadata, creates feature branches from `develop` (main repo) / `iteration/develop` (submodules), and checks them out locally. Prepares the workspace to begin implementation.",
|
|
513
522
|
"platform": null,
|
|
514
523
|
"group": "figma-common",
|
|
515
524
|
"triggerKeywords": [],
|
|
@@ -518,7 +527,7 @@
|
|
|
518
527
|
},
|
|
519
528
|
{
|
|
520
529
|
"name": "figma-component-status-update",
|
|
521
|
-
"description": "",
|
|
530
|
+
"description": "Refreshes the global Component Implementation Status dashboard on Confluence.",
|
|
522
531
|
"platform": null,
|
|
523
532
|
"group": "figma-common",
|
|
524
533
|
"triggerKeywords": [],
|
|
@@ -561,9 +570,18 @@
|
|
|
561
570
|
"triggerPaths": [],
|
|
562
571
|
"relativePath": "figma-ios/figma-component-wiki/SKILL.md"
|
|
563
572
|
},
|
|
573
|
+
{
|
|
574
|
+
"name": "figma-evolve-component",
|
|
575
|
+
"description": "On-demand reconcile-and-extend for an ALREADY-implemented UI component (iOS SwiftUI or Android Jetpack Compose). Heals drift from current Figma (stale variants/props/structure, design-token drift, a detached/overridden deviation) AND extends the component non-destructively to cover a need the design",
|
|
576
|
+
"platform": null,
|
|
577
|
+
"group": "figma-common",
|
|
578
|
+
"triggerKeywords": [],
|
|
579
|
+
"triggerPaths": [],
|
|
580
|
+
"relativePath": "figma-common/figma-evolve-component/SKILL.md"
|
|
581
|
+
},
|
|
564
582
|
{
|
|
565
583
|
"name": "figma-fix",
|
|
566
|
-
"description": "",
|
|
584
|
+
"description": "Applies a targeted fix for a bug filed during component review (via `/figma-review`), re-runs affected pipeline phases, closes the bug sub-issue, and cleanly transitions the parent component back to In Review with a.",
|
|
567
585
|
"platform": null,
|
|
568
586
|
"group": "figma-common",
|
|
569
587
|
"triggerKeywords": [],
|
|
@@ -581,7 +599,7 @@
|
|
|
581
599
|
},
|
|
582
600
|
{
|
|
583
601
|
"name": "figma-issue",
|
|
584
|
-
"description": "",
|
|
602
|
+
"description": "Creates and manages GitHub Issues for Figma component implementations.",
|
|
585
603
|
"platform": null,
|
|
586
604
|
"group": "figma-common",
|
|
587
605
|
"triggerKeywords": [],
|
|
@@ -590,7 +608,7 @@
|
|
|
590
608
|
},
|
|
591
609
|
{
|
|
592
610
|
"name": "figma-iterate",
|
|
593
|
-
"description": "",
|
|
611
|
+
"description": "Picks the next available component issue and runs the full pipeline end-to-end: start → implement → commit. Loops until no more issues are available or the user stops it.",
|
|
594
612
|
"platform": null,
|
|
595
613
|
"group": "figma-common",
|
|
596
614
|
"triggerKeywords": [],
|
|
@@ -599,7 +617,7 @@
|
|
|
599
617
|
},
|
|
600
618
|
{
|
|
601
619
|
"name": "figma-iteration-commit",
|
|
602
|
-
"description": "",
|
|
620
|
+
"description": "NEVER create branches on the main repo (REPO_ROOT). Do not create `iteration/develop` or any other branch on the main repo. Do not commit to the main repo.",
|
|
603
621
|
"platform": null,
|
|
604
622
|
"group": "figma-common",
|
|
605
623
|
"triggerKeywords": [],
|
|
@@ -615,6 +633,24 @@
|
|
|
615
633
|
"triggerPaths": [],
|
|
616
634
|
"relativePath": "figma-common/figma-mend/SKILL.md"
|
|
617
635
|
},
|
|
636
|
+
{
|
|
637
|
+
"name": "figma-navigation",
|
|
638
|
+
"description": "Navigation pattern integration for Figma-to-UI components (iOS SwiftUI + Android Jetpack Compose). Guides how a component reaches other screens, tabs, or deep links without coupling to a router — headless screens that emit a typed Output/event, native NavigationStack (iOS) / Navigation Compose (Andr",
|
|
639
|
+
"platform": null,
|
|
640
|
+
"group": "figma-common",
|
|
641
|
+
"triggerKeywords": [],
|
|
642
|
+
"triggerPaths": [],
|
|
643
|
+
"relativePath": "figma-common/figma-navigation/SKILL.md"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"name": "figma-overlays",
|
|
647
|
+
"description": "Overlay pattern integration for Figma-to-UI components (iOS SwiftUI + Android Jetpack Compose) — toasts/snackbars, blocking loading HUDs, alert dialogs, and data-driven modal cards presented from anywhere without the component owning presentation. Native by default (SwiftUI .alert/.confirmationDialo",
|
|
648
|
+
"platform": null,
|
|
649
|
+
"group": "figma-common",
|
|
650
|
+
"triggerKeywords": [],
|
|
651
|
+
"triggerPaths": [],
|
|
652
|
+
"relativePath": "figma-common/figma-overlays/SKILL.md"
|
|
653
|
+
},
|
|
618
654
|
{
|
|
619
655
|
"name": "figma-price-integration",
|
|
620
656
|
"description": "Price pattern integration for Figma-to-SwiftUI components. Guides PriceRepresentable protocol adoption when a component displays price data.",
|
|
@@ -635,7 +671,7 @@
|
|
|
635
671
|
},
|
|
636
672
|
{
|
|
637
673
|
"name": "figma-review",
|
|
638
|
-
"description": "",
|
|
674
|
+
"description": "Guided review session for a Figma component implementation. Resolves the component, finds or creates the GitHub issue, shows relevant code, and walks the reviewer through approve/bug/inspect actions.",
|
|
639
675
|
"platform": null,
|
|
640
676
|
"group": "figma-common",
|
|
641
677
|
"triggerKeywords": [],
|
|
@@ -1049,7 +1085,7 @@
|
|
|
1049
1085
|
},
|
|
1050
1086
|
{
|
|
1051
1087
|
"name": "multi-agent-delete",
|
|
1052
|
-
"description": "Uninstall the pipeline from
|
|
1088
|
+
"description": "Uninstall the pipeline from Claude Code + Copilot CLI. Keychain access tokens are left untouched. Asks for double confirmation.",
|
|
1053
1089
|
"platform": null,
|
|
1054
1090
|
"group": "core",
|
|
1055
1091
|
"triggerKeywords": [],
|
|
@@ -1101,6 +1137,15 @@
|
|
|
1101
1137
|
"triggerPaths": [],
|
|
1102
1138
|
"relativePath": "shared/core/multi-agent-diff-explain/SKILL.md"
|
|
1103
1139
|
},
|
|
1140
|
+
{
|
|
1141
|
+
"name": "multi-agent-finish",
|
|
1142
|
+
"description": "Continue already-done LOCAL work through the pipeline tail: Review → Build+Test → Commit/PR → Report (technical analysis + Jira test-scenario comment). No dev phase.",
|
|
1143
|
+
"platform": null,
|
|
1144
|
+
"group": "core",
|
|
1145
|
+
"triggerKeywords": [],
|
|
1146
|
+
"triggerPaths": [],
|
|
1147
|
+
"relativePath": "shared/core/multi-agent-finish/SKILL.md"
|
|
1148
|
+
},
|
|
1104
1149
|
{
|
|
1105
1150
|
"name": "multi-agent-garbage-collect",
|
|
1106
1151
|
"description": "Sweep leftover /tmp scratch (picker state, review diffs, channel payloads, analysis drafts) from past runs. Dry-run first; confirms before deleting.",
|
|
@@ -1265,7 +1310,7 @@
|
|
|
1265
1310
|
},
|
|
1266
1311
|
{
|
|
1267
1312
|
"name": "multi-agent-stack",
|
|
1268
|
-
"description": "
|
|
1313
|
+
"description": "Select the active stack for this repo by enabling the matching marketplace plugin(s) in .claude/settings.json (ios/android/mobile/backend/frontend/fullstack/all).",
|
|
1269
1314
|
"platform": null,
|
|
1270
1315
|
"group": "core",
|
|
1271
1316
|
"triggerKeywords": [],
|
|
@@ -1382,7 +1427,7 @@
|
|
|
1382
1427
|
},
|
|
1383
1428
|
{
|
|
1384
1429
|
"name": "performance-iteration-commit-all",
|
|
1385
|
-
"description": "",
|
|
1430
|
+
"description": "Reads `_tour_tracker.json`, validates all reviewed components in a single build+test cycle, pushes all local commits in a single push per submodule, then handles issue.",
|
|
1386
1431
|
"platform": null,
|
|
1387
1432
|
"group": "figma-common",
|
|
1388
1433
|
"triggerKeywords": [],
|
|
@@ -1391,7 +1436,7 @@
|
|
|
1391
1436
|
},
|
|
1392
1437
|
{
|
|
1393
1438
|
"name": "performance-review-next",
|
|
1394
|
-
"description": "",
|
|
1439
|
+
"description": "Reads `_tour_tracker.json`, presents a dashboard of produced components, and guides the user through reviewing each one. Fix commits are separate. Halted components can be retried or dropped.",
|
|
1395
1440
|
"platform": null,
|
|
1396
1441
|
"group": "figma-common",
|
|
1397
1442
|
"triggerKeywords": [],
|
|
@@ -1400,7 +1445,7 @@
|
|
|
1400
1445
|
},
|
|
1401
1446
|
{
|
|
1402
1447
|
"name": "performance-start",
|
|
1403
|
-
"description": "",
|
|
1448
|
+
"description": "Identical to `/figma-to-swift-ui-start` for Steps 0-5. After printing the summary (Step 6), automatically invokes `/performance-swiftui <figma-url>` to begin the implementation pipeline.",
|
|
1404
1449
|
"platform": null,
|
|
1405
1450
|
"group": "figma-common",
|
|
1406
1451
|
"triggerKeywords": [],
|
|
@@ -1418,7 +1463,7 @@
|
|
|
1418
1463
|
},
|
|
1419
1464
|
{
|
|
1420
1465
|
"name": "performance-tour",
|
|
1421
|
-
"description": "",
|
|
1466
|
+
"description": "Produces multiple Figma components in a single session. Validates dependencies, determines implementation order, produces each component sequentially with clean subagent contexts, then hands off to review and batch.",
|
|
1422
1467
|
"platform": null,
|
|
1423
1468
|
"group": "figma-common",
|
|
1424
1469
|
"triggerKeywords": [],
|
|
@@ -33,7 +33,7 @@ Source layout is logical grouping only - skill discovery at runtime is unchang
|
|
|
33
33
|
| [`multi-agent-autopilot`](./core/multi-agent-autopilot/) | `core` | Launch any task in autopilot mode: skips every confirmation, runs end-to-end autonomously. |
|
|
34
34
|
| [`multi-agent-build-optimize`](./core/multi-agent-build-optimize/) | `core` | Wrapper that dispatches to xcode-build-orchestrator on iOS repos. Benchmarks the current Xcode build, runs compilation / project / SPM analy |
|
|
35
35
|
| [`multi-agent-channels`](./core/multi-agent-channels/) | `core` | Multi-channel reporter - Jira/Confluence/Wiki/PR description. Multi-select channels + content, humanizer pass, reviewer-preserving Bitbuck |
|
|
36
|
-
| [`multi-agent-delete`](./core/multi-agent-delete/) | `core` | Uninstall the pipeline from
|
|
36
|
+
| [`multi-agent-delete`](./core/multi-agent-delete/) | `core` | Uninstall the pipeline from Claude Code + Copilot CLI. Keychain access tokens are left untouched. Asks for double |
|
|
37
37
|
| [`multi-agent-dev`](./core/multi-agent-dev/) | `core` | Fast development mode: Init → Dev (Opus) → Test → Commit → Report. Analysis, planning, and review phases are skipped. |
|
|
38
38
|
| [`multi-agent-dev-autopilot`](./core/multi-agent-dev-autopilot/) | `core` | Fastest mode: Dev (Opus) plus Autopilot. Init → Dev → Commit → Report with zero confirmations. |
|
|
39
39
|
| [`multi-agent-dev-local`](./core/multi-agent-dev-local/) | `core` | Fast mode + local - Init → Dev(Opus) → Commit → Report, no worktree. |
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: multi-agent-delete
|
|
3
3
|
language: en
|
|
4
|
-
description: "Uninstall the pipeline from
|
|
4
|
+
description: "Uninstall the pipeline from Claude Code + Copilot CLI. Keychain access tokens are left untouched. Asks for double confirmation."
|
|
5
5
|
user-invocable: true
|
|
6
|
-
argument-hint: "[--dry-run] [--claude] [--copilot] [--
|
|
6
|
+
argument-hint: "[--dry-run] [--claude] [--copilot] [--target=<path>]"
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# multi-agent-delete - Token-Preserving Uninstall
|
|
@@ -21,13 +21,13 @@ Removes the pipeline itself from the system. **Different from `multi-agent-purge
|
|
|
21
21
|
|
|
22
22
|
- Personal access tokens in the **Keychain / Credential Manager / libsecret** (GitHub, Jira, Bitbucket, Confluence, Telegram, Vercel, Firebase, etc.)
|
|
23
23
|
- `~/.claude/CLAUDE.md` and `~/.claude/multi-agent-preferences.json` (if the user provided them)
|
|
24
|
-
- User content OUTSIDE the `<!-- multi-agent-pipeline:begin/end -->` markers (
|
|
24
|
+
- User content OUTSIDE the `<!-- multi-agent-pipeline:begin/end -->` markers (`copilot-instructions.md`)
|
|
25
25
|
|
|
26
26
|
## Steps
|
|
27
27
|
|
|
28
28
|
1. **Determine the scope** - parse `$ARGUMENTS`:
|
|
29
29
|
- No target flag: all installed targets (default)
|
|
30
|
-
- `--claude / --copilot
|
|
30
|
+
- `--claude / --copilot`: selective
|
|
31
31
|
- `--target=<path>`: adapter target (default cwd)
|
|
32
32
|
- `--dry-run`: only report, delete nothing
|
|
33
33
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
> Auto-generated by `pipeline/scripts/build-skills-index.mjs` - do not hand-edit.
|
|
4
4
|
> Regenerate with `node pipeline/scripts/build-skills-index.mjs`.
|
|
5
5
|
|
|
6
|
-
**
|
|
6
|
+
**222 skills** across 5 groups.
|
|
7
7
|
|
|
8
8
|
| Group | Name | Platform | Description |
|
|
9
9
|
|-------|------|----------|-------------|
|
|
@@ -53,31 +53,35 @@
|
|
|
53
53
|
| external | `energykit` | - | Query grid electricity forecasts and submit load events using EnergyKit to help users optimize home electricity usage. Use when building sma |
|
|
54
54
|
| external | `eventkit-calendar` | - | Create, read, and manage calendar events and reminders using EventKit and EventKitUI. Use when adding events to the user's calendar, creatin |
|
|
55
55
|
| external | `fastapi-pro` | - | Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async p |
|
|
56
|
-
| figma-common | `figma-
|
|
57
|
-
| figma-common | `figma-cli-iterate
|
|
58
|
-
| figma-common | `figma-cli-
|
|
56
|
+
| figma-common | `figma-bottom-sheets` | - | Bottom-sheet / detent pattern integration for Figma-to-UI components (iOS SwiftUI + Android Jetpack Compose) — half-sheets, drawers, pinned |
|
|
57
|
+
| figma-common | `figma-cli-iterate` | - | Runs the complete Figma-to-SwiftUI pipeline for one or more issues: pick → start → implement (phases 0-7) → commit. Returns a structured `OR |
|
|
58
|
+
| figma-common | `figma-cli-iterate-mend` | - | Runs the complete Figma-to-SwiftUI mend pipeline for a single issue whose component already exists under `Discarded/` and must be re-impleme |
|
|
59
|
+
| figma-common | `figma-cli-lean-iterate` | - | Runs a lean Figma-to-SwiftUI pipeline for one or more issues: pick → start → implement (phases 0-4) → code connect (phase 6) → commit. Skips |
|
|
59
60
|
| figma-common | `figma-cli-skip` | - | CLI variant of /figma-skip - fetches origin iteration/develop on mobile-common, marks a Figma component as skipped in the registry, commit |
|
|
60
|
-
| figma-common | `figma-commit` | - |
|
|
61
|
+
| figma-common | `figma-commit` | - | Reviews a Figma component implementation, then creates feature branches across submodules, commits, pushes, and opens PRs. Delegates mobile- |
|
|
61
62
|
| figma-android | `figma-component-code-connect` | android | Generate Code Connect for Compose mappings - {Name}.figma.kt registers the composable with Figma's Code Connect so designers see live code |
|
|
62
63
|
| figma-ios | `figma-component-code-connect` | ios | Figma Code Connect mapping publisher for implemented SwiftUI components. Creates + publishes .figma.swift registration for a component alrea |
|
|
63
|
-
| figma-common | `figma-component-confluence-sync` | - |
|
|
64
|
+
| figma-common | `figma-component-confluence-sync` | - | Syncs component documentation from the GitHub Wiki (source of truth) to Confluence. Reads wiki markdown, converts to Confluence XHTML, uploa |
|
|
64
65
|
| figma-android | `figma-component-implement` | android | Generate a Jetpack Compose component (Configuration data class + Composable + Modifier extensions + Preview + README) from gathered Figma da |
|
|
65
66
|
| figma-ios | `figma-component-implement` | ios | Figma → SwiftUI implementation for a single component. Runs Phases 0-4 of the figma-to-swiftui pipeline (init, data gathering, analysis, cod |
|
|
66
|
-
| figma-common | `figma-component-start` | - |
|
|
67
|
-
| figma-common | `figma-component-status-update` | - |
|
|
67
|
+
| figma-common | `figma-component-start` | - | Reads a GitHub Issue, extracts component metadata, creates feature branches from `develop` (main repo) / `iteration/develop` (submodules), a |
|
|
68
|
+
| figma-common | `figma-component-status-update` | - | Refreshes the global Component Implementation Status dashboard on Confluence. |
|
|
68
69
|
| figma-android | `figma-component-test` | android | Generate Compose Testing + Paparazzi/Roborazzi snapshot + unit tests for a Jetpack Compose component. Android peer to pipeline/skills/figma- |
|
|
69
70
|
| figma-ios | `figma-component-test` | ios | Test generator + runner for implemented SwiftUI Figma components. Produces ViewInspector structural tests, snapshot tests, and XCTest unit t |
|
|
70
71
|
| figma-android | `figma-component-wiki` | android | Component wiki generation for Android. Dispatches to the same 4-mode adapter set as the iOS peer (submodule / in-repo / github-wiki / separa |
|
|
71
72
|
| figma-ios | `figma-component-wiki` | - | Generate component wiki documentation with a pluggable adapter. Reads component source + FIGMA.md, renders markdown, then delegates publicat |
|
|
72
|
-
| figma-common | `figma-
|
|
73
|
+
| figma-common | `figma-evolve-component` | - | On-demand reconcile-and-extend for an ALREADY-implemented UI component (iOS SwiftUI or Android Jetpack Compose). Heals drift from current Fi |
|
|
74
|
+
| figma-common | `figma-fix` | - | Applies a targeted fix for a bug filed during component review (via `/figma-review`), re-runs affected pipeline phases, closes the bug sub-i |
|
|
73
75
|
| figma-common | `figma-form-integration` | - | Form pattern integration for Figma-to-SwiftUI components. Guides FormSection/FormField adoption - when a component embeds form-capable sub |
|
|
74
|
-
| figma-common | `figma-issue` | - |
|
|
75
|
-
| figma-common | `figma-iterate` | - |
|
|
76
|
-
| figma-common | `figma-iteration-commit` | - |
|
|
76
|
+
| figma-common | `figma-issue` | - | Creates and manages GitHub Issues for Figma component implementations. |
|
|
77
|
+
| figma-common | `figma-iterate` | - | Picks the next available component issue and runs the full pipeline end-to-end: start → implement → commit. Loops until no more issues are a |
|
|
78
|
+
| figma-common | `figma-iteration-commit` | - | NEVER create branches on the main repo (REPO_ROOT). Do not create `iteration/develop` or any other branch on the main repo. Do not commit to |
|
|
77
79
|
| figma-common | `figma-mend` | - | Re-implements discarded components from scratch using the figma-to-swiftui workflow, preserving old implementation as complementary referenc |
|
|
80
|
+
| figma-common | `figma-navigation` | - | Navigation pattern integration for Figma-to-UI components (iOS SwiftUI + Android Jetpack Compose). Guides how a component reaches other scre |
|
|
81
|
+
| figma-common | `figma-overlays` | - | Overlay pattern integration for Figma-to-UI components (iOS SwiftUI + Android Jetpack Compose) — toasts/snackbars, blocking loading HUDs, al |
|
|
78
82
|
| figma-common | `figma-price-integration` | - | Price pattern integration for Figma-to-SwiftUI components. Guides PriceRepresentable protocol adoption when a component displays price data. |
|
|
79
83
|
| figma-common | `figma-remote-mcp-auth` | - | Runs Figma Remote MCP OAuth flow to obtain and store a token in macOS Keychain. Requires OAuth client credentials. |
|
|
80
|
-
| figma-common | `figma-review` | - | |
|
|
84
|
+
| figma-common | `figma-review` | - | Guided review session for a Figma component implementation. Resolves the component, finds or creates the GitHub issue, shows relevant code, |
|
|
81
85
|
| figma-common | `figma-setup` | - | One-time environment setup for Figma-to-SwiftUI workflow. Verifies MCP connectivity, API credentials, Code Connect CLI, and FigmaRegistryUti |
|
|
82
86
|
| figma-common | `figma-skip` | - | Marks a Figma component as skipped in the component registry and updates the Confluence status dashboard. |
|
|
83
87
|
| figma-android | `figma-to-component` | android | Figma-to-Compose component implementation workflow for Android. Takes a Figma URL and produces a production-ready Jetpack Compose component |
|
|
@@ -123,12 +127,13 @@
|
|
|
123
127
|
| core | `multi-agent-autopilot` | - | Launch any task in autopilot mode: skips every confirmation, runs end-to-end autonomously. |
|
|
124
128
|
| core | `multi-agent-build-optimize` | - | Wrapper that dispatches to xcode-build-orchestrator on iOS repos. Benchmarks the current Xcode build, runs compilation / project / SPM analy |
|
|
125
129
|
| core | `multi-agent-channels` | - | Multi-channel reporter - Jira/Confluence/Wiki/PR description. Multi-select channels + content, humanizer pass, reviewer-preserving Bitbuck |
|
|
126
|
-
| core | `multi-agent-delete` | - | Uninstall the pipeline from
|
|
130
|
+
| core | `multi-agent-delete` | - | Uninstall the pipeline from Claude Code + Copilot CLI. Keychain access tokens are left untouched. Asks for double confirmation. |
|
|
127
131
|
| core | `multi-agent-dev` | - | Fast development mode: Init → Dev (Opus) → Test → Commit → Report. Analysis, planning, and review phases are skipped. |
|
|
128
132
|
| core | `multi-agent-dev-autopilot` | - | Fastest mode: Dev (Opus) plus Autopilot. Init → Dev → Commit → Report with zero confirmations. |
|
|
129
133
|
| core | `multi-agent-dev-local` | - | Fast mode + local - Init → Dev(Opus) → Commit → Report, no worktree. |
|
|
130
134
|
| core | `multi-agent-dev-local-autopilot` | - | Fastest + local - Dev(Opus) + autopilot, no worktree, zero interaction. |
|
|
131
135
|
| core | `multi-agent-diff-explain` | - | Map Phase 4 triage findings to branch diff lines. Read-only post-hoc command, used after review to answer 'which finding lines up with which |
|
|
136
|
+
| core | `multi-agent-finish` | - | Continue already-done LOCAL work through the pipeline tail: Review → Build+Test → Commit/PR → Report (technical analysis + Jira test-scenari |
|
|
132
137
|
| core | `multi-agent-garbage-collect` | - | Sweep leftover /tmp scratch (picker state, review diffs, channel payloads, analysis drafts) from past runs. Dry-run first; confirms before d |
|
|
133
138
|
| core | `multi-agent-help` | - | Multi-agent pipeline usage guide - renders in EN or TR per prefs.global.outputLanguage (falls back to promptLanguage for backward compatib |
|
|
134
139
|
| core | `multi-agent-issue` | - | List unassigned GitHub issues, pick one, auto-assign, and launch the multi-agent pipeline. |
|
|
@@ -147,7 +152,7 @@
|
|
|
147
152
|
| core | `multi-agent-scan` | - | Skill security scan: walks local skill directories against a tiered pattern catalog. |
|
|
148
153
|
| core | `multi-agent-search` | - | Log search across every agent-log.md with smart ranking and filters. Optional --semantic flag queries the per-repo triage corpus. |
|
|
149
154
|
| core | `multi-agent-setup` | - | First-run setup wizard: keychain token discovery, Git Identity onboarding, and pipeline preparation. |
|
|
150
|
-
| core | `multi-agent-stack` | - |
|
|
155
|
+
| core | `multi-agent-stack` | - | Select the active stack for this repo by enabling the matching marketplace plugin(s) in .claude/settings.json (ios/android/mobile/backend/fr |
|
|
151
156
|
| core | `multi-agent-status` | - | Show every multi-agent task's ID, phase, branch, and status. |
|
|
152
157
|
| core | `multi-agent-sync` | - | One-shot sync of the entire multi-agent ecosystem: Claude Code, Copilot CLI, pipeline repo, website, and remote-control. |
|
|
153
158
|
| core | `multi-agent-test` | - | UI Bug Hunter - iOS Simulator (simctl) + Android Emulator (adb). Auto-detects platform. Screenshot + tap + analyze on the booted device. T |
|
|
@@ -160,11 +165,11 @@
|
|
|
160
165
|
| external | `passkit-wallet` | - | Integrate Apple Pay payments and Wallet passes using PassKit. Use when adding Apple Pay buttons, creating payment requests, handling payment |
|
|
161
166
|
| external | `pdfkit` | - | Display and manipulate PDF documents using PDFKit. Use when embedding PDFView to show PDF files, creating or modifying PDFDocument instances |
|
|
162
167
|
| external | `pencilkit-drawing` | - | Add Apple Pencil drawing with PKCanvasView, PKToolPicker, PKDrawing serialization/export, stroke inspection, and PencilKit/PaperKit handoffs |
|
|
163
|
-
| figma-common | `performance-iteration-commit-all` | - |
|
|
164
|
-
| figma-common | `performance-review-next` | - |
|
|
165
|
-
| figma-common | `performance-start` | - |
|
|
168
|
+
| figma-common | `performance-iteration-commit-all` | - | Reads `_tour_tracker.json`, validates all reviewed components in a single build+test cycle, pushes all local commits in a single push per su |
|
|
169
|
+
| figma-common | `performance-review-next` | - | Reads `_tour_tracker.json`, presents a dashboard of produced components, and guides the user through reviewing each one. Fix commits are sep |
|
|
170
|
+
| figma-common | `performance-start` | - | Identical to `/figma-to-swift-ui-start` for Steps 0-5. After printing the summary (Step 6), automatically invokes `/performance-swiftui <fig |
|
|
166
171
|
| figma-common | `performance-swiftui` | - | Performance-optimized Figma-to-SwiftUI workflow. Same phases as figma-to-swiftui but with model downgrades on deterministic phases, parallel |
|
|
167
|
-
| figma-common | `performance-tour` | - |
|
|
172
|
+
| figma-common | `performance-tour` | - | Produces multiple Figma components in a single session. Validates dependencies, determines implementation order, produces each component seq |
|
|
168
173
|
| external | `permissionkit` | - | Create child communication safety experiences using PermissionKit to request parental permission for children. Use when building apps that i |
|
|
169
174
|
| external | `photos-camera-media` | - | Implement, review, or improve photo picking, camera capture, and media handling in iOS apps using PhotoKit and AVFoundation. Use when workin |
|
|
170
175
|
| external | `play-store-review` | - | Prepare Android apps for Google Play Store review and compliance. Covers Google Play policy requirements, content rating questionnaire, targ |
|
package/install/_adapters.mjs
DELETED
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Third-party adapter dispatch.
|
|
3
|
-
*
|
|
4
|
-
* Each adapter (Cursor / Copilot Chat) is dynamically imported only when its
|
|
5
|
-
* flag is set, so the default Claude / Copilot install path stays free of
|
|
6
|
-
* adapter module load cost.
|
|
7
|
-
*
|
|
8
|
-
* As of v8.5.4 the previously-shipped Windsurf / Cline / Zed / Continue
|
|
9
|
-
* adapters were removed — pipeline owner did not use them, and keeping them
|
|
10
|
-
* green added smoke-test surface for no real benefit. Their files were
|
|
11
|
-
* deleted from `pipeline/adapters/`. Reintroducing any of them is a one-file
|
|
12
|
-
* add against `_base.mjs`.
|
|
13
|
-
*
|
|
14
|
-
* @module install/_adapters
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
import { join } from "path";
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* @typedef {object} AdapterFlags
|
|
21
|
-
* @property {boolean} cursor
|
|
22
|
-
* @property {boolean} copilotChat
|
|
23
|
-
* @property {boolean} antigravity
|
|
24
|
-
* @property {boolean} codex
|
|
25
|
-
*/
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* @param {AdapterFlags} flags
|
|
29
|
-
* @returns {boolean}
|
|
30
|
-
*/
|
|
31
|
-
export function anyAdapterRequested(flags) {
|
|
32
|
-
return flags.cursor || flags.copilotChat || flags.antigravity || flags.codex;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @param {{
|
|
37
|
-
* pipelineRoot: string,
|
|
38
|
-
* pipelineSrc: string,
|
|
39
|
-
* target: string,
|
|
40
|
-
* platformFilter: "ios"|"android"|"all",
|
|
41
|
-
* flags: AdapterFlags,
|
|
42
|
-
* }} ctx
|
|
43
|
-
*/
|
|
44
|
-
export async function installAdapters(ctx) {
|
|
45
|
-
const { pipelineRoot, target, platformFilter, flags } = ctx;
|
|
46
|
-
console.log("");
|
|
47
|
-
console.log(" Third-party tool adapters (knowledge layer only)");
|
|
48
|
-
console.log(` Target: ${target}`);
|
|
49
|
-
console.log("");
|
|
50
|
-
|
|
51
|
-
const adapterCommonOpts = {
|
|
52
|
-
pipelineSrc: ctx.pipelineSrc,
|
|
53
|
-
target,
|
|
54
|
-
platformFilter,
|
|
55
|
-
};
|
|
56
|
-
|
|
57
|
-
const adapterTargets = [
|
|
58
|
-
flags.cursor && "./pipeline/adapters/cursor.mjs",
|
|
59
|
-
flags.copilotChat && "./pipeline/adapters/copilot-chat.mjs",
|
|
60
|
-
flags.antigravity && "./pipeline/adapters/antigravity.mjs",
|
|
61
|
-
flags.codex && "./pipeline/adapters/codex.mjs",
|
|
62
|
-
].filter(Boolean);
|
|
63
|
-
|
|
64
|
-
for (const modPath of adapterTargets) {
|
|
65
|
-
try {
|
|
66
|
-
const adapter = (await import(join(pipelineRoot, modPath))).default;
|
|
67
|
-
console.log(` [${adapter.name}] Installing...`);
|
|
68
|
-
adapter.install(adapterCommonOpts);
|
|
69
|
-
} catch (e) {
|
|
70
|
-
console.error(` -> Adapter load failed (${modPath}): ${e.message}`);
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|