vibesuite 1.3.2 → 2.0.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.
Files changed (75) hide show
  1. package/README.md +8 -1
  2. package/assets/.agent/skills/avoid-feature-creep/SKILL.md +307 -0
  3. package/assets/.agent/skills/avoid-feature-creep/agents/openai.yaml +3 -0
  4. package/assets/.agent/skills/avoid-feature-creep/assets/large-logo.png +0 -0
  5. package/assets/.agent/skills/avoid-feature-creep/assets/small-logo.svg +17 -0
  6. package/assets/.agent/skills/convex/SKILL.md +62 -0
  7. package/assets/.agent/skills/convex/agents/openai.yaml +3 -0
  8. package/assets/.agent/skills/convex/assets/large-logo.png +0 -0
  9. package/assets/.agent/skills/convex/assets/small-logo.svg +17 -0
  10. package/assets/.agent/skills/convex-agents/SKILL.md +516 -0
  11. package/assets/.agent/skills/convex-agents/agents/openai.yaml +3 -0
  12. package/assets/.agent/skills/convex-agents/assets/large-logo.png +0 -0
  13. package/assets/.agent/skills/convex-agents/assets/small-logo.svg +17 -0
  14. package/assets/.agent/skills/convex-best-practices/SKILL.md +369 -0
  15. package/assets/.agent/skills/convex-best-practices/agents/openai.yaml +3 -0
  16. package/assets/.agent/skills/convex-best-practices/assets/large-logo.png +0 -0
  17. package/assets/.agent/skills/convex-best-practices/assets/small-logo.svg +17 -0
  18. package/assets/.agent/skills/convex-component-authoring/SKILL.md +457 -0
  19. package/assets/.agent/skills/convex-component-authoring/agents/openai.yaml +3 -0
  20. package/assets/.agent/skills/convex-component-authoring/assets/large-logo.png +0 -0
  21. package/assets/.agent/skills/convex-component-authoring/assets/small-logo.svg +17 -0
  22. package/assets/.agent/skills/convex-cron-jobs/SKILL.md +604 -0
  23. package/assets/.agent/skills/convex-cron-jobs/agents/openai.yaml +3 -0
  24. package/assets/.agent/skills/convex-cron-jobs/assets/large-logo.png +0 -0
  25. package/assets/.agent/skills/convex-cron-jobs/assets/small-logo.svg +17 -0
  26. package/assets/.agent/skills/convex-file-storage/SKILL.md +467 -0
  27. package/assets/.agent/skills/convex-file-storage/agents/openai.yaml +3 -0
  28. package/assets/.agent/skills/convex-file-storage/assets/large-logo.png +0 -0
  29. package/assets/.agent/skills/convex-file-storage/assets/small-logo.svg +17 -0
  30. package/assets/.agent/skills/convex-functions/SKILL.md +458 -0
  31. package/assets/.agent/skills/convex-functions/agents/openai.yaml +3 -0
  32. package/assets/.agent/skills/convex-functions/assets/large-logo.png +0 -0
  33. package/assets/.agent/skills/convex-functions/assets/small-logo.svg +17 -0
  34. package/assets/.agent/skills/convex-http-actions/SKILL.md +733 -0
  35. package/assets/.agent/skills/convex-http-actions/agents/openai.yaml +3 -0
  36. package/assets/.agent/skills/convex-http-actions/assets/large-logo.png +0 -0
  37. package/assets/.agent/skills/convex-http-actions/assets/small-logo.svg +17 -0
  38. package/assets/.agent/skills/convex-migrations/SKILL.md +712 -0
  39. package/assets/.agent/skills/convex-migrations/agents/openai.yaml +3 -0
  40. package/assets/.agent/skills/convex-migrations/assets/large-logo.png +0 -0
  41. package/assets/.agent/skills/convex-migrations/assets/small-logo.svg +17 -0
  42. package/assets/.agent/skills/convex-realtime/SKILL.md +443 -0
  43. package/assets/.agent/skills/convex-realtime/agents/openai.yaml +3 -0
  44. package/assets/.agent/skills/convex-realtime/assets/large-logo.png +0 -0
  45. package/assets/.agent/skills/convex-realtime/assets/small-logo.svg +17 -0
  46. package/assets/.agent/skills/convex-schema-validator/SKILL.md +400 -0
  47. package/assets/.agent/skills/convex-schema-validator/agents/openai.yaml +3 -0
  48. package/assets/.agent/skills/convex-schema-validator/assets/large-logo.png +0 -0
  49. package/assets/.agent/skills/convex-schema-validator/assets/small-logo.svg +17 -0
  50. package/assets/.agent/skills/convex-security-audit/SKILL.md +539 -0
  51. package/assets/.agent/skills/convex-security-audit/agents/openai.yaml +3 -0
  52. package/assets/.agent/skills/convex-security-audit/assets/large-logo.png +0 -0
  53. package/assets/.agent/skills/convex-security-audit/assets/small-logo.svg +17 -0
  54. package/assets/.agent/skills/convex-security-check/SKILL.md +378 -0
  55. package/assets/.agent/skills/convex-security-check/agents/openai.yaml +3 -0
  56. package/assets/.agent/skills/convex-security-check/assets/large-logo.png +0 -0
  57. package/assets/.agent/skills/convex-security-check/assets/small-logo.svg +17 -0
  58. package/assets/.agent/skills/github-ops/SKILL.md +4 -4
  59. package/assets/.agent/skills/google-trends/SKILL.md +7 -7
  60. package/assets/.agent/skills/optimize-agent-context/SKILL.md +97 -0
  61. package/assets/.agent/skills/youtube-pipeline/SKILL.md +10 -10
  62. package/assets/.agent/workflows/LEGACY/init_smart_ops.md +2 -2
  63. package/assets/.agent/workflows/agent_reset.md +2 -2
  64. package/assets/.agent/workflows/mode-orchestrator.md +114 -640
  65. package/assets/.agent/workflows/mode-visionary.md +192 -0
  66. package/assets/.agent/workflows/optimize-agent-context.md +54 -0
  67. package/assets/.agent/workflows/remotion-build.md +17 -17
  68. package/assets/.agent/workflows/stitch.md +4 -4
  69. package/assets/VibeCode-Agents/custom_modes.yaml +1257 -0
  70. package/assets/VibeCode-Agents/vibe-orchestrator.yaml +427 -145
  71. package/assets/VibeCode-Agents/vibe-visionary.yaml +617 -0
  72. package/package.json +2 -2
  73. package/src/cli.js +416 -20
  74. package/src/harness.js +281 -0
  75. package/src/store.js +239 -0
