@amrhas82/agentic-kit 1.7.7 → 1.8.1

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Agentic Kit
2
2
 
3
- > **AI-powered development toolkit with 14 specialized agents and 20 workflow commands**
3
+ > **AI development toolkit with 14 specialized agents and 20 commands per tool**
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@amrhas82/agentic-kit)](https://www.npmjs.com/package/@amrhas82/agentic-kit)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -11,177 +11,114 @@
11
11
  [![Ampcode](https://img.shields.io/badge/Ampcode-Supported-orange)](https://github.com/amrhas82/ampcode)
12
12
  [![Droid](https://img.shields.io/badge/Droid-Supported-red)](https://github.com/amrhas82/droid)
13
13
 
14
- Comprehensive toolkit featuring specialized AI agents and workflow commands for product management, agile development, and software engineering. **Interactive multi-tool installer** supports Claude, Opencode, Ampcode, and Droid.
14
+ Specialized AI agents and workflow commands for product management, agile development, and software engineering. Simple installer supports Claude, Opencode, Ampcode, and Droid.
15
15
 
16
16
  ---
17
17
 
18
18
  ## 🚀 Quick Start
19
19
 
20
- ### Interactive Installer (Recommended)
21
-
22
20
  ```bash
23
- # Install globally
21
+ # Install
24
22
  npm install -g @amrhas82/agentic-kit
25
23
 
26
- # Run interactive installer
27
- agentic-kit install
28
- ```
29
-
30
- The installer guides you through:
31
- 1. **Select Variant** - Lite, Standard, or Pro
32
- 2. **Select Tools** - Claude, Opencode, Ampcode, Droid (or all)
33
- 3. **Configure Paths** - Use defaults or customize
34
- 4. **Install** - Watch real-time progress
24
+ # Run installer
25
+ agentic-kit
35
26
 
36
- **Silent Installation (CI/CD):**
37
- ```bash
38
- agentic-kit install --silent --variant=standard --tools=claude
27
+ # Choose tool(s): claude, opencode, ampcode, or droid
28
+ # Each tool gets 14 agents + 20 commands
39
29
  ```
40
30
 
41
- 📖 **[Full Installation Guide →](docs/INSTALLER_GUIDE.md)**
42
-
43
- ### Variants
44
-
45
- | Variant | Agents | Commands/Skills | Size | Best For |
46
- |---------|--------|-----------------|------|----------|
47
- | **Lite** | 5 | 20 | ~500 KB | Minimal setup, CI/CD |
48
- | **Standard** ⭐ | 10 | 20 | ~1 MB | Most users |
49
- | **Pro** | 14 | 20 | ~1.5 MB | Full features |
50
-
51
31
  ### Supported Tools
52
32
 
53
- - **Claude** - Skills + Commands (separate categories)
54
- - **Opencode** - Commands (unified)
55
- - **Ampcode** - Commands (unified)
56
- - **Droid** - Commands (unified)
33
+ - **Claude Code** - 14 subagents + 11 skills + 9 commands
34
+ - **Opencode** - 14 agent references + 20 commands
35
+ - **Ampcode** - 14 agent references + 20 commands
36
+ - **Droid** - 14 agent references + 20 commands
37
+
38
+ **Key Difference:**
39
+ - **Claude Code**: Full subagent system with orchestrator + skills (auto-triggering)
40
+ - **Other tools**: Commands only + agent reference documentation
57
41
 
58
42
  ### Start Using
59
43
 
60
44
  ```bash
61
- # Get help
45
+ # Claude Code examples
62
46
  @master help
63
-
64
- # Create a Product Requirements Document
65
47
  @1-create-prd Create a PRD for a task management app
48
+ /brainstorming Explore authentication approaches
49
+ /test-driven-development Implement user login
66
50
 
67
- # Generate development tasks
68
- @2-generate-tasks Break down this feature into tasks
69
-
70
- # Process task list
71
- @3-process-task-list Execute this task list
51
+ # Opencode/Ampcode/Droid examples
52
+ /1-create-prd Create a PRD for a task management app
53
+ /brainstorming Explore authentication approaches
54
+ /test-driven-development Implement user login
72
55
  ```
73
56
 
74
57
  ---
75
58
 
76
- ## 📖 Documentation
77
-
78
- | Document | Description |
79
- |----------|-------------|
80
- | **[INSTALLER_GUIDE.md](docs/INSTALLER_GUIDE.md)** | Complete installation guide with troubleshooting |
81
- | **[KNOWLEDGE_BASE.md](docs/KNOWLEDGE_BASE.md)** | Complete reference: all agents, commands, architecture |
82
- | **[QUICK-START.md](QUICK-START.md)** | 15-minute onboarding guide |
83
- | **[VARIANTS.md](VARIANTS.md)** | Compare variants and choose the right one |
84
- | **[TROUBLESHOOTING.md](TROUBLESHOOTING.md)** | Common issues and solutions |
85
-
86
- ---
87
-
88
59
  ## 🤖 What's Included
89
60
 
90
- ### Agents (14 Total)
61
+ ### 14 Agents
91
62
 
92
- **Workflow Agents:**
93
- - **1-create-prd** - Generate product requirements documents
63
+ **Workflow Agents (3):**
64
+ - **1-create-prd** - Product requirements documents
94
65
  - **2-generate-tasks** - Break down features into tasks
95
66
  - **3-process-task-list** - Execute task lists systematically
96
67
 
97
- **Core Team:**
98
- - **master** - General task executor
99
- - **orchestrator** - Workflow coordination
100
- - **code-developer** - Implementation and debugging
101
- - **quality-assurance** - Testing and quality gates
68
+ **Core Team (5):**
69
+ - **master** - General task executor with comprehensive expertise
70
+ - **orchestrator** - Workflow coordination and intent matching
71
+ - **code-developer** - Implementation, debugging, refactoring
72
+ - **quality-assurance** - Test architecture and quality gates
102
73
  - **context-builder** - Project initialization and documentation
103
74
 
104
- **Product & Planning:**
105
- - **feature-planner** - Product strategy and roadmap
106
- - **backlog-manager** - Backlog management
75
+ **Product & Planning (3):**
76
+ - **feature-planner** - Product strategy, PRDs, roadmaps
77
+ - **backlog-manager** - Backlog management and sprint planning
107
78
  - **story-writer** - User stories and agile workflows
108
- - **market-researcher** - Research and analysis
79
+ - **market-researcher** - Market research and competitive analysis
109
80
 
110
- **Architecture & Design:**
81
+ **Architecture & Design (2):**
111
82
  - **system-architect** - System design and architecture
112
83
  - **ui-designer** - UI/UX design and wireframes
113
84
 
114
- ### Commands & Skills (20 Total)
85
+ ### 20 Commands/Skills
86
+
87
+ **Auto-Triggering Skills (4)** - Claude Code only:
88
+ - **test-driven-development** - Write test first, watch fail, minimal passing code
89
+ - **testing-anti-patterns** - Prevent mocking anti-patterns
90
+ - **verification-before-completion** - Verify before claiming done
91
+ - **subagent-spawning** - TDD-aware templates for fresh subagents
115
92
 
116
- **Core Workflow Skills (Claude: skills/, Others: commands/):**
93
+ **Manual Skills/Commands (16):**
117
94
  - **brainstorming** - Structured brainstorming sessions
118
- - **code-review** - Comprehensive code reviews
119
- - **condition-based-waiting** - Robust waiting mechanisms for tests
95
+ - **code-review** - Implementation review against requirements
96
+ - **condition-based-waiting** - Replace timeouts with condition polling
120
97
  - **docs-builder** - Project documentation generation
121
- - **root-cause-tracing** - Debug tracing and investigation
122
- - **skill-creator** - Create new reusable skills
123
- - **subagent-spawning** - Fresh subagent templates for task isolation
98
+ - **root-cause-tracing** - Trace bugs backward through call stack
99
+ - **skill-creator** - Guide for creating new skills
124
100
  - **systematic-debugging** - Four-phase debugging framework
125
- - **test-driven-development** - TDD workflow enforcement
126
- - **testing-anti-patterns** - Identify and avoid test anti-patterns
127
- - **verification-before-completion** - Verify before claiming done
128
-
129
- **Development Commands (Claude: commands/, Others: commands/):**
130
101
  - **debug** - Systematic issue investigation
131
- - **explain** - Explain code for new team members
132
- - **git-commit** - Intelligent git commits
133
- - **optimize** - Performance analysis and optimization
102
+ - **explain** - Explain code for newcomers
103
+ - **git-commit** - Intelligent commit creation
104
+ - **optimize** - Performance analysis
134
105
  - **refactor** - Safe refactoring with behavior preservation
135
106
  - **review** - Comprehensive code review
136
- - **security** - Security vulnerability scanning
137
- - **ship** - Pre-deployment verification
138
- - **test-generate** - Generate comprehensive test suites
107
+ - **security** - Vulnerability scanning
108
+ - **ship** - Pre-deployment checklist
109
+ - **test-generate** - Generate test suites
139
110
 
140
111
  ---
141
112
 
142
- ## 🔧 Installation Options
143
-
144
- ### Option 1: Interactive Installer ⭐ (Recommended)
145
-
146
- ```bash
147
- npm install -g @amrhas82/agentic-kit
148
- agentic-kit install
149
- ```
150
-
151
- **Features:**
152
- - Choose variant (Lite/Standard/Pro)
153
- - Select tools (Claude, Opencode, Ampcode, Droid)
154
- - Configure installation paths
155
- - Real-time progress tracking
156
- - Automatic verification
157
- - Rollback on failure
158
-
159
- **Advanced Options:**
160
- ```bash
161
- # Silent installation
162
- agentic-kit install --silent --variant=standard --tools=claude
163
-
164
- # Multiple tools
165
- agentic-kit install --variant=pro --tools=claude,opencode
166
-
167
- # Custom path
168
- agentic-kit install --tools=claude --path claude=/custom/path
169
-
170
- # Uninstall
171
- agentic-kit install --uninstall --tools=claude
172
- ```
173
-
174
- ### Option 2: Claude Code via GitHub
175
-
176
- ```bash
177
- /plugin add github:amrhas82/agentic-kit
178
- ```
179
-
180
- ### Option 3: npx (Run Temporarily)
113
+ ## 📖 Documentation
181
114
 
182
- ```bash
183
- npx @amrhas82/agentic-kit
184
- ```
115
+ | Document | Description |
116
+ |----------|-------------|
117
+ | **[INSTALLER_GUIDE.md](docs/INSTALLER_GUIDE.md)** | Complete installation guide with troubleshooting |
118
+ | **[KNOWLEDGE_BASE.md](docs/KNOWLEDGE_BASE.md)** | Complete reference: agents, commands, architecture |
119
+ | **[QUICK-START.md](QUICK-START.md)** | 15-minute onboarding guide |
120
+ | **[TROUBLESHOOTING.md](TROUBLESHOOTING.md)** | Common issues and solutions |
121
+ | **[subagentic-manual.md](packages/subagentic-manual.md)** | Detailed agent/command reference |
185
122
 
186
123
  ---
187
124
 
@@ -189,12 +126,12 @@ npx @amrhas82/agentic-kit
189
126
 
190
127
  **Feature Development:**
191
128
  ```
192
- @orchestrator I need to add user authentication to my app
193
- # Orchestrator analyzes → routes to appropriate agents
129
+ @orchestrator I need to add user authentication
130
+ # Orchestrator routes to:
194
131
  # → market-researcher (research approaches)
195
- # → 1-create-prd (formal requirements)
132
+ # → 1-create-prd (requirements)
196
133
  # → 2-generate-tasks (implementation tasks)
197
- # → 3-process-task-list (systematic execution)
134
+ # → 3-process-task-list (execution)
198
135
  ```
199
136
 
200
137
  **Code Quality:**
@@ -206,57 +143,36 @@ npx @amrhas82/agentic-kit
206
143
 
207
144
  **Architecture & Design:**
208
145
  ```
209
- @system-architect Design a microservices architecture for this monolith
210
- @ui-designer Create wireframes for the mobile checkout flow
146
+ @system-architect Design microservices architecture
147
+ @ui-designer Create wireframes for mobile checkout
211
148
  ```
212
149
 
213
150
  ---
214
151
 
215
- ## 📦 npm Scripts
216
-
217
- ### Installation
218
- ```bash
219
- npm run install-interactive # Run interactive installer
220
- npm run uninstall-tool # Uninstall a tool
221
- ```
152
+ ## 🔧 Advanced Usage
222
153
 
223
- ### Testing
154
+ ### Silent Installation (CI/CD)
224
155
  ```bash
225
- npm test # Run all tests
226
- npm run test-installer # Run installer tests
156
+ agentic-kit --tool claude --yes
227
157
  ```
228
158
 
229
- ### Validation
159
+ ### Multiple Tools
230
160
  ```bash
231
- npm run validate # Validate package structure
232
- npm run validate-packages # Validate all tool packages
161
+ agentic-kit
162
+ # Enter: claude opencode
233
163
  ```
234
164
 
235
- ### Publishing
165
+ ### Uninstall
236
166
  ```bash
237
- npm run publish:npm # Publish to npm
238
- npm run publish:github # Publish to GitHub packages
239
- npm run publish:both # Publish to both registries
167
+ agentic-kit --uninstall claude
240
168
  ```
241
169
 
242
170
  ---
243
171
 
244
- ## 🤝 Contributing
245
-
246
- We welcome contributions! See [CONTRIBUTING.md](docs/CONTRIBUTING.md) for guidelines.
247
-
248
- 1. Fork the repo
249
- 2. Create a feature branch
250
- 3. Add your agent or command
251
- 4. Submit a pull request
252
-
253
- ---
254
-
255
172
  ## 📊 Stats
256
173
 
257
174
  - **14** Specialized Agents
258
175
  - **20** Workflow Commands & Skills
259
- - **3** Variants (Lite/Standard/Pro)
260
176
  - **4** Supported Tools (Claude, Opencode, Ampcode, Droid)
261
177
  - **MIT** License
262
178
 
package/installer/cli.js CHANGED
@@ -256,8 +256,8 @@ ${colors.bright}For more information, visit:${colors.reset}
256
256
  // Interactive mode
257
257
  this.showWelcome();
258
258
 
259
- // Prompt for telemetry consent (first-time only)
260
- await this.promptTelemetryConsent();
259
+ // Hardcode to Pro variant - everyone gets all features
260
+ this.selections.variant = 'pro';
261
261
 
262
262
  // Check for interrupted installation
263
263
  const InstallationEngine = require('./installation-engine');
@@ -280,10 +280,9 @@ ${colors.bright}For more information, visit:${colors.reset}
280
280
  }
281
281
  }
282
282
 
283
- // Normal installation flow
284
- await this.selectVariant();
283
+ // Simplified installation flow
285
284
  await this.selectTools();
286
- await this.configurePaths();
285
+ await this.setDefaultPaths();
287
286
  await this.showSummary();
288
287
  await this.install();
289
288
  } catch (error) {
@@ -1060,12 +1059,15 @@ ${colors.bright}For more information, visit:${colors.reset}
1060
1059
  console.clear();
1061
1060
  console.log(`
1062
1061
  ${colors.bright}${colors.cyan}┌─────────────────────────────────────────────────────────────┐${colors.reset}
1063
- ${colors.bright}${colors.cyan}│ Agentic Kit Installer v1.1.0 │${colors.reset}
1064
- ${colors.bright}${colors.cyan}│ Multi-Tool AI Development Kit Installer │${colors.reset}
1062
+ ${colors.bright}${colors.cyan}│ Agentic Kit Installer v1.2.0 │${colors.reset}
1063
+ ${colors.bright}${colors.cyan}│ 14 Agents + 20 Commands Per Tool │${colors.reset}
1065
1064
  ${colors.bright}${colors.cyan}└─────────────────────────────────────────────────────────────┘${colors.reset}
1066
1065
 
1067
- ${colors.bright}This installer will set up AI development tools for:${colors.reset}
1068
- • Claude Code Opencode • Ampcode • Droid
1066
+ ${colors.bright}Available tools:${colors.reset}
1067
+ ${colors.cyan}claude${colors.reset} - Claude Code (AI development assistant)
1068
+ • ${colors.cyan}opencode${colors.reset} - OpenCode (CLI-optimized AI tool)
1069
+ • ${colors.cyan}ampcode${colors.reset} - Ampcode (Development accelerator)
1070
+ • ${colors.cyan}droid${colors.reset} - Droid (Android-focused assistant)
1069
1071
 
1070
1072
  ${colors.yellow}Press Enter to begin or Ctrl+C to exit${colors.reset}
1071
1073
  `);
@@ -1105,29 +1107,18 @@ ${colors.yellow}Press Enter to begin or Ctrl+C to exit${colors.reset}
1105
1107
  }
1106
1108
 
1107
1109
  async selectTools() {
1108
- console.log(`\n${colors.bright}Step 2/4 Choose Tools (Minimum 1 required)${colors.reset}\n`);
1109
-
1110
- console.log(`${colors.cyan}Available Tools:${colors.reset}\n`);
1111
-
1112
- // Display each tool with detailed information
1113
- this.tools.forEach((tool, index) => {
1114
- const num = index + 1;
1115
- console.log(`${colors.bright}${num}. ${tool.name}${colors.reset}`);
1116
- console.log(` ${colors.cyan}Description:${colors.reset} ${tool.description}`);
1117
- console.log(` ${colors.cyan}Best for:${colors.reset} ${tool.useCase}`);
1118
- console.log(` ${colors.cyan}Target Users:${colors.reset} ${tool.targetUsers}`);
1119
- console.log(` ${colors.cyan}Default Path:${colors.reset} ${tool.path}`);
1120
- console.log('');
1110
+ console.log(`\n${colors.bright}Which tool(s) do you want to install?${colors.reset}\n`);
1111
+
1112
+ // Display tools in a simple list
1113
+ this.tools.forEach((tool) => {
1114
+ console.log(` ${colors.cyan}${tool.id.padEnd(10)}${colors.reset} - ${tool.description}`);
1121
1115
  });
1122
1116
 
1123
- console.log(`${colors.yellow}Select tools by entering IDs separated by spaces${colors.reset}`);
1124
- console.log(`${colors.yellow}Examples:${colors.reset}`);
1125
- console.log(` "claude" - Install Claude Code only`);
1126
- console.log(` "claude opencode" - Install Claude Code and Opencode`);
1127
- console.log(` "claude opencode ampcode droid" - Install all tools`);
1117
+ console.log(`\n${colors.yellow}Enter tool IDs separated by spaces (e.g., "claude opencode")${colors.reset}`);
1118
+ console.log(`${colors.yellow}Default: claude${colors.reset}`);
1128
1119
 
1129
1120
  return new Promise(resolve => {
1130
- this.rl.question(`\n${colors.bright}Select tools:${colors.reset} `, (answer) => {
1121
+ this.rl.question(`\n${colors.bright}Tools:${colors.reset} `, (answer) => {
1131
1122
  if (answer.trim()) {
1132
1123
  const selected = answer.toLowerCase().split(/\s+/);
1133
1124
  this.selections.tools = selected.filter(id =>
@@ -1143,23 +1134,31 @@ ${colors.yellow}Press Enter to begin or Ctrl+C to exit${colors.reset}
1143
1134
  }
1144
1135
  }
1145
1136
 
1137
+ // Default to claude if nothing selected
1146
1138
  if (this.selections.tools.length === 0) {
1147
- console.log(`${colors.red}Error: At least one tool must be selected${colors.reset}`);
1148
- console.log(`${colors.yellow}Valid tool IDs: ${this.tools.map(t => t.id).join(', ')}${colors.reset}\n`);
1149
- throw new Error('At least one tool must be selected');
1139
+ this.selections.tools = ['claude'];
1140
+ console.log(`${colors.blue}Using default: claude${colors.reset}`);
1150
1141
  }
1151
1142
 
1152
1143
  // Show selection summary
1153
- console.log(`\n${colors.green}Selected ${this.selections.tools.length}/${this.tools.length} tools:${colors.reset}`);
1144
+ console.log(`\n${colors.green}Installing:${colors.reset}`);
1154
1145
  this.selections.tools.forEach(id => {
1155
1146
  const tool = this.tools.find(t => t.id === id);
1156
- console.log(` ${colors.green}✓${colors.reset} ${tool.name}`);
1147
+ console.log(` ${colors.green}✓${colors.reset} ${tool.name} ${colors.cyan}(14 agents + 20 commands)${colors.reset}`);
1157
1148
  });
1158
1149
 
1159
1150
  resolve();
1160
1151
  });
1161
1152
  });
1162
1153
  }
1154
+
1155
+ async setDefaultPaths() {
1156
+ // Automatically use default paths for all selected tools
1157
+ for (const toolId of this.selections.tools) {
1158
+ const tool = this.tools.find(t => t.id === toolId);
1159
+ this.selections.paths[toolId] = tool.path;
1160
+ }
1161
+ }
1163
1162
 
1164
1163
  async configurePaths() {
1165
1164
  console.log(`\n${colors.bright}Step 3/4 — Path Configuration${colors.reset}\n`);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@amrhas82/agentic-kit",
3
- "version": "1.7.7",
4
- "description": "Comprehensive toolkit for AI-driven software development with 13 specialized agents and 22 powerful skills. Interactive multi-tool installer supports Claude, Opencode, Ampcode, and Droid. Available in 3 variants: Lite (3 agents, 510 KB), Standard (13 agents, 8 skills, 8.4 MB), Pro (13 agents, 22 skills, 9 MB)",
3
+ "version": "1.8.1",
4
+ "description": "AI development toolkit with 14 specialized agents and 20 commands. Simple one-question installer for Claude, Opencode, Ampcode, and Droid.",
5
5
  "main": "index.js",
6
6
  "bin": {
7
7
  "agentic-kit": "./installer/cli.js",
@@ -73,7 +73,6 @@
73
73
  "postinstall.js",
74
74
  "README.md",
75
75
  "QUICK-START.md",
76
- "VARIANTS.md",
77
76
  "TROUBLESHOOTING.md",
78
77
  "CHANGELOG.md",
79
78
  "LICENSE"
package/postinstall.js CHANGED
@@ -5,24 +5,21 @@ const message = `
5
5
  Agentic Kit Installation Complete
6
6
  ==========================================
7
7
 
8
- Next step: Run the interactive installer
8
+ Next step: Run the installer
9
9
 
10
10
  $ agentic-kit
11
11
 
12
- Available tools:
13
- • Claude Code - Full-featured AI development assistant
14
- • OpenCode - Open-source AI coding tool
15
- • Ampcode - Amplified coding agent
16
- • Droid - Android-focused development assistant
12
+ Each tool includes 14 agents + 20 commands
17
13
 
18
- Each tool offers 3 variants:
19
- Lite - 3 agents (510 KB)
20
- Standard - 13 agents + 8 skills (8.4 MB)
21
- Pro - 13 agents + 22 skills (9 MB)
14
+ Available tools:
15
+ claude - Claude Code (AI development assistant)
16
+ opencode - OpenCode (CLI-optimized AI tool)
17
+ ampcode - Ampcode (Development accelerator)
18
+ • droid - Droid (Android-focused assistant)
22
19
 
23
20
  Quick commands:
24
- agentic-kit # Interactive installer
25
- agentic-kit --uninstall # Remove installed tools
21
+ agentic-kit # Install tools
22
+ agentic-kit --uninstall # Remove tools
26
23
 
27
24
  Documentation:
28
25
  https://github.com/amrhas82/agentic-kit
package/VARIANTS.md DELETED
@@ -1,411 +0,0 @@
1
- # Variant Comparison & Selection Guide
2
-
3
- Complete comparison of Agentic Toolkit variants and guidance for choosing the right one for your needs.
4
-
5
- ## Variant Overview
6
-
7
- The Agentic Toolkit comes in three variants, each designed for different user needs and use cases:
8
-
9
- - **Lite** - Minimal footprint, essential capabilities, explorers
10
- - **Standard** - Complete agent suite, core skills, teams (recommended)
11
- - **Pro** - All agents, all skills, enterprises and power users
12
-
13
- ## Detailed Comparison
14
-
15
- ### Agents Availability
16
-
17
- #### Lite Variant
18
- - Master
19
- - Orchestrator
20
- - 1 additional core agent (to be determined based on use case)
21
-
22
- **Perfect for:** Learning, exploration, basic task execution
23
-
24
- #### Standard Variant (Recommended)
25
- - Master
26
- - Orchestrator
27
- - Product Manager
28
- - Product Owner
29
- - Business Analyst
30
- - Full-Stack Developer
31
- - Holistic Architect
32
- - UX Expert
33
- - QA Test Architect
34
- - Scrum Master
35
- - Context Initializer
36
- - Create PRD
37
- - Generate Tasks
38
- - Process Task List
39
-
40
- **Perfect for:** Product teams, development teams, organizations needing full toolkit
41
-
42
- #### Pro Variant
43
- - All 14 agents (same as Standard)
44
-
45
- **Perfect for:** Enterprise teams with diverse needs
46
-
47
- ### Skills Availability
48
-
49
- #### Lite Variant
50
- - PDF (basic)
51
-
52
- **Total:** 1 skill
53
- **Focus:** Essential document processing
54
-
55
- #### Standard Variant
56
- Core Document Processing (4):
57
- - PDF - Comprehensive PDF manipulation
58
- - DOCX - Word document creation and editing
59
- - XLSX - Spreadsheet creation and analysis
60
- - PPTX - Presentation creation
61
-
62
- Design & Content (4):
63
- - Canvas Design - Visual design and artwork
64
- - Theme Factory - Theme and styling
65
- - Brand Guidelines - Brand compliance
66
- - Internal Communications - Internal documents
67
-
68
- **Total:** 8 skills
69
- **Focus:** Complete professional capability set
70
-
71
- #### Pro Variant
72
- All Standard Skills (8) plus Advanced:
73
- - MCP Builder - Build Model Context Protocol servers
74
- - Skill Creator - Create custom skills
75
- - Web App Testing - Comprehensive web testing
76
- - Slack GIF Creator - Generate animated GIFs
77
- - Algorithmic Art - Algorithmic art generation
78
- - Artifacts Builder - Complex HTML artifacts
79
-
80
- **Total:** 14 skills
81
- **Focus:** Maximum extensibility and advanced features
82
-
83
- ### Size & Performance
84
-
85
- | Metric | Lite | Standard | Pro |
86
- |--------|------|----------|-----|
87
- | **Download Size** | ~2MB | ~8MB | ~16MB |
88
- | **Installation Time** | <1 minute | 2-3 minutes | 3-5 minutes |
89
- | **Memory Footprint** | Minimal | Moderate | Larger |
90
- | **Startup Time** | <500ms | <1s | <2s |
91
- | **File Count** | ~50 | ~150 | ~350 |
92
-
93
- ### Feature Comparison Matrix
94
-
95
- | Feature | Lite | Standard | Pro |
96
- |---------|-------------|-------------------------|-----|
97
- | **Agents (Total)** | 4 | 14 | 13 |
98
- | **Document Processing** | PDF (basic) | PDF/DOCX/XLSX/PPTX | PDF/DOCX/XLSX/PPTX |
99
- | **Design Skills** | No | Canvas/Theme/Brand | Canvas/Theme/Brand |
100
- | **Content Creation** | No | Internal Communications | Internal Communications |
101
- | **Integration** | No | No | MCP Builder |
102
- | **Extensibility** | No | No | Skill Creator |
103
- | **Testing** | No | No | Web App Testing |
104
- | **Advanced Visuals** | No | No | GIF/Art/Artifacts |
105
- | **Auto-Discovery** | Yes | Yes | Yes |
106
- | **Multi-Agent Coordination** | Basic | Full | Full |
107
- | **Command Interface** | Yes | Yes | Yes |
108
-
109
- ## Variant Decision Matrix
110
-
111
- Use this matrix to help select your variant:
112
-
113
- ### Choose Lite If:
114
-
115
- - You're new to AI agents
116
- - You want to explore capabilities
117
- - You have limited disk space (<50MB available)
118
- - You only need basic document processing
119
- - You want minimal setup time
120
- - You're a single user learning
121
- - You value simplicity over features
122
-
123
- **Example Users:**
124
- - Students
125
- - Individual explorers
126
- - Resource-constrained environments
127
- - Proof-of-concept projects
128
-
129
- **Price:** Free
130
-
131
- ### Choose Standard If:
132
-
133
- - You're building products and features
134
- - Your team needs multiple agent types
135
- - You want comprehensive document creation
136
- - You need design and branding capabilities
137
- - You want professional output (Word, PDF, presentations)
138
- - You're a product team or startup
139
- - You value completeness and team collaboration
140
-
141
- **Example Users:**
142
- - Product teams
143
- - Development teams
144
- - Small organizations
145
- - Content creators
146
- - Design teams
147
- - Startups
148
-
149
- **Price:** $9/month or $99/year
150
-
151
- ### Choose Pro If:
152
-
153
- - You need all 14 skills
154
- - You want to build custom integrations (MCP)
155
- - You need advanced web app testing
156
- - You want to create custom skills
157
- - You need advanced visual capabilities
158
- - You're an enterprise
159
- - You want maximum flexibility and extensibility
160
-
161
- **Example Users:**
162
- - Enterprises
163
- - Technical teams
164
- - Integration-heavy projects
165
- - Custom development shops
166
- - Advanced users
167
- - Organizations with complex needs
168
-
169
- ## Use Case Scenarios
170
-
171
- ### Scenario 1: Solo Product Manager
172
-
173
- **Needs:**
174
- - Create PRDs
175
- - Track product strategy
176
- - Manage requirements
177
-
178
- **Best Variant:** **Standard**
179
-
180
- **Why:** Full Product Manager, Product Owner, and Orchestrator agents with document creation (DOCX, PDF).
181
-
182
- **Workflow:**
183
- 1. Use Product Manager to create PRD
184
- 2. Use Product Owner for user stories
185
- 3. Export to DOCX
186
- 4. Apply Brand Guidelines
187
-
188
- ---
189
-
190
- ### Scenario 2: Cross-Functional Product Team
191
-
192
- **Needs:**
193
- - Product planning
194
- - Development coordination
195
- - Design and UX
196
- - Testing strategy
197
- - Project management
198
-
199
- **Best Variant:** **Standard**
200
-
201
- **Why:** Full agent suite with document and design skills for team collaboration.
202
-
203
- **Workflow:**
204
- 1. Product Manager creates PRD
205
- 2. Product Owner plans sprint
206
- 3. UX Expert designs interface
207
- 4. Full-Stack Developer implements
208
- 5. QA Test Architect tests
209
- 6. Scrum Master coordinates
210
-
211
- ---
212
-
213
- ### Scenario 3: Startup Building Integrated Platform
214
-
215
- **Needs:**
216
- - Full product development
217
- - Custom integrations
218
- - Advanced testing
219
- - Custom skills and tools
220
-
221
- **Best Variant:** **Pro**
222
-
223
- **Why:** MCP Builder for integrations, Web App Testing for quality, Skill Creator for extensibility.
224
-
225
- **Workflow:**
226
- 1. Standard workflow (as in Scenario 2)
227
- 2. Plus: Build MCP servers for integrations
228
- 3. Plus: Create custom skills for workflows
229
- 4. Plus: Comprehensive web app testing
230
- 5. Plus: Advanced visual prototyping
231
-
232
- ---
233
-
234
- ### Scenario 4: Individual Developer Learning
235
-
236
- **Needs:**
237
- - Learn about agents
238
- - Explore capabilities
239
- - Minimal overhead
240
-
241
- **Best Variant:** **Lite**
242
-
243
- **Why:** Small size, quick setup, learn basics.
244
-
245
- **Upgrade Path:** Lite → Standard (when scaling)
246
-
247
- **Workflow:**
248
- 1. Explore with Master agent
249
- 2. Learn basic patterns
250
- 3. Upgrade to Standard for more capability
251
-
252
- ---
253
-
254
- ### Scenario 5: Enterprise with Multiple Teams
255
-
256
- **Needs:**
257
- - All agent types
258
- - All skills
259
- - Custom integrations
260
- - Multiple use cases
261
- - Advanced capabilities
262
-
263
- **Best Variant:** **Pro**
264
-
265
- **Why:** Complete feature set, maximum flexibility, supports all use cases.
266
-
267
- **Workflow:**
268
- - Product teams: Full toolkit
269
- - Development teams: Full toolkit + MCP/Testing
270
- - Design teams: Design and Artifacts skills
271
- - Operations: Document processing and communications
272
- - Integration teams: MCP Builder
273
-
274
- ---
275
-
276
- ## Upgrade Path
277
-
278
- ### Lite to Standard
279
-
280
- **When to upgrade:**
281
- - You need multiple agents
282
- - You need document creation beyond PDF
283
- - Your team grows
284
- - You need design capabilities
285
-
286
- **Process:**
287
- 1. Uninstall Lite variant
288
- 2. Install Standard variant
289
- 3. All previous work remains
290
- 4. New agents and skills immediately available
291
-
292
- **Cost:** Transition from Free to $9/month
293
-
294
- ### Standard to Pro
295
-
296
- **When to upgrade:**
297
- - You need custom integrations (MCP)
298
- - You need advanced testing (Web App Testing)
299
- - You want to create custom skills
300
- - You need advanced visual tools
301
-
302
- **Process:**
303
- 1. Install Pro variant (can run alongside Standard)
304
- 2. New agents and skills immediately available
305
- 3. Upgrade billing when ready
306
- 4. All Standard capabilities remain
307
-
308
- **Cost:** Transition from $9/month to $29/month
309
-
310
- ### Lite to Pro (Direct)
311
-
312
- **Possible but not recommended.** Better to go Lite → Standard → Pro for learning progression.
313
-
314
- **If you need Pro immediately:**
315
- 1. Install Pro variant
316
- 2. Start with Standard features
317
- 3. Explore advanced features as needed
318
-
319
- ## Feature Checklist for Your Needs
320
-
321
- Check which features you need:
322
-
323
- ### Product & Strategy Features
324
- - [ ] Create PRDs - All variants have Product Manager
325
- - [ ] User stories - All variants have Product Owner
326
- - [ ] Market research - All variants have Business Analyst
327
- - [ ] Feature planning - All variants have Product Manager
328
-
329
- ### Development Features
330
- - [ ] Code implementation - All variants have Full-Stack Developer
331
- - [ ] Architecture design - All variants have Holistic Architect
332
- - [ ] Testing strategy - All variants have QA Test Architect
333
- - [ ] Process tracking - All variants have Process Task List
334
-
335
- ### Design & Visual Features
336
- - [ ] UI/UX design - All variants have UX Expert
337
- - [ ] Visual design - Standard/Pro with Canvas Design
338
- - [ ] Theming - Standard/Pro with Theme Factory
339
- - [ ] Brand compliance - Standard/Pro with Brand Guidelines
340
-
341
- ### Document Features
342
- - [ ] PDF processing - All variants
343
- - [ ] Word documents - Standard/Pro only
344
- - [ ] Spreadsheets - Standard/Pro only
345
- - [ ] Presentations - Standard/Pro only
346
-
347
- ### Integration Features
348
- - [ ] Build MCP servers - Pro only
349
- - [ ] Web app testing - Pro only
350
- - [ ] Create custom skills - Pro only
351
- - [ ] Advanced visuals - Pro only
352
-
353
- **Count your checked items:**
354
- - 0-5 items: Consider Lite
355
- - 6-15 items: Standard recommended
356
- - 16+ items or any Advanced: Pro recommended
357
-
358
- ## Storage & Resource Availability
359
-
360
- **Limited Storage?**
361
- - Choose Lite (~2MB)
362
- - Standard takes ~8MB
363
- - Pro takes ~16MB
364
-
365
- **Limited Bandwidth?**
366
- - Lite downloads fastest
367
- - Standard reasonable download time
368
- - Pro may take 2-3 minutes on slow connections
369
-
370
- **Limited RAM/CPU?**
371
- - All variants are lightweight
372
- - Lite has minimal footprint
373
- - Pro loads all features but still efficient
374
-
375
- ## Making Your Decision
376
-
377
- ### Final Recommendation by Role
378
-
379
- - **Product Manager** - Standard minimum
380
- - **Designer/UX** - Standard minimum
381
- - **Developer** - Standard or Pro (Pro if integration work)
382
- - **QA/Test** - Standard or Pro (Pro for Web App Testing)
383
- - **Project Manager** - Standard minimum
384
- - **Business Analyst** - Standard minimum
385
- - **Solo/Learning** - Start with Lite
386
- - **Enterprise** - Pro recommended
387
-
388
- ## After Choosing Your Variant
389
-
390
- Once you've chosen:
391
-
392
- 1. **[Read QUICK-START.md](QUICK-START.md)** - 15-minute onboarding
393
- 2. **[Explore AGENTS.md](AGENTS.md)** - Learn about agents
394
- 3. **[Review SKILLS.md](SKILLS.md)** - Understand your skills
395
- 4. **Start building** - Create your first PRD or task
396
-
397
- ## Upgrading Later
398
-
399
- Your choice is not permanent:
400
-
401
- - **Easy to upgrade** - Install new variant, uninstall old
402
- - **No data loss** - All your work remains
403
- - **Flexible pricing** - Upgrade/downgrade monthly
404
- - **No lock-in** - Cancel anytime
405
-
406
- ---
407
-
408
- **Version:** 1.0.0
409
- **Last Updated:** Nov 2025
410
-
411
- Ready to start? Choose your variant and head to [QUICK-START.md](QUICK-START.md).