You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "pro-workflow",
3
-
"version": "1.2.0",
3
+
"version": "1.3.0",
4
4
"description": "Battle-tested Claude Code workflows with persistent storage and searchable learnings. Self-correcting memory, parallel worktrees, wrap-up rituals, and the 80/20 AI coding ratio.",
Copy file name to clipboardExpand all lines: .cursor-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "pro-workflow",
3
3
"displayName": "Pro Workflow",
4
-
"version": "1.2.0",
4
+
"version": "1.3.0",
5
5
"description": "Battle-tested AI coding workflows from power users. Self-correcting memory, parallel worktrees, wrap-up rituals, quality gates, and the 80/20 AI coding ratio. Distilled from real production use.",
Copy file name to clipboardExpand all lines: agents/scout.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,16 @@
2
2
name: scout
3
3
description: Confidence-gated exploration that assesses readiness before implementation. Scores 0-100 across five dimensions and gives GO/HOLD verdict.
4
4
tools: ["Read", "Glob", "Grep", "Bash"]
5
+
background: true
6
+
isolation: worktree
5
7
---
6
8
7
9
# Scout - Confidence-Gated Exploration
8
10
9
11
Assess whether there's enough context to implement a task confidently.
10
12
13
+
Runs in the background so you can continue working while it explores.
14
+
11
15
## Trigger
12
16
13
17
Use before starting implementation of unfamiliar or complex tasks.
@@ -52,3 +56,4 @@ VERDICT: GO / HOLD
52
56
- Never edit files. Read-only exploration.
53
57
- Be honest about gaps. A false GO wastes more time than a HOLD.
54
58
- Re-score after gathering context. If still < 70 after 2 rounds, escalate to user.
59
+
- Runs in isolated worktree to avoid interfering with main session.
0 commit comments