wb-flow 1.0.0-r01
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 +12 -0
- package/LICENSE +21 -0
- package/README.md +128 -0
- package/assets/demo.gif +0 -0
- package/bin/install.js +175 -0
- package/bin/link.js +71 -0
- package/bin/verify-wrappers.js +49 -0
- package/package.json +56 -0
- package/templates/commands/_shared/output_conventions.md +433 -0
- package/templates/commands/_shared/wb_universal_agent_instructions.md +72 -0
- package/templates/commands/model_recommendation_updates.md +74 -0
- package/templates/commands/model_recommendations.md +112 -0
- package/templates/commands/wbActOn/wbActOn_template.md +546 -0
- package/templates/commands/wbAudit/wbAudit_template.md +315 -0
- package/templates/commands/wbBroadcast/wbBroadcast_template.md +133 -0
- package/templates/commands/wbCheck/wbCheck_template.md +322 -0
- package/templates/commands/wbClean/wbClean_template.md +118 -0
- package/templates/commands/wbContext/wbContext_template.md +213 -0
- package/templates/commands/wbDebug/wbDebug_template.md +132 -0
- package/templates/commands/wbDeploy/wbDeploy_template.md +224 -0
- package/templates/commands/wbDoc/wbDoc_template.md +138 -0
- package/templates/commands/wbExplain/wbExplain_template.md +98 -0
- package/templates/commands/wbGit/wbGit_template.md +160 -0
- package/templates/commands/wbHelp/wbHelp_template.md +101 -0
- package/templates/commands/wbIdea/wbIdea_template.md +337 -0
- package/templates/commands/wbLicense/wbLicense_template.md +148 -0
- package/templates/commands/wbMonetize/wbMonetize_template.md +113 -0
- package/templates/commands/wbNext/wbNext_template.md +270 -0
- package/templates/commands/wbPlan/wbPlan_template.md +413 -0
- package/templates/commands/wbPublish/wbPublish_template.md +205 -0
- package/templates/commands/wbRefactor/wbRefactor_template.md +129 -0
- package/templates/commands/wbRelease/wbRelease_template.md +229 -0
- package/templates/commands/wbReview/wbReview_template.md +252 -0
- package/templates/commands/wbSecure/wbSecure_template.md +157 -0
- package/templates/commands/wbSetup/wbSetup_template.md +203 -0
- package/templates/commands/wbStandup/wbStandup_template.md +198 -0
- package/templates/commands/wbTest/wbTest_template.md +226 -0
- package/templates/commands/wbToWBC/wbToWBC_template.md +91 -0
- package/templates/commands/wbTrack/wbTrack_template.md +555 -0
- package/templates/commands/wbTranslate/wbTranslate_template.md +114 -0
- package/templates/commands/wbValid/wbValid_template.md +142 -0
- package/templates/commands/wbVision/wbVision_template.md +141 -0
- package/templates/commands/wbWork/wbWork_template.md +140 -0
- package/templates/commands/wb_commands_reference.claude.json +2305 -0
- package/templates/commands/wb_commands_reference.json +1109 -0
- package/templates/shortcuts/shortcuts.md +413 -0
- package/templates/shortcuts/usage-management-examples-shortcuts/budget_controllers_examples.md +96 -0
- package/templates/shortcuts/usage-management-examples-shortcuts/ultimate_shortcuts_examples.md +1531 -0
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
# Model Recommendations per `/wb*` Command
|
|
2
|
+
|
|
3
|
+
> **Date:** 2026-05-09 (updated — full 32-command roster)
|
|
4
|
+
> **Based on:** Go + Zen + Google One + Claude Pro
|
|
5
|
+
> **Planning model (fixed):** Claude Opus 4.7 (Antigravity)
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## The Logic
|
|
10
|
+
|
|
11
|
+
| Role | What it needs | 🏆 Top 3 (best, regardless of budget) | Budget sweet spot |
|
|
12
|
+
|---|---|---|---|
|
|
13
|
+
| 🧠 **Planner** | Deep reasoning, strategy, multi-step | Claude Opus 4.7 / Gemini 3.1 Pro / DeepSeek V4 Pro | Claude Opus 4.7 |
|
|
14
|
+
| ✅ **Validator** | **Big Thinker**: Deep reasoning, code quality judgment, score | Claude Opus 4.7 / Gemini 3.1 Pro / DeepSeek V4 Pro | Claude Opus 4.7 / Gemini 3.1 Pro |
|
|
15
|
+
| 🔨 **Worker** | **Coder/Executor**: Code generation, file edits, execution | Claude Sonnet 4.7 / DeepSeek V4 Pro / Qwen 3.6 Plus | Claude Sonnet 4.7 / DeepSeek V4 Pro |
|
|
16
|
+
| 📋 **Mechanical** | Run command, read output, format report | Gemini 3 Flash / DeepSeek V4 Flash / Gemini 3.1 Pro | Gemini 3 Flash / DeepSeek V4 Flash |
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## Command → Model Table (v4.6 — full roster)
|
|
21
|
+
|
|
22
|
+
> Numbering follows the canonical order in `wb_commands_reference.json` plus `wbIdea` (template-only) and `wbStopTrack` (sibling of `wbTrack`). Total: **32 commands**.
|
|
23
|
+
|
|
24
|
+
| # | Command | Role | Complexity | 🏆 Best (Zen/Pro) | 🥈 Best (G-One/Go) | 💰 Budget | 🎯 My Pick | Why this one |
|
|
25
|
+
|---|---|---|---|---|---|---|---|---|
|
|
26
|
+
| 01 | `/wbSetup` | 📋 Mechanical | Low | Claude Haiku 4.5 | Gemini 3 Flash ★ | GPT 5 Nano | **Gemini 3 Flash** | Fast & reliable |
|
|
27
|
+
| 02 | `/wbContext` | ✅ Validation | Medium | Claude Sonnet 4.7 | DeepSeek V4 Pro ★ | Qwen3.6 Plus | **DeepSeek V4 Pro** | Free & deep |
|
|
28
|
+
| 03 | `/wbPlan` | 🧠 Strategy | **High** | **Claude Opus 4.7** ★ | Gemini 3.1 Pro | DeepSeek V4 Pro | **Claude Opus 4.7** | The gold standard |
|
|
29
|
+
| 04 | `/wbAudit` | ✅ Validation | **High** | Claude Opus 4.7 | DeepSeek V4 Pro ★ | Gemini 3.1 Pro | **DeepSeek V4 Pro** | Brutally deep findings |
|
|
30
|
+
| 05 | `/wbReview` | ✅ Validation | **High** | Claude Sonnet 4.7 | Gemini 3.1 Pro ★ | DeepSeek V4 Pro | **Gemini 3.1 Pro** | Excellent "big thinker" |
|
|
31
|
+
| 06 | `/wbTest` | 📋 Mechanical | Low | Claude Haiku 4.5 | DeepSeek V4 Flash ★ | Gemini 3 Flash | **DeepSeek V4 Flash** | Fast mechanical report |
|
|
32
|
+
| 07 | `/wbRelease` | 📋 Mechanical | Medium | Claude Sonnet 4.7 | Gemini 3 Flash ★ | DeepSeek V4 Flash | **Gemini 3 Flash** | Versioning + changelog template work |
|
|
33
|
+
| 08 | `/wbPublish` | 📋 Mechanical | Low | Claude Haiku 4.5 | Gemini 3 Flash ★ | DeepSeek V4 Flash | **Gemini 3 Flash** | npm publish is mechanical |
|
|
34
|
+
| 09 | `/wbDeploy` | 📋 Mechanical | Medium | Claude Sonnet 4.7 | Gemini 3 Flash ★ | DeepSeek V4 Pro | **Gemini 3 Flash** | Run command + format report |
|
|
35
|
+
| 10 | `/wbClean` | 📋 Mechanical | Low | Claude Haiku 4.5 | DeepSeek V4 Flash ★ | GPT 5 Nano | **DeepSeek V4 Flash** | Pure file deletion |
|
|
36
|
+
| 11 | `/wbLicense` | 📋 Mechanical | Low | Claude Haiku 4.5 | Gemini 3 Flash ★ | GPT 5 Nano | **Gemini 3 Flash** | Header insertion is templated |
|
|
37
|
+
| 12 | `/wbRefactor` | 🔨 Worker | **High** | **Claude Sonnet 4.7** ★ | DeepSeek V4 Pro | Gemma 4 | **Claude Sonnet 4.7** | Best surgical code edits |
|
|
38
|
+
| 13 | `/wbDebug` | 🔨 Worker | **High** | **Claude Sonnet 4.7** ★ | DeepSeek V4 Pro | Gemini 3.1 Pro | **Claude Sonnet 4.7** | Reasoning + Precision |
|
|
39
|
+
| 14 | `/wbDoc` | 🔨 Worker | Medium | Claude Sonnet 4.7 | Qwen 3.6 Plus ★ | DeepSeek V4 Pro | **Qwen 3.6 Plus** | Strong doc/boilerplate generator |
|
|
40
|
+
| 15 | `/wbStandup` | ✅ Validation | Medium | Claude Sonnet 4.7 | Gemini 3.1 Pro ★ | DeepSeek V4 Pro | **Gemini 3.1 Pro** | Long-context summarization across reports |
|
|
41
|
+
| 16 | `/wbVision` | 🧠 Strategy | **High** | **Claude Opus 4.7** ★ | Gemini 3.1 Pro | DeepSeek V4 Pro | **Claude Opus 4.7** | Long-horizon strategy framing |
|
|
42
|
+
| 17 | `/wbBroadcast` | 📋 Mechanical | Low | Claude Haiku 4.5 | Gemini 3 Flash ★ | DeepSeek V4 Flash | **Gemini 3 Flash** | Templated multi-channel post |
|
|
43
|
+
| 18 | `/wbGit` | 📋 Mechanical | Low | Claude Haiku 4.5 | DeepSeek V4 Flash ★ | Gemini 3 Flash | **DeepSeek V4 Flash** | Run git, parse output |
|
|
44
|
+
| 19 | `/wbSecure` | ✅ Validation | **High** | Claude Opus 4.7 ★ | Gemini 3.1 Pro | DeepSeek V4 Pro | **Claude Opus 4.7** | Paranoid security judgment |
|
|
45
|
+
| 20 | `/wbTranslate` | 🔨 Worker | Medium | Claude Sonnet 4.7 | GLM 5.1 ★ | Qwen 3.6 Plus | **GLM 5.1** | Multilingual fidelity at $0 |
|
|
46
|
+
| 21 | `/wbToWBC` | 🔨 Worker | **High** | **Claude Sonnet 4.7** ★ | DeepSeek V4 Pro | Gemini 3.1 Pro | **Claude Sonnet 4.7** | Surgical conversion to WBC primitives |
|
|
47
|
+
| 22 | `/wbMonetize` | 🧠 Strategy | **High** | **Claude Opus 4.7** ★ | Gemini 3.1 Pro | DeepSeek V4 Pro | **Claude Opus 4.7** | Pricing + GTM reasoning |
|
|
48
|
+
| 23 | `/wbActOn` | ✅ Validation | Medium | Claude Sonnet 4.7 | Gemini 3.1 Pro ★ | DeepSeek V4 Pro | **Gemini 3.1 Pro** | Re-rank + annotate plan files |
|
|
49
|
+
| 24 | `/wbCheck` | 📋 Mechanical | Low | Claude Haiku 4.5 | DeepSeek V4 Flash ★ | Gemini 3 Flash | **DeepSeek V4 Flash** | Status probe + format |
|
|
50
|
+
| 25 | `/wbWork` | 🔨 Worker | **High** | **Claude Sonnet 4.7** ★ | DeepSeek V4 Pro | GLM 5.1 | **Claude Sonnet 4.7** | Plan execution = surgical edits |
|
|
51
|
+
| 26 | `/wbValid` | ✅ Validation | **High** | Claude Opus 4.7 ★ | Gemini 3.1 Pro | DeepSeek V4 Pro | **Claude Opus 4.7** | Score-per-task needs the deepest judge |
|
|
52
|
+
| 27 | `/wbExplain` | ✅ Validation | Medium | Claude Sonnet 4.7 | Gemini 3.1 Pro ★ | DeepSeek V4 Pro | **Gemini 3.1 Pro** | Pedagogical clarity at long context |
|
|
53
|
+
| 28 | `/wbHelp` | 📋 Mechanical | Low | Claude Haiku 4.5 | Gemini 3 Flash ★ | GPT 5 Nano | **Gemini 3 Flash** | Read catalog → format help text |
|
|
54
|
+
| 29 | `/wbNext` | ✅ Validation | Medium | Claude Sonnet 4.7 | Gemini 3.1 Pro ★ | DeepSeek V4 Pro | **Gemini 3.1 Pro** | Reads many reports to recommend next step |
|
|
55
|
+
| 30 | `/wbTrack` | 📋 Mechanical | Medium | Claude Sonnet 4.7 | Gemini 3.1 Pro ★ | DeepSeek V4 Flash | **Gemini 3.1 Pro** | Append-only walkthrough; long context wins |
|
|
56
|
+
| 31 | `/wbStopTrack` | 📋 Mechanical | Medium | Claude Sonnet 4.7 | Gemini 3.1 Pro ★ | DeepSeek V4 Pro | **Gemini 3.1 Pro** | Derivative extraction across whole session |
|
|
57
|
+
| 32 | `/wbIdea` | 🧠 Strategy | **High** | **Claude Opus 4.7** ★ | Gemini 3.1 Pro | DeepSeek V4 Pro | **Claude Opus 4.7** | Open-ended ideation = deepest reasoning |
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
## Role-Based Summary (Top 10)
|
|
62
|
+
|
|
63
|
+
> Ranks 1–5 are pulled directly from the v4.6 command table above. Ranks 6–10 are **honorable mentions** — models not currently in the user's primary subscriptions but widely available in OSS rotations (marked *ext* for "external"). Swap them with models you actually have access to.
|
|
64
|
+
|
|
65
|
+
### 🧠 Planning / Strategic Validation (Big Thinkers)
|
|
66
|
+
| Rank | Model | Tier | Price/1M | Why |
|
|
67
|
+
|---|---|---|---|---|
|
|
68
|
+
| 🥇 #1 | **Claude Opus 4.7** | Pro | (Sub) | Best reasoning, multi-step strategy. Wins on rows 03/16/19/22/26/32. |
|
|
69
|
+
| 🥈 #2 | **Gemini 3.1 Pro** | G-One | (Sub) | Strong reasoning + 200K+ context champion. Best 2nd pick on long-doc audits. |
|
|
70
|
+
| 🥉 #3 | **DeepSeek V4 Pro** | Go | (Free) | Great reasoning for $0. Wins row 04 (`/wbAudit`) outright. |
|
|
71
|
+
| 4 | **Claude Sonnet 4.7** | Pro | (Sub) | Solid Zen/Pro fallback when Opus is overkill (rows 04, 19, 26 podium). |
|
|
72
|
+
| 5 | **GLM 5.1** | Go | (Free) | Free reasoning backstop when DeepSeek is busy; strong on multilingual reasoning. |
|
|
73
|
+
| 6 | **GPT 5 Pro** | *ext* | $$$ | Independent second-opinion on Opus's strategic calls; different training lineage = different blind spots. |
|
|
74
|
+
| 7 | **Grok 4** | *ext* | $$ | Long-form reasoning; useful when you want a non-mainstream perspective on `/wbVision` / `/wbMonetize`. |
|
|
75
|
+
| 8 | **Mistral Large 3** | *ext* | $$ | EU-hosted reasoner; reliable backup planner if you need data-residency. |
|
|
76
|
+
| 9 | **Llama 4 Maverick** | *ext* | (Self) | Self-hostable big thinker; useful if subscription budget is tight and you have GPU. |
|
|
77
|
+
| 10 | **Command R+** | *ext* | $ | RAG-tuned reasoner; shines when planning over very large doc corpuses. |
|
|
78
|
+
|
|
79
|
+
### 🔨 Worker (Coders / Executors)
|
|
80
|
+
| Rank | Model | Tier | Price/1M | Why |
|
|
81
|
+
|---|---|---|---|---|
|
|
82
|
+
| 🥇 #1 | **Claude Sonnet 4.7** | Pro | (Sub) | Most precise code generator. Wins rows 12/13/21/25. |
|
|
83
|
+
| 🥈 #2 | **DeepSeek V4 Pro** | Go | (Free) | Free powerhouse for refactoring; consistent 2nd pick across worker rows. |
|
|
84
|
+
| 🥉 #3 | **Qwen 3.6 Plus** | Go | (Free) | Great for docs/boilerplate (row 14 winner). |
|
|
85
|
+
| 4 | **GLM 5.1** | Go | (Free) | Multilingual fidelity; wins row 20 (`/wbTranslate`). |
|
|
86
|
+
| 5 | **Gemma 4** | Go | (Free) | Budget refactor backup (row 12 budget slot). |
|
|
87
|
+
| 6 | **Codestral 3** | *ext* | $ | Code-specialized model from Mistral; strong on TS/Vue surgical edits. |
|
|
88
|
+
| 7 | **GPT 5 Codex** | *ext* | $$ | Reliable second-opinion worker; pairs well with Sonnet for cross-validation. |
|
|
89
|
+
| 8 | **DeepSeek V4 Flash** | Go | (Free) | Heavy-mechanical worker (rename refactors, batch edits) when V4 Pro is busy. |
|
|
90
|
+
| 9 | **Llama 4 Code** | *ext* | (Self) | Self-hosted coder; viable for sensitive code that can't leave your infra. |
|
|
91
|
+
| 10 | **StarCoder 3** | *ext* | (Self) | Last-resort OSS coder for boilerplate; weaker on novel logic. |
|
|
92
|
+
|
|
93
|
+
### 📋 Mechanical
|
|
94
|
+
| Rank | Model | Tier | Price/1M | Why |
|
|
95
|
+
|---|---|---|---|---|
|
|
96
|
+
| 🥇 #1 | **Gemini 3 Flash** | G-One | (Sub) | Template master. Wins rows 01/07/08/09/11/17/28. |
|
|
97
|
+
| 🥈 #2 | **DeepSeek V4 Flash** | Go | (Free) | Fast & free output parser. Wins rows 06/10/18/24. |
|
|
98
|
+
| 🥉 #3 | **Gemini 3.1 Pro** | G-One | (Sub) | Long-context mechanical work (rows 30/31 winner; tracking + derivative extraction). |
|
|
99
|
+
| 4 | **Claude Haiku 4.5** | Pro | (Sub) | Best Zen/Pro fallback on most mechanical rows. |
|
|
100
|
+
| 5 | **GPT 5 Nano** | Zen | Free | Single-command tasks; ultra-cheap budget slot. |
|
|
101
|
+
| 6 | **Qwen 3.6 Plus** | Go | (Free) | Pulls double-duty as mechanical formatter when worker queue is full. |
|
|
102
|
+
| 7 | **Mistral Small 3** | *ext* | $ | Cheap, fast, EU-hosted; good for status reports and CI summaries. |
|
|
103
|
+
| 8 | **Gemma 4 Flash** | *ext* | (Self) | Self-hosted templating; viable for offline / air-gapped runs. |
|
|
104
|
+
| 9 | **GPT 4.1 Mini** | *ext* | $ | Legacy mechanical fallback; reliable but slower than Gemini 3 Flash. |
|
|
105
|
+
| 10 | **Phi 5 Mini** | *ext* | (Self) | Tiny self-hosted formatter; last resort when nothing else is reachable. |
|
|
106
|
+
|
|
107
|
+
---
|
|
108
|
+
|
|
109
|
+
## 🛡️ User Subscriptions Inventory
|
|
110
|
+
1. **Claude Pro**: Opus 4.7, Sonnet 4.7 (Priority for High Complexity).
|
|
111
|
+
2. **Google One**: Gemini 3.1 Pro, Gemini 3 Flash (Priority for Long Context/Mechanical).
|
|
112
|
+
3. **Go Subscription**: DeepSeek V4 Pro/Flash (Default free workers).
|