Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
"name": "pro-workflow",
"source": "./",
"description": "Self-correcting memory, parallel worktrees, wrap-up rituals, and the 80/20 AI coding ratio. Complete hooks, agents, and commands.",
"description": "Complete AI coding workflow: orchestration patterns, 18 hook events, 5 agents, cross-agent support, reference guides, and searchable learnings.",
"author": {
"name": "Rohit Ghumare"
},
Expand All @@ -24,7 +24,11 @@
"self-correction",
"worktrees",
"hooks",
"agents"
"agents",
"orchestration",
"cross-agent",
"cursor",
"codex"
],
"category": "workflow",
"tags": [
Expand All @@ -33,7 +37,11 @@
"agents",
"commands",
"productivity",
"best-practices"
"best-practices",
"orchestration",
"settings-guide",
"cli-reference",
"cross-agent"
]
}
]
Expand Down
8 changes: 5 additions & 3 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pro-workflow",
"version": "1.3.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.",
"version": "2.0.0",
"description": "Complete AI coding workflow system. Orchestration patterns, 18 hook events, 5 agents, 7 reference guides, cross-agent support, and searchable learnings.",
"author": {
"name": "Rohit Ghumare",
"url": "https://github.com/rohitg00"
Expand All @@ -26,6 +26,8 @@
"agents": [
"./agents/planner.md",
"./agents/reviewer.md",
"./agents/scout.md"
"./agents/scout.md",
"./agents/orchestrator.md",
"./agents/debugger.md"
]
}
Loading