From 0096d0a03e9494c2e44b059adb56b54ab423ba0d Mon Sep 17 00:00:00 2001 From: Rohit Ghumare Date: Fri, 6 Mar 2026 18:45:53 +0530 Subject: [PATCH] fix: rebrand visuals to Anthropic colors and update infographic to v2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVGs: replace purple/indigo (#6366f1, #a78bfa) with Anthropic coral (#D97757, #E8926F) and navy backgrounds (#191A23). README badges and mermaid diagrams updated to match. Infographic: update from v1.3 to v2.0 — 11 skills, 5 agents, 18 hooks, 7 guides. Add orchestrator/debugger agents, context-optimizer/orchestrate skills, and 7 new hook events (SubagentStart, SubagentStop, TaskCompleted, PermissionRequest, etc). --- README.md | 12 ++--- assets/architecture.svg | 70 ++++++++++++++-------------- assets/banner.svg | 82 ++++++++++++++++----------------- assets/logo.svg | 4 +- assets/self-correction-demo.svg | 2 +- assets/workflow-flow.svg | 30 ++++++------ docs/infographic.html | 77 ++++++++++++++++++++++++++----- 7 files changed, 166 insertions(+), 111 deletions(-) diff --git a/README.md b/README.md index 8009815..36e2b00 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@

- Stars - npm + Stars + npm License SkillKit

@@ -232,7 +232,7 @@ graph LR C -->|Needs permission| K[PermissionRequest] - style A fill:#6366f1,color:#fff,stroke:none + style A fill:#D97757,color:#fff,stroke:none style H fill:#ef4444,color:#fff,stroke:none style D fill:#f59e0b,color:#000,stroke:none style E fill:#22c55e,color:#fff,stroke:none @@ -289,8 +289,8 @@ graph TD SK --> WS[Windsurf] SK --> MORE[27+ more] - style PW fill:#6366f1,color:#fff,stroke:none - style CC fill:#a78bfa,color:#fff,stroke:none + style PW fill:#D97757,color:#fff,stroke:none + style CC fill:#E8926F,color:#fff,stroke:none style CU fill:#f59e0b,color:#000,stroke:none style SK fill:#22c55e,color:#fff,stroke:none ``` @@ -398,7 +398,7 @@ cp -r /tmp/pw/templates/split-claude-md/* ./.claude/
If you find this useful, star the repo to help others discover it.

- Stars + Stars

SkillKit MarketplaceReport Issues • diff --git a/assets/architecture.svg b/assets/architecture.svg index 2f0a7c8..cc667b5 100644 --- a/assets/architecture.svg +++ b/assets/architecture.svg @@ -1,15 +1,15 @@ - - + + - + @@ -22,51 +22,51 @@ Command > Agent > Skill Orchestration - - COMMANDS (User Entry Points) + + COMMANDS (User Entry Points) - - /develop + + /develop - - /commit + + /commit - - /wrap-up + + /wrap-up - - /doctor + + /doctor - - /insights + + /insights - - /replay + + /replay - + AGENTS (Execution Layer) - + orchestrator Research > Plan > Build - + reviewer Security + Quality - + planner Read-Only Plans - + scout Background Explore - + debugger Root Cause Analysis @@ -77,20 +77,20 @@ SKILLS (Domain Knowledge) - - pro-workflow + + pro-workflow - - smart-commit + + smart-commit - - wrap-up + + wrap-up - - orchestrate + + orchestrate - - +6 more + + +6 more @@ -101,7 +101,7 @@ TaskCompleted +12 more - + Works with: - Claude Code | Cursor | Codex | Gemini CLI | 32+ agents via SkillKit + Claude Code | Cursor | Codex | Gemini CLI | 32+ agents via SkillKit diff --git a/assets/banner.svg b/assets/banner.svg index 0aaf77f..dd6da4a 100644 --- a/assets/banner.svg +++ b/assets/banner.svg @@ -1,18 +1,18 @@ - - - + + + - - - + + + - - + + @@ -29,32 +29,32 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - + + - - + + @@ -62,29 +62,29 @@ Pro Workflow Pro Workflow - v2.0 + v2.0 Complete AI coding workflow system - - 10 Patterns + + 10 Patterns - - 5 Agents + + 5 Agents - - 18 Hooks + + 18 Hooks - - 11 Skills + + 11 Skills - - 7 Guides + + 7 Guides - + $ claude --worktree $ /develop add auth Research... GO (85/100) diff --git a/assets/logo.svg b/assets/logo.svg index 44b0548..4ecabc7 100644 --- a/assets/logo.svg +++ b/assets/logo.svg @@ -1,8 +1,8 @@ - - + + diff --git a/assets/self-correction-demo.svg b/assets/self-correction-demo.svg index 314eca9..e0aa6b5 100644 --- a/assets/self-correction-demo.svg +++ b/assets/self-correction-demo.svg @@ -22,7 +22,7 @@ No, that's the wrong file. The utils are in src/lib/ - claude: + claude: You're right. I edited src/utils.ts but should have edited src/lib/utils.ts. diff --git a/assets/workflow-flow.svg b/assets/workflow-flow.svg index b5335ca..e6485ae 100644 --- a/assets/workflow-flow.svg +++ b/assets/workflow-flow.svg @@ -1,11 +1,11 @@ - - + + - + @@ -18,24 +18,24 @@ Multi-phase development with validation gates - - 1. Research + + 1. Research Explore codebase Score confidence GO if >= 70 - + GO? - + - + 2. Plan Design solution List all changes @@ -46,14 +46,14 @@ - OK? + OK? - - 3. Implement + + 3. Implement Execute plan Quality gates / 5 edits Run tests @@ -62,21 +62,21 @@ - + 4. Review Security Quality Commit - + Hooks firing throughout: - SubagentStart + SubagentStart UserPromptSubmit PostToolUse PreToolUse - TaskCompleted + TaskCompleted Stop drift-detector diff --git a/docs/infographic.html b/docs/infographic.html index 4c5ccf2..4c0a1b1 100644 --- a/docs/infographic.html +++ b/docs/infographic.html @@ -680,7 +680,7 @@
github.com/rohitg00/pro-workflow
-
v1.3
+
v2.0
Latest Release
@@ -691,7 +691,7 @@
Battle-tested Claude Code patterns from power users who ship production code daily. Self-correcting memory, parallel worktrees, quality gates, and the 80/20 AI coding ratio — - 9 Skills, 3 Agents, 12 Hooks, 10 Commands, 3 Contexts. + 11 Skills, 5 Agents, 18 Hooks, 10 Commands, 3 Contexts, 7 Guides.
@@ -750,13 +750,14 @@
03 Components
Everything Included
-
-
9
Skills
-
3
Agents
-
12
Hooks
+
+
11
Skills
+
5
Agents
+
18
Hooks
10
Commands
3
Contexts
6
Rules
+
7
Guides
Platforms
@@ -859,7 +860,7 @@
06 Hooks & Automation
-
12 Automated Hooks
+
18 Hook Events
@@ -905,6 +906,34 @@
Notification
Permission logging
+
+
+
SubagentStart
Agent lifecycle logging
+
+
+
+
SubagentStop
Collect agent results
+
+
+
+
TaskCompleted
Quality gate on completion
+
+
+
+
PermissionRequest
Flag dangerous ops
+
+
+
+
PostToolUseFailure
Track failures
+
+
+
+
TeammateIdle
Detect blockers
+
+
+
+
Setup
One-time initialization
+
Pre
@@ -923,7 +952,7 @@
07 Specialized Agents
-
3 Purpose-Built Agents
+
5 Specialized Agents
@@ -957,6 +986,30 @@
Assess readiness with worktree isolation. Scores 0–100 across 5 dimensions.
+
+
+
Orchestrator
+ Memory-Enabled +
+
Multi-phase feature development. Research > Plan > Implement > Review workflow.
+
+ /develop + Multi-Phase + Validation Gates +
+
+
+
+
Debugger
+ Hypothesis-Driven +
+
Systematic bug investigation with root cause analysis and fix verification.
+
+ Root Cause + Reproduce + Verify Fix +
+
@@ -1063,7 +1116,7 @@
10 Skills Library
-
9 Battle-Tested Skills
+
11 Skills
@@ -1075,6 +1128,8 @@ + +
SkillWhat It Does
pro-workflowCore 8 patterns
session-handoffResume docs for next session
insightsAnalytics, heatmaps, trends
deslopRemove AI code slop before commit
context-optimizerToken management and MCP audit
orchestrateWire Commands, Agents, Skills for multi-phase dev
@@ -1156,8 +1211,8 @@