-
-
Notifications
You must be signed in to change notification settings - Fork 206
Expand file tree
/
Copy pathplugin.json
More file actions
33 lines (33 loc) · 869 Bytes
/
plugin.json
File metadata and controls
33 lines (33 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "pro-workflow",
"version": "2.0.0",
"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.",
"author": {
"name": "Rohit Ghumare",
"url": "https://github.com/rohitg00"
},
"homepage": "https://github.com/rohitg00/pro-workflow",
"repository": "https://github.com/rohitg00/pro-workflow",
"license": "MIT",
"keywords": [
"claude-code",
"workflow",
"productivity",
"self-correction",
"worktrees",
"hooks",
"agents",
"best-practices",
"sqlite",
"fts5",
"searchable"
],
"skills": ["./skills/"],
"agents": [
"./agents/planner.md",
"./agents/reviewer.md",
"./agents/scout.md",
"./agents/orchestrator.md",
"./agents/debugger.md"
]
}