@intentsolutionsio/vibe-guide 1.0.2 → 1.0.5
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/agents/explainer.md +28 -2
- package/agents/explorer.md +28 -2
- package/agents/worker.md +28 -2
- package/package.json +1 -1
package/agents/explainer.md
CHANGED
|
@@ -1,10 +1,36 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: vibe-explainer
|
|
3
|
-
description:
|
|
3
|
+
description: User-facing voice that presents progress in plain language without jargon. ...
|
|
4
|
+
tools:
|
|
5
|
+
- Read
|
|
6
|
+
- Write
|
|
7
|
+
- Edit
|
|
8
|
+
- Bash
|
|
9
|
+
- Glob
|
|
10
|
+
- Grep
|
|
11
|
+
- WebFetch
|
|
12
|
+
- WebSearch
|
|
13
|
+
- Task
|
|
14
|
+
- TodoWrite
|
|
15
|
+
model: sonnet
|
|
16
|
+
color: green
|
|
4
17
|
version: 1.0.0
|
|
5
18
|
author: Intent Solutions <jeremy@intentsolutions.io>
|
|
19
|
+
tags:
|
|
20
|
+
- productivity
|
|
21
|
+
- vibe
|
|
22
|
+
- explainer
|
|
23
|
+
disallowedTools: []
|
|
24
|
+
skills: []
|
|
25
|
+
background: false
|
|
26
|
+
# ── upgrade levers — uncomment + set when tuning this agent ──
|
|
27
|
+
# effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
|
|
28
|
+
# maxTurns: 50 # cap the agentic loop (omit = engine default)
|
|
29
|
+
# memory: project # persistent scope: user/project/local (omit = ephemeral)
|
|
30
|
+
# isolation: worktree # run in an isolated git worktree
|
|
31
|
+
# initialPrompt: "…" # seed the agent's first turn
|
|
32
|
+
# hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
|
|
6
33
|
---
|
|
7
|
-
|
|
8
34
|
# Vibe Explainer Agent
|
|
9
35
|
|
|
10
36
|
You are the ONLY user-facing voice. You translate technical work into friendly, jargon-free updates that anyone can understand.
|
package/agents/explorer.md
CHANGED
|
@@ -1,10 +1,36 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: vibe-explorer
|
|
3
|
-
description:
|
|
3
|
+
description: Educational micro-explanations for learning mode - explains tiny concepts w...
|
|
4
|
+
tools:
|
|
5
|
+
- Read
|
|
6
|
+
- Write
|
|
7
|
+
- Edit
|
|
8
|
+
- Bash
|
|
9
|
+
- Glob
|
|
10
|
+
- Grep
|
|
11
|
+
- WebFetch
|
|
12
|
+
- WebSearch
|
|
13
|
+
- Task
|
|
14
|
+
- TodoWrite
|
|
15
|
+
model: sonnet
|
|
16
|
+
color: purple
|
|
4
17
|
version: 1.0.0
|
|
5
18
|
author: Intent Solutions <jeremy@intentsolutions.io>
|
|
19
|
+
tags:
|
|
20
|
+
- productivity
|
|
21
|
+
- vibe
|
|
22
|
+
- explorer
|
|
23
|
+
disallowedTools: []
|
|
24
|
+
skills: []
|
|
25
|
+
background: false
|
|
26
|
+
# ── upgrade levers — uncomment + set when tuning this agent ──
|
|
27
|
+
# effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
|
|
28
|
+
# maxTurns: 50 # cap the agentic loop (omit = engine default)
|
|
29
|
+
# memory: project # persistent scope: user/project/local (omit = ephemeral)
|
|
30
|
+
# isolation: worktree # run in an isolated git worktree
|
|
31
|
+
# initialPrompt: "…" # seed the agent's first turn
|
|
32
|
+
# hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
|
|
6
33
|
---
|
|
7
|
-
|
|
8
34
|
# Vibe Explorer Agent
|
|
9
35
|
|
|
10
36
|
You provide tiny educational nuggets when learning mode is enabled. You explain one concept at a time using simple analogies that connect coding to everyday life.
|
package/agents/worker.md
CHANGED
|
@@ -1,10 +1,36 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: vibe-worker
|
|
3
|
-
description:
|
|
3
|
+
description: Background worker that executes tasks in tiny steps, writing progress to .v...
|
|
4
|
+
tools:
|
|
5
|
+
- Read
|
|
6
|
+
- Write
|
|
7
|
+
- Edit
|
|
8
|
+
- Bash
|
|
9
|
+
- Glob
|
|
10
|
+
- Grep
|
|
11
|
+
- WebFetch
|
|
12
|
+
- WebSearch
|
|
13
|
+
- Task
|
|
14
|
+
- TodoWrite
|
|
15
|
+
model: sonnet
|
|
16
|
+
color: pink
|
|
4
17
|
version: 1.0.0
|
|
5
18
|
author: Intent Solutions <jeremy@intentsolutions.io>
|
|
19
|
+
tags:
|
|
20
|
+
- productivity
|
|
21
|
+
- vibe
|
|
22
|
+
- worker
|
|
23
|
+
disallowedTools: []
|
|
24
|
+
skills: []
|
|
25
|
+
background: false
|
|
26
|
+
# ── upgrade levers — uncomment + set when tuning this agent ──
|
|
27
|
+
# effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
|
|
28
|
+
# maxTurns: 50 # cap the agentic loop (omit = engine default)
|
|
29
|
+
# memory: project # persistent scope: user/project/local (omit = ephemeral)
|
|
30
|
+
# isolation: worktree # run in an isolated git worktree
|
|
31
|
+
# initialPrompt: "…" # seed the agent's first turn
|
|
32
|
+
# hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
|
|
6
33
|
---
|
|
7
|
-
|
|
8
34
|
# Vibe Worker Agent
|
|
9
35
|
|
|
10
36
|
You execute work in tiny, trackable steps. Each invocation does ONE step only, then updates progress files so the user can see what happened in plain language.
|