@@ -0,0 +1,192 @@
1
+ ---
2
+ description: The VibeCode Visionary - Think like the founder. Research, decide, then delegate to the Orchestrator.
3
+ ---
4
+
5
+ # Workflow: Visionary
6
+
7
+ > **The VibeCode Visionary** — Receive a raw idea, think like the founder, research the market, make smart decisions, create a Vision Brief, and delegate to the Orchestrator.
8
+
9
+ **You are the VibeCode Visionary.**
10
+ You do NOT write code. You do NOT create task files. You THINK, RESEARCH, DECIDE, and DELEGATE.
11
+
12
+ ---
13
+
14
+ ## When to Use
15
+
16
+ Use `/mode-visionary` when:
17
+ - Starting a brand new project from a vague idea
18
+ - You want the AI to think like a co-founder before building
19
+ - You need product strategy and architecture decisions made autonomously
20
+ - You want full autonomy: idea → plan → build → ship
21
+
22
+ ---
23
+
24
+ ## The Chain of Command
25
+
26
+ ```
27
+ USER ──► 👁️ Visionary ──► ⚙️ Orchestrator ──► 👷 Sub-Agents
28
+ │ │ │
29
+ │ │ ├── 🏗️ Architect
30
+ │ │ ├── 💻 Code
31
+ │ │ ├── 🐛 Debug
32
+ │ │ └── 🔍 Review
33
+ │ │
34
+ │ └── Reports back ──► Visionary
35
+
36
+ └── Reviews output ──► Reports to User
37
+ ```
38
+
39
+ ---
40
+
41
+ ## Phase 0: Intake
42
+
43
+ Assess how much detail the user provided:
44
+
45
+ | Detail Level | Action |
46
+ |---|---|
47
+ | **Vague** ("Build me an alarm app") | Full Discovery (Phase 1) |
48
+ | **Partial** ("Alarm app, React Native, Stripe") | Skip answered questions |
49
+ | **Comprehensive** (full brief) | Skip to Vision Brief (Phase 3) |
50
+
51
+ **Golden Rule:** If you can make smart decisions with what you have, DO NOT ask questions. Make the decisions and present them for approval.
52
+
53
+ ---
54
+
55
+ ## Phase 1: Discovery
56
+
57
+ ### 1a. Ask Only Essential Questions
58
+
59
+ Batch ALL questions into ONE message. Skip anything already answered:
60
+
61
+ ```markdown
62
+ ## Quick Discovery
63
+
64
+ 1. **Platform?** Mobile / Web / Desktop / Cross-platform?
65
+ 2. **Users?** Just you, public launch, specific audience?
66
+ 3. **Monetization?** Free / Paid / Freemium?
67
+ 4. **Integrations?** Any specific APIs MUST connect to?
68
+ 5. **Timeline?** Hack weekend vs. production-grade?
69
+ 6. **Non-negotiables?** Anything sacred?
70
+ ```
71
+
72
+ ### 1b. Research
73
+
74
+ - Web search for competitors and existing solutions
75
+ - Check documentation for key APIs/services
76
+ - Search GitHub for similar open-source projects
77
+ - Evaluate feasibility of technical requirements
78
+
79
+ ### 1c. Scan Skills & Workflows
80
+
81
+ ```bash
82
+ # MANDATORY: Scan before making decisions
83
+ # Project-local skills
84
+ ls .agent/skills/ 2>/dev/null
85
+
86
+ # Global skills (path varies by AI client)
87
+ ls .agent/skills/ 2>/dev/null # Gemini / Antigravity
88
+
89
+ # Workflows (always project-local)
90
+ ls .agent/workflows/ 2>/dev/null
91
+ ```
92
+
93
+ Use whichever location exists. The agent's system prompt may also list available skills.
94
+
95
+ Note which skills and workflows are relevant — these will be injected into the Orchestrator handoff.
96
+
97
+ ---
98
+
99
+ ## Phase 2: Think — Make Decisions
100
+
101
+ For each decision point:
102
+
103
+ ```
104
+ DECISION: [What]
105
+ CHOICE: [Your recommendation]
106
+ REASONING: [Why, 1-2 sentences]
107
+ ```
108
+
109
+ **Decisions to make:**
110
+ 1. Tech Stack (framework, DB, hosting)
111
+ 2. Architecture (monolith vs. micro, server vs. serverless)
112
+ 3. MVP Scope (MUST / SHOULD / COULD / WON'T)
113
+ 4. Auth Strategy
114
+ 5. Monetization (if applicable)
115
+
116
+ **Default to user's preferred stack when not specified:**
117
+ - Next.js App Router, TypeScript, Tailwind, PostgreSQL + Prisma, Vercel, pnpm
118
+
119
+ ---
120
+
121
+ ## Phase 3: Create Vision Brief
122
+
123
+ Generate `docs/Vision_Brief.md` with:
124
+
125
+ 1. **The Idea** — One-liner, problem, target user, unique angle
126
+ 2. **Research Findings** — Competitors, technical feasibility
127
+ 3. **Architecture Decisions** — Tech stack table with reasoning
128
+ 4. **Feature Scope** — MoSCoW prioritized FRs with acceptance criteria
129
+ 5. **Monetization Strategy** — Model, pricing, revenue drivers
130
+ 6. **Execution Strategy** — Recommended workflow chain + skills + workflows for sub-agents
131
+ 7. **Risks & Mitigations**
132
+ 8. **Data Model** — Key entities and relationships
133
+
134
+ ---
135
+
136
+ ## Phase 4: Present & Approve
137
+
138
+ Show the user a concise summary:
139
+
140
+ ```
141
+ 👁️ **Vision Brief Ready**
142
+
143
+ **Project:** [Name]
144
+ **Stack:** [Framework + DB + Key Services]
145
+ **MVP Features:** [Count] MUST-HAVE, [Count] SHOULD-HAVE
146
+
147
+ **Key Decisions:**
148
+ 1. [Decision 1] — because [reason]
149
+ 2. [Decision 2] — because [reason]
150
+
151
+ **Full Brief:** `docs/Vision_Brief.md`
152
+
153
+ Approve or adjust?
154
+ ```
155
+
156
+ **Do NOT hand off until explicitly approved.**
157
+
158
+ ---
159
+
160
+ ## Phase 5: Delegate to Orchestrator
161
+
162
+ Once approved:
163
+
164
+ 1. Add an **Orchestrator Handoff** section to the Vision Brief
165
+ 2. Include the workflow chain, required skills, and skill injection rules
166
+ 3. Instruct the user to open a new chat with `/vibe-orchestrator`
167
+ 4. Or use `new_task` if the client supports it
168
+
169
+ ---
170
+
171
+ ## Phase 6: Monitor & Report
172
+
173
+ After Orchestrator completes:
174
+
175
+ 1. Read `Orchestrator_Summary.md`
176
+ 2. Cross-reference against Vision Brief scope
177
+ 3. Generate final report to user with compliance status
178
+
179
+ ---
180
+
181
+ ## Anti-Patterns
182
+
183
+ - ❌ Ask questions the user already answered
184
+ - ❌ Write code (you are NOT a builder)
185
+ - ❌ Skip research and just guess
186
+ - ❌ Create task files (that's the Orchestrator's job)
187
+ - ❌ Hand off without user approval
188
+ - ❌ Ignore available skills and workflows
189
+
190
+ ---
191
+
192
+ *See the vision. Make the call. Ship the product.*
@@ -0,0 +1,54 @@
1
+ ---
2
+ description: Create, audit, or optimize agent.md / claude.md / cursorrules files using the Band-Aid Philosophy. Strips bloat, enforces minimalism.
3
+ ---
4
+
5
+ # Workflow: Optimize Agent Context
6
+
7
+ > Shortcut to the `optimize-agent-context` skill. Creates minimal, effective AI agent instruction files.
8
+
9
+ ---
10
+
11
+ ## Steps
12
+
13
+ ### 1. Load the Skill
14
+
15
+ ```bash
16
+ cat .agent/skills/optimize-agent-context/SKILL.md
17
+ ```
18
+
19
+ Read the full skill instructions before proceeding.
20
+
21
+ ---
22
+
23
+ ### 2. Determine Mode
24
+
25
+ Ask the user which mode they need:
26
+
27
+ | Mode | Trigger |
28
+ |---|---|
29
+ | **A: Create** | No existing file, or starting fresh |
30
+ | **B: Audit** | Has an existing agent.md / claude.md to optimize |
31
+ | **C: Band-Aid** | Quick fix for a specific agent mistake |
32
+
33
+ ---
34
+
35
+ ### 3. Execute
36
+
37
+ Follow the corresponding Mode (A, B, or C) from the skill instructions exactly.
38
+
39
+ ---
40
+
41
+ ### 4. Deliver
42
+
43
+ - Save the generated/optimized file to the user's preferred location
44
+ - Show before/after line count (Mode B)
45
+ - Confirm with user before overwriting any existing file
46
+
47
+ ---
48
+
49
+ ## When to Use
50
+
51
+ - **New project** — Create a minimal agent.md from scratch
52
+ - **Existing bloated file** — Audit and strip an overgrown context file
53
+ - **Agent keeps messing up** — Add a targeted Band-Aid rule
54
+ - **Cost optimization** — Reduce token overhead from verbose context files
@@ -17,7 +17,7 @@ Before writing ANY Remotion code, you MUST read the relevant rule files. Do NOT
17
17
  ### Step 0.1: Read the Main Skill
18
18
  // turbo
19
19
  ```bash
20
- cat "C:/Users/johno/.gemini/antigravity/skills/remotion/SKILL.md"
20
+ cat ".agent/skills/remotion/SKILL.md"
21
21
  ```
22
22
 
23
23
  ### Step 0.2: Read REQUIRED Rule Files
@@ -27,62 +27,62 @@ Based on what the video needs, you MUST read the corresponding rule files. This
27
27
  **For ANY animation work (ALWAYS READ THESE):**
28
28
  // turbo
29
29
  ```bash
30
- cat "C:/Users/johno/.gemini/antigravity/skills/remotion/rules/animations.md"
31
- cat "C:/Users/johno/.gemini/antigravity/skills/remotion/rules/timing.md"
32
- cat "C:/Users/johno/.gemini/antigravity/skills/remotion/rules/sequencing.md"
30
+ cat ".agent/skills/remotion/rules/animations.md"
31
+ cat ".agent/skills/remotion/rules/timing.md"
32
+ cat ".agent/skills/remotion/rules/sequencing.md"
33
33
  ```
34
34
 
35
35
  **If using scene transitions:**
36
36
  // turbo
37
37
  ```bash
38
- cat "C:/Users/johno/.gemini/antigravity/skills/remotion/rules/transitions.md"
38
+ cat ".agent/skills/remotion/rules/transitions.md"
39
39
  ```
40
40
 
41
41
  **If using text animations (typewriter, highlights, etc):**
42
42
  // turbo
43
43
  ```bash
44
- cat "C:/Users/johno/.gemini/antigravity/skills/remotion/rules/text-animations.md"
45
- cat "C:/Users/johno/.gemini/antigravity/skills/remotion/rules/fonts.md"
44
+ cat ".agent/skills/remotion/rules/text-animations.md"
45
+ cat ".agent/skills/remotion/rules/fonts.md"
46
46
  ```
47
47
 
48
48
  **If using images, videos, or audio:**
49
49
  // turbo
50
50
  ```bash
51
- cat "C:/Users/johno/.gemini/antigravity/skills/remotion/rules/assets.md"
52
- cat "C:/Users/johno/.gemini/antigravity/skills/remotion/rules/images.md"
53
- cat "C:/Users/johno/.gemini/antigravity/skills/remotion/rules/videos.md"
54
- cat "C:/Users/johno/.gemini/antigravity/skills/remotion/rules/audio.md"
51
+ cat ".agent/skills/remotion/rules/assets.md"
52
+ cat ".agent/skills/remotion/rules/images.md"
53
+ cat ".agent/skills/remotion/rules/videos.md"
54
+ cat ".agent/skills/remotion/rules/audio.md"
55
55
  ```
56
56
 
57
57
  **If using 3D elements:**
58
58
  // turbo
59
59
  ```bash
60
- cat "C:/Users/johno/.gemini/antigravity/skills/remotion/rules/3d.md"
60
+ cat ".agent/skills/remotion/rules/3d.md"
61
61
  ```
62
62
 
63
63
  **If using captions/subtitles:**
64
64
  // turbo
65
65
  ```bash
66
- cat "C:/Users/johno/.gemini/antigravity/skills/remotion/rules/display-captions.md"
67
- cat "C:/Users/johno/.gemini/antigravity/skills/remotion/rules/transcribe-captions.md"
66
+ cat ".agent/skills/remotion/rules/display-captions.md"
67
+ cat ".agent/skills/remotion/rules/transcribe-captions.md"
68
68
  ```
69
69
 
70
70
  **If using charts/data visualization:**
71
71
  // turbo
72
72
  ```bash
73
- cat "C:/Users/johno/.gemini/antigravity/skills/remotion/rules/charts.md"
73
+ cat ".agent/skills/remotion/rules/charts.md"
74
74
  ```
75
75
 
76
76
  **If using Lottie animations:**
77
77
  // turbo
78
78
  ```bash
79
- cat "C:/Users/johno/.gemini/antigravity/skills/remotion/rules/lottie.md"
79
+ cat ".agent/skills/remotion/rules/lottie.md"
80
80
  ```
81
81
 
82
82
  **If using GIFs:**
83
83
  // turbo
84
84
  ```bash
85
- cat "C:/Users/johno/.gemini/antigravity/skills/remotion/rules/gifs.md"
85
+ cat ".agent/skills/remotion/rules/gifs.md"
86
86
  ```
87
87
 
88
88
  > ⛔ **DO NOT PROCEED TO PHASE 1 UNTIL YOU HAVE READ THE RELEVANT RULES.**
@@ -5,7 +5,7 @@ description: Google Stitch design-to-code workflow. Routes to the correct sub-sk
5
5
  # /stitch — Google Stitch Design Platform
6
6
 
7
7
  ## Overview
8
- This workflow orchestrates the full Stitch design-to-code pipeline. All skills live in `~/.gemini/antigravity/skills/stitch/`.
8
+ This workflow orchestrates the full Stitch design-to-code pipeline. All skills live in `.agent/skills/stitch/`.
9
9
 
10
10
  **The Stitch bundle is NOT a pick-one-and-go system.** It's a **pipeline** of 6 skills that chain together. Your job is to guide the user through the journey, always suggesting the next logical step.
11
11
 
@@ -13,7 +13,7 @@ This workflow orchestrates the full Stitch design-to-code pipeline. All skills l
13
13
  // turbo
14
14
  Read the master SKILL.md — it contains the **Pipeline Orchestration Protocol** which you MUST follow:
15
15
  ```
16
- view_file ~/.gemini/antigravity/skills/stitch/SKILL.md
16
+ view_file .agent/skills/stitch/SKILL.md
17
17
  ```
18
18
 
19
19
  ## Step 2: Identify the Entry Point
@@ -35,7 +35,7 @@ Use the decision tree from the master SKILL.md to determine WHERE the user enter
35
35
  // turbo
36
36
  Read the specific sub-skill's `SKILL.md`:
37
37
  ```
38
- view_file ~/.gemini/antigravity/skills/stitch/{sub-skill}/SKILL.md
38
+ view_file .agent/skills/stitch/{sub-skill}/SKILL.md
39
39
  ```
40
40
 
41
41
  ## Step 4: Check for Supporting Resources
@@ -46,7 +46,7 @@ Each sub-skill may have `resources/`, `examples/`, and `scripts/` folders:
46
46
  - **scripts/**: Validation and networking helpers
47
47
 
48
48
  ```
49
- ls ~/.gemini/antigravity/skills/stitch/{sub-skill}/
49
+ ls .agent/skills/stitch/{sub-skill}/
50
50
  ```
51
51
 
52
52
  ## Step 5: Execute the Sub-Skill