@patricio0312rev/agentkit 0.1.0 → 0.2.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.
Files changed (42) hide show
  1. package/CHANGELOG.md +81 -0
  2. package/README.md +5 -34
  3. package/RELEASE.md +175 -0
  4. package/package.json +1 -1
  5. package/src/commands/init.js +44 -3
  6. package/src/lib/config.js +1 -1
  7. package/src/lib/generator.js +63 -24
  8. package/templates/departments/design/brand-guardian.md +1 -1
  9. package/templates/departments/design/ui-designer.md +1 -1
  10. package/templates/departments/design/ux-researcher.md +1 -1
  11. package/templates/departments/design/visual-storyteller.md +1 -1
  12. package/templates/departments/design/whimsy-injector.md +1 -1
  13. package/templates/departments/engineering/ai-engineer.md +1 -1
  14. package/templates/departments/engineering/backend-architect.md +1 -1
  15. package/templates/departments/engineering/devops-automator.md +1 -1
  16. package/templates/departments/engineering/frontend-developer.md +1 -1
  17. package/templates/departments/engineering/mobile-app-builder.md +1 -1
  18. package/templates/departments/engineering/rapid-prototyper.md +1 -1
  19. package/templates/departments/engineering/test-writer-fixer.md +1 -1
  20. package/templates/departments/marketing/app-store-optimizer.md +1 -1
  21. package/templates/departments/marketing/content-creator.md +1 -1
  22. package/templates/departments/marketing/growth-hacker.md +1 -1
  23. package/templates/departments/marketing/instagram-curator.md +1 -1
  24. package/templates/departments/marketing/reddit-community-builder.md +1 -1
  25. package/templates/departments/marketing/tiktok-strategist.md +1 -1
  26. package/templates/departments/marketing/twitter-engager.md +1 -1
  27. package/templates/departments/product/feedback-synthesizer.md +1 -1
  28. package/templates/departments/product/sprint-prioritizer.md +1 -1
  29. package/templates/departments/product/trend-researcher.md +1 -1
  30. package/templates/departments/project-management/experiment-tracker.md +1 -1
  31. package/templates/departments/project-management/project-shipper.md +1 -1
  32. package/templates/departments/project-management/studio-producer.md +1 -1
  33. package/templates/departments/studio-operations/analytics-reporter.md +1 -1
  34. package/templates/departments/studio-operations/finance-tracker.md +1 -1
  35. package/templates/departments/studio-operations/infrastructure-maintainer.md +1 -1
  36. package/templates/departments/studio-operations/legal-compliance-checker.md +1 -1
  37. package/templates/departments/studio-operations/support-responder.md +1 -1
  38. package/templates/departments/testing/api-tester.md +1 -1
  39. package/templates/departments/testing/performance-benchmarker.md +1 -1
  40. package/templates/departments/testing/test-results-analyzer.md +1 -1
  41. package/templates/departments/testing/tool-evaluator.md +1 -1
  42. package/templates/departments/testing/workflow-optimizer.md +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,81 @@
1
+ # Changelog
2
+
3
+ All notable changes to AgentKit will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [Unreleased]
9
+
10
+ ### Added
11
+ - N/A
12
+
13
+ ### Changed
14
+ - N/A
15
+
16
+ ### Fixed
17
+ - N/A
18
+
19
+ ## [0.2.1] - 2025-12-28
20
+
21
+ ### Added
22
+ - Enhanced agent descriptions for all 35 templates with "Use this agent when:" criteria
23
+ - Concrete usage examples for each agent showing when and how Claude Code should invoke them
24
+ - Structured description format with bullet points and real-world scenarios
25
+
26
+ ### Changed
27
+ - All agent template descriptions now include:
28
+ - Clear invocation criteria (5-7 bullet points per agent)
29
+ - 3 practical user/assistant interaction examples
30
+ - Task tool usage patterns for Claude Code integration
31
+
32
+ ### Fixed
33
+ - N/A
34
+
35
+ ## [0.2.0] - 2025-12-28
36
+
37
+ ### Added
38
+ - Model selection for Claude Code agents (sonnet, opus, haiku, or inherit from parent)
39
+ - Interactive model selection prompt when choosing Claude Code tool
40
+ - Automatic model field injection in agent frontmatter
41
+ - Automated GitHub Actions workflow for npm publishing
42
+ - `RELEASE.md` documentation for publishing process
43
+ - `CHANGELOG.md` for tracking version changes
44
+
45
+ ### Changed
46
+ - Claude Code folder structure: agents now placed directly in `.claude/agents` (no department subfolders)
47
+ - Folder path validation now allows forward slashes for nested paths
48
+ - Default folder for Claude Code changed from `.claude` to `.claude/agents`
49
+
50
+ ### Fixed
51
+ - Folder validation rejecting valid paths with forward slashes
52
+ - Model field not being added to agent frontmatter due to regex pattern mismatch
53
+
54
+ ## [0.1.0] - 2025-12-27
55
+
56
+ ### Added
57
+ - Initial release of AgentKit
58
+ - Support for Claude Code, Cursor, GitHub Copilot, Aider, and Universal AI tools
59
+ - 7 department categories: Engineering, Design, Marketing, Product, Project Management, Studio Operations, Testing
60
+ - 35+ pre-configured AI agent templates
61
+ - Interactive CLI for agent selection
62
+ - Department-based organization
63
+ - Custom folder naming
64
+ - Non-interactive mode with flags
65
+
66
+ ### Changed
67
+ - N/A
68
+
69
+ ### Fixed
70
+ - N/A
71
+
72
+ ---
73
+
74
+ ## Release Types
75
+
76
+ - **Added** - New features
77
+ - **Changed** - Changes in existing functionality
78
+ - **Deprecated** - Soon-to-be removed features
79
+ - **Removed** - Removed features
80
+ - **Fixed** - Bug fixes
81
+ - **Security** - Security fixes
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  AgentKit is a CLI tool that helps you set up specialized AI agents for your development workflow. Get 42 pre-built agents across 7 departments—from engineering and design to marketing and testing—all optimized for rapid app development.
6
6
 
7
- [![npm version](https://img.shields.io/npm/v/agentkit.svg)](https://www.npmjs.com/package/agentkit)
7
+ [![npm version](https://img.shields.io/npm/v/@patricio0312rev/agentkit.svg)](https://www.npmjs.com/package/@patricio0312rev/agentkit)
8
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9
9
 
10
10
  ---
@@ -24,7 +24,7 @@ AgentKit is a CLI tool that helps you set up specialized AI agents for your deve
24
24
 
25
25
  ```bash
26
26
  # Install globally
27
- npm install -g agentkit
27
+ npm install -g @patricio0312rev/agentkit
28
28
 
29
29
  # Or use directly with npx
30
30
  npx agentkit init
@@ -185,35 +185,6 @@ Copilot automatically uses `.github/copilot-instructions.md` for all suggestions
185
185
 
186
186
  ---
187
187
 
188
- ## 🔧 Configuration Options
189
-
190
- ```bash
191
- agentkit init [options]
192
-
193
- Options:
194
- -t, --tool <tool> AI tool (claude-code, cursor, copilot, aider, universal)
195
- -f, --folder <name> Custom folder name
196
- -d, --departments <list> Comma-separated list of departments
197
- --agents <list> Comma-separated list of specific agents
198
- --skip-prompts Skip all interactive prompts (requires all flags)
199
- -h, --help Display help for command
200
- ```
201
-
202
- **Examples:**
203
-
204
- ```bash
205
- # Full engineering department
206
- agentkit init -t cursor -d engineering --skip-prompts
207
-
208
- # Specific agents only
209
- agentkit init -t cursor -d engineering --agents backend-architect,frontend-developer --skip-prompts
210
-
211
- # Multiple departments
212
- agentkit init -t claude-code -d engineering,design,marketing --skip-prompts
213
- ```
214
-
215
- ---
216
-
217
188
  ## 📚 Documentation
218
189
 
219
190
  Each generated agent includes:
@@ -335,8 +306,8 @@ agentkit init \
335
306
 
336
307
  ```bash
337
308
  # If installed globally, try:
338
- npm uninstall -g agentkit
339
- npm install -g agentkit
309
+ npm uninstall -g @patricio0312rev/agentkit
310
+ npm install -g @patricio0312rev/agentkit
340
311
 
341
312
  # Or use npx:
342
313
  npx agentkit init
@@ -351,7 +322,7 @@ npx agentkit init
351
322
  **3. Permission errors during installation**
352
323
 
353
324
  ```bash
354
- sudo npm install -g agentkit
325
+ sudo npm install -g @patricio0312rev/agentkit
355
326
  # Or use npx to avoid global install
356
327
  ```
357
328
 
package/RELEASE.md ADDED
@@ -0,0 +1,175 @@
1
+ # Release Process
2
+
3
+ This document explains how to publish new versions of AgentKit to npm using the automated GitHub Actions workflow.
4
+
5
+ ## One-Time Setup
6
+
7
+ ### 1. Get NPM Access Token
8
+
9
+ 1. Log in to [npmjs.com](https://www.npmjs.com/)
10
+ 2. Click on your profile icon → **Access Tokens**
11
+ 3. Click **Generate New Token** → **Classic Token**
12
+ 4. Select **Automation** type (allows CI/CD publishing)
13
+ 5. Copy the generated token (starts with `npm_...`)
14
+
15
+ ### 2. Add NPM Token to GitHub Secrets
16
+
17
+ 1. Go to your GitHub repository: `https://github.com/patricio0312rev/agentkit`
18
+ 2. Click **Settings** → **Secrets and variables** → **Actions**
19
+ 3. Click **New repository secret**
20
+ 4. Name: `NPM_TOKEN`
21
+ 5. Value: Paste your npm token
22
+ 6. Click **Add secret**
23
+
24
+ That's it! The `GITHUB_TOKEN` is automatically provided by GitHub Actions.
25
+
26
+ ## Publishing a New Release
27
+
28
+ ### Step 1: Update Version
29
+
30
+ Update the version in `package.json`:
31
+
32
+ ```bash
33
+ # For patch release (0.1.0 → 0.1.1)
34
+ npm version patch
35
+
36
+ # For minor release (0.1.0 → 0.2.0)
37
+ npm version minor
38
+
39
+ # For major release (0.1.0 → 1.0.0)
40
+ npm version major
41
+ ```
42
+
43
+ This command will:
44
+ - Update `package.json` version
45
+ - Create a git commit with the version change
46
+ - Create a git tag (e.g., `v0.1.1`)
47
+
48
+ ### Step 2: Update Changelog (Optional but Recommended)
49
+
50
+ Create or update `CHANGELOG.md` with release notes:
51
+
52
+ ```markdown
53
+ ## [0.1.1] - 2025-01-XX
54
+
55
+ ### Added
56
+ - Model selection for Claude Code agents
57
+ - Direct agent placement in .claude/agents folder
58
+
59
+ ### Changed
60
+ - Updated folder structure for Claude Code
61
+
62
+ ### Fixed
63
+ - Bug fixes...
64
+ ```
65
+
66
+ Commit the changelog:
67
+
68
+ ```bash
69
+ git add CHANGELOG.md
70
+ git commit -m "docs: update changelog for v0.1.1"
71
+ ```
72
+
73
+ ### Step 3: Push Tags to Trigger Release
74
+
75
+ ```bash
76
+ # Push commits
77
+ git push origin main
78
+
79
+ # Push tags (this triggers the GitHub Action)
80
+ git push origin --tags
81
+ ```
82
+
83
+ ### Step 4: Monitor the Release
84
+
85
+ 1. Go to **Actions** tab in GitHub repository
86
+ 2. You should see the "Publish to npm" workflow running
87
+ 3. The workflow will:
88
+ - Install dependencies
89
+ - Run tests
90
+ - Verify version matches tag
91
+ - Publish to npm
92
+ - Create GitHub release
93
+
94
+ ### Step 5: Verify Publication
95
+
96
+ Check that the package was published:
97
+
98
+ ```bash
99
+ npm view @patricio0312rev/agentkit version
100
+ ```
101
+
102
+ Visit the npm page:
103
+ https://www.npmjs.com/package/@patricio0312rev/agentkit
104
+
105
+ ## Manual Release (If Needed)
106
+
107
+ If the automated workflow fails, you can publish manually:
108
+
109
+ ```bash
110
+ # Make sure you're on the correct version
111
+ npm version <patch|minor|major>
112
+
113
+ # Login to npm
114
+ npm login
115
+
116
+ # Publish
117
+ npm publish --access public
118
+ ```
119
+
120
+ ## Release Checklist
121
+
122
+ Before releasing, ensure:
123
+
124
+ - [ ] All tests pass: `npm test`
125
+ - [ ] Code is linted and formatted
126
+ - [ ] Version is bumped in `package.json`
127
+ - [ ] `CHANGELOG.md` is updated
128
+ - [ ] All changes are committed
129
+ - [ ] Tags are pushed to GitHub
130
+
131
+ ## Version Numbering Guidelines
132
+
133
+ Follow [Semantic Versioning](https://semver.org/):
134
+
135
+ - **PATCH** (0.1.X) - Bug fixes, small improvements
136
+ - **MINOR** (0.X.0) - New features, backward compatible
137
+ - **MAJOR** (X.0.0) - Breaking changes
138
+
139
+ ## Troubleshooting
140
+
141
+ ### "Version already exists" error
142
+
143
+ You tried to publish a version that already exists on npm. Bump the version again:
144
+
145
+ ```bash
146
+ npm version patch
147
+ git push origin --tags
148
+ ```
149
+
150
+ ### "Permission denied" error
151
+
152
+ Your `NPM_TOKEN` might be invalid or expired:
153
+ 1. Generate a new token on npmjs.com
154
+ 2. Update the GitHub secret
155
+
156
+ ### Workflow doesn't trigger
157
+
158
+ Make sure you pushed the tag:
159
+
160
+ ```bash
161
+ git push origin --tags
162
+ ```
163
+
164
+ The workflow only runs when tags matching `v*.*.*` are pushed.
165
+
166
+ ## Quick Reference
167
+
168
+ ```bash
169
+ # Complete release process
170
+ npm version patch # Bump version
171
+ git add CHANGELOG.md # Add changelog
172
+ git commit -m "docs: update changelog"
173
+ git push origin main # Push commits
174
+ git push origin --tags # Push tags → triggers workflow
175
+ ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patricio0312rev/agentkit",
3
3
  "displayName": "AgentKit",
4
- "version": "0.1.0",
4
+ "version": "0.2.1",
5
5
  "description": "CLI tool to scaffold AI agent configurations for Claude Code, Cursor, and other AI coding assistants",
6
6
  "main": "src/index.js",
7
7
  "bin": {
@@ -50,7 +50,8 @@ function buildConfigFromFlags(options) {
50
50
  agents: options.agents
51
51
  ? options.agents.split(",").map((a) => a.trim())
52
52
  : [],
53
- stack: [], // Removed for v0.1.0
53
+ model: options.model === "inherit" ? undefined : options.model,
54
+ stack: [],
54
55
  };
55
56
  }
56
57
 
@@ -91,8 +92,8 @@ async function promptUser(options) {
91
92
  validate: (input) => {
92
93
  if (!input.trim()) return "Folder name cannot be empty";
93
94
  if (input.includes(" ")) return "Folder name cannot contain spaces";
94
- if (input.includes("\\") || input.includes("/"))
95
- return "Folder name cannot contain path separators";
95
+ if (input.includes("\\"))
96
+ return "Folder name cannot contain backslashes";
96
97
  return true;
97
98
  },
98
99
  },
@@ -102,6 +103,46 @@ async function promptUser(options) {
102
103
  answers.folder = options.folder;
103
104
  }
104
105
 
106
+ // Step 2.5: Model selection for Claude Code
107
+ if (answers.tool === "claude-code" && !options.model) {
108
+ const modelChoices = [
109
+ {
110
+ name: `${chalk.bold("Sonnet")} ${chalk.gray("→")} ${chalk.dim("Balanced performance - best for most agents")}`,
111
+ value: "sonnet",
112
+ short: "Sonnet",
113
+ },
114
+ {
115
+ name: `${chalk.bold("Opus")} ${chalk.gray("→")} ${chalk.dim("Most capable for complex reasoning tasks")}`,
116
+ value: "opus",
117
+ short: "Opus",
118
+ },
119
+ {
120
+ name: `${chalk.bold("Haiku")} ${chalk.gray("→")} ${chalk.dim("Fast and efficient for simple tasks")}`,
121
+ value: "haiku",
122
+ short: "Haiku",
123
+ },
124
+ {
125
+ name: `${chalk.bold("Inherit from parent")} ${chalk.gray("→")} ${chalk.dim("Use the same model as the main conversation")}`,
126
+ value: "inherit",
127
+ short: "Inherit from parent",
128
+ },
129
+ ];
130
+
131
+ const modelAnswer = await inquirer.prompt([
132
+ {
133
+ type: "list",
134
+ name: "model",
135
+ message: "Select model for agents:",
136
+ choices: modelChoices,
137
+ default: "sonnet",
138
+ },
139
+ ]);
140
+ answers.model =
141
+ modelAnswer.model === "inherit" ? undefined : modelAnswer.model;
142
+ } else if (options.model) {
143
+ answers.model = options.model === "inherit" ? undefined : options.model;
144
+ }
145
+
105
146
  // Step 3: Select departments
106
147
  if (!options.departments) {
107
148
  const deptChoices = Object.entries(DEPARTMENTS).map(([key, value]) => ({
package/src/lib/config.js CHANGED
@@ -1,7 +1,7 @@
1
1
  const TOOLS = {
2
2
  'claude-code': {
3
3
  name: 'Claude Code',
4
- folder: '.claude',
4
+ folder: '.claude/agents',
5
5
  description: 'Sub-agents with native support',
6
6
  fileStructure: 'multi-file',
7
7
  supportsSubAgents: true
@@ -1,8 +1,8 @@
1
- const fs = require('fs-extra');
2
- const path = require('path');
3
- const { TOOLS, DEPARTMENTS } = require('./config');
4
- const { generateReadme } = require('../utils/readme');
5
- const { generateToolSpecificFiles } = require('../utils/tool-specific');
1
+ const fs = require("fs-extra");
2
+ const path = require("path");
3
+ const { TOOLS, DEPARTMENTS } = require("./config");
4
+ const { generateReadme } = require("../utils/readme");
5
+ const { generateToolSpecificFiles } = require("../utils/tool-specific");
6
6
 
7
7
  /**
8
8
  * Main generator function that creates AI agent configuration
@@ -16,7 +16,7 @@ async function generateAgents(config) {
16
16
  targetDir,
17
17
  agentsGenerated: 0,
18
18
  filesCreated: [],
19
- errors: []
19
+ errors: [],
20
20
  };
21
21
 
22
22
  try {
@@ -29,18 +29,21 @@ async function generateAgents(config) {
29
29
  result.filesCreated.push(...agentResult.files);
30
30
 
31
31
  // Generate README
32
- const readmePath = path.join(targetDir, 'README.md');
32
+ const readmePath = path.join(targetDir, "README.md");
33
33
  const readmeContent = generateReadme(config, result);
34
34
  await fs.writeFile(readmePath, readmeContent);
35
35
  result.filesCreated.push(readmePath);
36
36
 
37
37
  // Generate tool-specific files (e.g., .cursorrules, copilot-instructions.md)
38
- const toolFiles = await generateToolSpecificFiles(config, targetDir, agentResult.agentsList);
38
+ const toolFiles = await generateToolSpecificFiles(
39
+ config,
40
+ targetDir,
41
+ agentResult.agentsList
42
+ );
39
43
  result.filesCreated.push(...toolFiles);
40
44
 
41
45
  result.success = true;
42
46
  return result;
43
-
44
47
  } catch (error) {
45
48
  result.errors.push(error.message);
46
49
  throw error;
@@ -58,22 +61,28 @@ async function generateDepartmentAgents(config, targetDir) {
58
61
  const files = [];
59
62
  const agentsList = [];
60
63
 
64
+ // For Claude Code, agents go directly in .claude/agents, not in department subfolders
65
+ const isClaudeCode = config.tool === "claude-code";
66
+
61
67
  for (const dept of config.departments) {
62
68
  const deptInfo = DEPARTMENTS[dept];
63
69
  if (!deptInfo) continue;
64
70
 
65
- const deptDir = path.join(targetDir, dept);
71
+ // Only create department subdirectories for non-Claude Code tools
72
+ const deptDir = isClaudeCode ? targetDir : path.join(targetDir, dept);
66
73
  await fs.ensureDir(deptDir);
67
74
 
68
75
  // Determine which agents to generate
69
76
  let agentsToGenerate = deptInfo.agents;
70
-
77
+
71
78
  // Filter if specific agents were selected
72
79
  if (config.agents && config.agents.length > 0) {
73
- agentsToGenerate = agentsToGenerate.filter(agent => {
80
+ agentsToGenerate = agentsToGenerate.filter((agent) => {
74
81
  // Support both "agent-name" and "dept/agent-name" formats
75
- return config.agents.includes(agent) ||
76
- config.agents.includes(`${dept}/${agent}`);
82
+ return (
83
+ config.agents.includes(agent) ||
84
+ config.agents.includes(`${dept}/${agent}`)
85
+ );
77
86
  });
78
87
  }
79
88
 
@@ -100,13 +109,18 @@ async function generateDepartmentAgents(config, targetDir) {
100
109
  * @returns {Promise<string|null>} Path to created file or null
101
110
  */
102
111
  async function generateAgentFile(dept, agent, deptDir, config) {
103
- const sourceFile = path.join(__dirname, '../../templates/departments', dept, `${agent}.md`);
112
+ const sourceFile = path.join(
113
+ __dirname,
114
+ "../../templates/departments",
115
+ dept,
116
+ `${agent}.md`
117
+ );
104
118
  const targetFile = path.join(deptDir, `${agent}.md`);
105
119
 
106
120
  try {
107
121
  // Check if template exists
108
122
  if (await fs.pathExists(sourceFile)) {
109
- let content = await fs.readFile(sourceFile, 'utf8');
123
+ let content = await fs.readFile(sourceFile, "utf8");
110
124
 
111
125
  // Process content based on config
112
126
  content = processAgentContent(content, config);
@@ -115,7 +129,7 @@ async function generateAgentFile(dept, agent, deptDir, config) {
115
129
  return targetFile;
116
130
  } else {
117
131
  // Generate basic template if source doesn't exist
118
- const basicTemplate = generateBasicAgentTemplate(dept, agent);
132
+ const basicTemplate = generateBasicAgentTemplate(dept, agent, config);
119
133
  await fs.writeFile(targetFile, basicTemplate);
120
134
  return targetFile;
121
135
  }
@@ -134,17 +148,34 @@ async function generateAgentFile(dept, agent, deptDir, config) {
134
148
  function processAgentContent(content, config) {
135
149
  let processed = content;
136
150
 
151
+ // Add model field to frontmatter for Claude Code agents
152
+ if (config.tool === "claude-code" && config.model) {
153
+ const frontmatterMatch = processed.match(/^---\n([\s\S]*?)\n---/);
154
+ if (frontmatterMatch) {
155
+ const frontmatterContent = frontmatterMatch[1];
156
+
157
+ const updatedFrontmatter = frontmatterContent.replace(
158
+ /(tools:.*?)($|\n)/,
159
+ `$1\nmodel: ${config.model}$2`
160
+ );
161
+ processed = processed.replace(
162
+ /^---\n[\s\S]*?\n---/,
163
+ `---\n${updatedFrontmatter}\n---`
164
+ );
165
+ }
166
+ }
167
+
137
168
  // Remove examples if requested
138
169
  if (config.skipExamples) {
139
170
  // Remove content between <example> tags
140
- processed = processed.replace(/<example>[\s\S]*?<\/example>/g, '');
171
+ processed = processed.replace(/<example>[\s\S]*?<\/example>/g, "");
141
172
  // Clean up extra whitespace
142
- processed = processed.replace(/\n{3,}/g, '\n\n');
173
+ processed = processed.replace(/\n{3,}/g, "\n\n");
143
174
  }
144
175
 
145
176
  // Add tech stack information if provided
146
177
  if (config.stack && config.stack.length > 0) {
147
- const stackSection = `\n\n## Tech Stack Context\n\nThis project uses: ${config.stack.join(', ')}\n`;
178
+ const stackSection = `\n\n## Tech Stack Context\n\nThis project uses: ${config.stack.join(", ")}\n`;
148
179
  // Insert before the main content or at the end
149
180
  processed += stackSection;
150
181
  }
@@ -156,19 +187,27 @@ function processAgentContent(content, config) {
156
187
  * Generate a basic agent template when source file doesn't exist
157
188
  * @param {string} dept - Department name
158
189
  * @param {string} agent - Agent name
190
+ * @param {Object} config - Configuration object
159
191
  * @returns {string} Basic template content
160
192
  */
161
- function generateBasicAgentTemplate(dept, agent) {
193
+ function generateBasicAgentTemplate(dept, agent, config) {
162
194
  const deptInfo = DEPARTMENTS[dept];
195
+ const modelLine =
196
+ config.tool === "claude-code" && config.model
197
+ ? `\nmodel: ${config.model}`
198
+ : "";
163
199
  return `<!-- ${dept}/${agent}.md -->
164
200
  ---
165
201
  name: ${agent}
166
202
  description: AI agent for ${deptInfo.name}
167
203
  color: blue
168
- tools: Read, Write, MultiEdit
204
+ tools: Read, Write, MultiEdit${modelLine}
169
205
  ---
170
206
 
171
- # ${agent.split('-').map(w => w.charAt(0).toUpperCase() + w.slice(1)).join(' ')}
207
+ # ${agent
208
+ .split("-")
209
+ .map((w) => w.charAt(0).toUpperCase() + w.slice(1))
210
+ .join(" ")}
172
211
 
173
212
  This is a placeholder agent file. Please add specific instructions and responsibilities.
174
213
 
@@ -189,5 +228,5 @@ This is a placeholder agent file. Please add specific instructions and responsib
189
228
  module.exports = {
190
229
  generateAgents,
191
230
  generateDepartmentAgents,
192
- generateAgentFile
231
+ generateAgentFile,
193
232
  };
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: brand-guardian
3
- description: Use this agent when establishing brand guidelines, ensuring visual consistency, managing brand assets, or evolving brand identity. Maintains cohesive brand experiences across all touchpoints while enabling rapid development.
3
+ description: Use this agent when:\n- Establishing or refining brand guidelines and standards\n- Ensuring visual consistency across products and touchpoints\n- Creating or managing brand assets (logos, color palettes, typography)\n- Evolving brand identity while maintaining coherence\n- Reviewing designs for brand compliance\n- Creating brand documentation or style guides\n- Making decisions about brand expression in new contexts\n\nExamples:\n- User: "We need to create comprehensive brand guidelines for our startup"\n Assistant: "I'll use the brand-guardian agent to establish a complete brand guideline system covering visual identity, voice, and usage"\n <Uses Task tool to launch brand-guardian agent>\n\n- User: "Does this new landing page match our brand identity?"\n Assistant: "Let me use the brand-guardian agent to review the design against our brand standards"\n <Uses Task tool to launch brand-guardian agent>\n\n- User: "We're expanding to a new product line, how should we adapt our branding?"\n Assistant: "I'm going to use the brand-guardian agent to develop a brand extension strategy that maintains consistency"\n <Uses Task tool to launch brand-guardian agent>
4
4
  color: indigo
5
5
  tools: Write, Read, MultiEdit, WebSearch, WebFetch
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: ui-designer
3
- description: Use this agent when creating user interfaces, designing components, building design systems, or improving visual aesthetics. Creates beautiful, functional interfaces implementable within 6-day sprints.
3
+ description: Use this agent when:\n- Creating user interface designs or mockups\n- Designing individual UI components or patterns\n- Building or maintaining design systems\n- Improving visual aesthetics or layouts\n- Defining color schemes, typography, or spacing systems\n- Creating responsive design specifications\n- Reviewing or critiquing existing UI designs\n\nExamples:\n- User: "I need a modern dashboard design for a SaaS analytics platform"\n Assistant: "I'll use the ui-designer agent to create a comprehensive dashboard design with data visualization components"\n <Uses Task tool to launch ui-designer agent>\n\n- User: "Can you help me design a button component system with all the variants we need?"\n Assistant: "Let me use the ui-designer agent to create a complete button system with primary, secondary, and tertiary variants plus states"\n <Uses Task tool to launch ui-designer agent>\n\n- User: "This login page feels cluttered and confusing"\n Assistant: "I'm going to use the ui-designer agent to redesign the login page with better visual hierarchy and user flow"\n <Uses Task tool to launch ui-designer agent>
4
4
  color: magenta
5
5
  tools: Write, Read, MultiEdit, WebSearch, WebFetch
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: ux-researcher
3
- description: Use this agent when conducting user research, analyzing user behavior, creating journey maps, or validating design decisions through testing. Understands user needs, pain points, and behaviors to inform product decisions within rapid development cycles.
3
+ description: Use this agent when:\n- Conducting user research or usability studies\n- Analyzing user behavior patterns or data\n- Creating user personas, journey maps, or empathy maps\n- Validating design decisions through user testing\n- Identifying user pain points or needs\n- Planning research methodologies or test protocols\n- Synthesizing research findings into actionable insights\n\nExamples:\n- User: "We need to understand why users are abandoning our checkout flow"\n Assistant: "I'll use the ux-researcher agent to conduct user research and identify friction points in the checkout process"\n <Uses Task tool to launch ux-researcher agent>\n\n- User: "Can you create user personas for our target audience?"\n Assistant: "Let me use the ux-researcher agent to develop data-driven user personas based on research and analytics"\n <Uses Task tool to launch ux-researcher agent>\n\n- User: "We want to validate our new onboarding flow before launch"\n Assistant: "I'm going to use the ux-researcher agent to design and conduct usability testing for the onboarding"\n <Uses Task tool to launch ux-researcher agent>
4
4
  color: purple
5
5
  tools: Write, Read, MultiEdit, WebSearch, WebFetch
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: visual-storyteller
3
- description: Use this agent when creating visual narratives, designing infographics, building presentations, or communicating complex ideas through imagery. Transforms data and concepts into compelling visual stories that engage users and stakeholders.
3
+ description: Use this agent when:\n- Creating visual narratives or storytelling experiences\n- Designing infographics or data visualizations\n- Building presentations or pitch decks\n- Communicating complex ideas through imagery\n- Creating illustrations or visual metaphors\n- Designing onboarding flows or tutorials\n- Developing visual content for marketing or education\n\nExamples:\n- User: "We need an infographic explaining how our blockchain product works"\n Assistant: "I'll use the visual-storyteller agent to create a clear, engaging infographic that simplifies the blockchain concept"\n <Uses Task tool to launch visual-storyteller agent>\n\n- User: "Can you design a presentation for our investor pitch?"\n Assistant: "Let me use the visual-storyteller agent to craft a compelling visual narrative for your pitch deck"\n <Uses Task tool to launch visual-storyteller agent>\n\n- User: "Our onboarding needs visual tutorials for new users"\n Assistant: "I'm going to use the visual-storyteller agent to design an engaging visual tutorial flow"\n <Uses Task tool to launch visual-storyteller agent>
4
4
  color: cyan
5
5
  tools: Write, Read, MultiEdit, WebSearch, WebFetch
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: whimsy-injector
3
- description: PROACTIVELY use this agent after any UI/UX changes to ensure delightful, playful elements are incorporated. Adds joy, surprise, and memorable moments to user experiences. Trigger automatically when design or interface updates are made.
3
+ description: Use this agent when:\n- Adding delightful moments or playful elements to interfaces\n- Creating memorable micro-interactions or animations\n- Designing easter eggs or surprise features\n- Making products more joyful and engaging\n- Reviewing designs to add personality and charm\n- Creating playful copy or messaging\n- Differentiating products through delight\n\nExamples:\n- User: "This settings page feels boring and utilitarian"\n Assistant: "I'll use the whimsy-injector agent to add delightful micro-interactions and playful elements while maintaining functionality"\n <Uses Task tool to launch whimsy-injector agent>\n\n- User: "Can you make our 404 page more memorable?"\n Assistant: "Let me use the whimsy-injector agent to transform the 404 page into a delightful, shareable experience"\n <Uses Task tool to launch whimsy-injector agent>\n\n- User: "We want to add some personality to our app"\n Assistant: "I'm going to use the whimsy-injector agent to inject joy and surprise throughout the user journey"\n <Uses Task tool to launch whimsy-injector agent>
4
4
  color: yellow
5
5
  tools: Read, Write, MultiEdit, Grep, Glob
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: ai-engineer
3
- description: Use this agent when implementing AI/ML features, integrating language models, building recommendation systems, or adding intelligent automation to applications. Specializes in practical AI implementation for rapid deployment.
3
+ description: Use this agent when:\n- Implementing AI/ML features or models in applications\n- Integrating language models (OpenAI, Anthropic, open-source LLMs)\n- Building recommendation systems or personalization features\n- Adding intelligent automation or data processing\n- Implementing computer vision or image processing features\n- Fine-tuning or training machine learning models\n- Debugging AI/ML integration issues\n\nExamples:\n- User: "I need to add ChatGPT integration to my app for customer support"\n Assistant: "I'll use the ai-engineer agent to implement a robust LLM integration with proper error handling and context management"\n <Uses Task tool to launch ai-engineer agent>\n\n- User: "We want to build a product recommendation engine based on user behavior"\n Assistant: "Let me use the ai-engineer agent to design and implement a recommendation system using collaborative filtering"\n <Uses Task tool to launch ai-engineer agent>\n\n- User: "Can you help implement image classification for user uploads?"\n Assistant: "I'm going to use the ai-engineer agent to integrate a computer vision model for automated image classification"\n <Uses Task tool to launch ai-engineer agent>
4
4
  color: cyan
5
5
  tools: Write, Read, MultiEdit, Bash, WebFetch
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: backend-architect
3
- description: Use this agent when designing APIs, building server-side logic, implementing databases, or architecting scalable backend systems. Specializes in creating robust, secure, and performant backend services.
3
+ description: Use this agent when:\n- Designing or implementing RESTful or GraphQL APIs\n- Building server-side business logic or microservices\n- Implementing database schemas, queries, or migrations\n- Architecting scalable backend systems or infrastructure\n- Implementing authentication, authorization, or security features\n- Optimizing backend performance or database queries\n- Debugging server-side issues or API problems\n\nExamples:\n- User: "I need to design a REST API for a blog platform with posts, comments, and user management"\n Assistant: "I'll use the backend-architect agent to design a well-structured API with proper endpoints, authentication, and data models"\n <Uses Task tool to launch backend-architect agent>\n\n- User: "The database queries are slow when fetching user data with nested relationships"\n Assistant: "Let me use the backend-architect agent to analyze and optimize your database schema and queries"\n <Uses Task tool to launch backend-architect agent>\n\n- User: "We need to implement OAuth2 authentication for our API"\n Assistant: "I'm going to use the backend-architect agent to implement a secure OAuth2 flow with proper token management"\n <Uses Task tool to launch backend-architect agent>
4
4
  color: purple
5
5
  tools: Write, Read, MultiEdit, Bash, Grep
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: devops-automator
3
- description: Use this agent when setting up CI/CD pipelines, configuring cloud infrastructure, implementing monitoring systems, or automating deployment processes. Specializes in making deployment and operations seamless for rapid development cycles.
3
+ description: Use this agent when:\n- Setting up or modifying CI/CD pipelines (GitHub Actions, GitLab CI, Jenkins, etc.)\n- Configuring cloud infrastructure (AWS, GCP, Azure, etc.)\n- Implementing Infrastructure as Code (Terraform, CloudFormation, etc.)\n- Setting up monitoring, logging, or alerting systems\n- Automating deployment or release processes\n- Configuring containers or orchestration (Docker, Kubernetes)\n- Debugging deployment or infrastructure issues\n\nExamples:\n- User: "I need to set up a GitHub Actions workflow to deploy my Next.js app to Vercel"\n Assistant: "I'll use the devops-automator agent to create a CI/CD pipeline with automated testing and deployment"\n <Uses Task tool to launch devops-automator agent>\n\n- User: "Our Kubernetes pods keep crashing and I need help debugging the configuration"\n Assistant: "Let me use the devops-automator agent to analyze your Kubernetes setup and identify the issue"\n <Uses Task tool to launch devops-automator agent>\n\n- User: "We need to set up monitoring and alerts for our production API"\n Assistant: "I'm going to use the devops-automator agent to implement a comprehensive monitoring solution with appropriate alerts"\n <Uses Task tool to launch devops-automator agent>
4
4
  color: orange
5
5
  tools: Write, Read, MultiEdit, Bash, Grep
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: frontend-developer
3
- description: Use this agent when building user interfaces, implementing components, handling state management, or optimizing frontend performance. Excels at creating responsive, accessible, and performant web applications across frameworks.
3
+ description: Use this agent when:\n- Building or modifying user interfaces, components, or layouts\n- Implementing responsive designs or CSS styling\n- Working with frontend frameworks (React, Vue, Angular, Svelte, etc.)\n- Creating interactive features or user interactions\n- Optimizing frontend performance or accessibility\n- Debugging frontend issues or browser compatibility problems\n- Setting up frontend build tools or configurations\n\nExamples:\n- User: "I need to create a responsive navigation bar with a hamburger menu for mobile"\n Assistant: "I'm going to use the frontend-developer agent to design and implement this navigation component"\n <Uses Task tool to launch frontend-developer agent>\n\n- User: "The button animations aren't working smoothly on Safari"\n Assistant: "Let me use the frontend-developer agent to investigate and fix this browser-specific animation issue"\n <Uses Task tool to launch frontend-developer agent>\n\n- User: "Can you help me implement a dark mode toggle?"\n Assistant: "I'll use the frontend-developer agent to create a dark mode implementation with proper state management and styling"\n <Uses Task tool to launch frontend-developer agent>
4
4
  color: blue
5
5
  tools: Write, Read, MultiEdit, Bash, Grep, Glob
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: mobile-app-builder
3
- description: Use this agent when developing mobile applications for iOS or Android, implementing native features, or optimizing mobile performance. Specializes in creating smooth, native-feeling mobile experiences across platforms.
3
+ description: Use this agent when:\n- Building iOS, Android, or cross-platform mobile applications\n- Implementing native mobile features (camera, GPS, push notifications, etc.)\n- Optimizing mobile app performance or battery usage\n- Implementing mobile UI/UX patterns and navigation\n- Integrating mobile-specific APIs or SDKs\n- Debugging mobile app issues or platform-specific bugs\n- Setting up mobile app build and deployment configurations\n\nExamples:\n- User: "I need to build a React Native app with offline-first functionality"\n Assistant: "I'll use the mobile-app-builder agent to create an offline-first mobile app with proper data synchronization"\n <Uses Task tool to launch mobile-app-builder agent>\n\n- User: "The iOS app is draining battery quickly, can you investigate?"\n Assistant: "Let me use the mobile-app-builder agent to profile and optimize the battery usage"\n <Uses Task tool to launch mobile-app-builder agent>\n\n- User: "We need to add push notifications to our Flutter app"\n Assistant: "I'm going to use the mobile-app-builder agent to implement push notifications with proper platform-specific handling"\n <Uses Task tool to launch mobile-app-builder agent>
4
4
  color: green
5
5
  tools: Write, Read, MultiEdit, Bash, Grep
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: rapid-prototyper
3
- description: Use this agent when you need to quickly create a new application prototype, MVP, or proof-of-concept within the 6-day development cycle. Specializes in scaffolding projects, integrating trending features, and building functional demos rapidly.
3
+ description: Use this agent when:\n- Building a new application prototype or MVP from scratch\n- Creating proof-of-concepts or demos quickly\n- Scaffolding new projects with best practices\n- Integrating trending features or technologies rapidly\n- Experimenting with new frameworks or tools\n- Building quick prototypes to validate ideas\n- Setting up starter templates or boilerplates\n\nExamples:\n- User: "I need to build a landing page with waitlist signup in the next few hours"\n Assistant: "I'll use the rapid-prototyper agent to quickly scaffold a landing page with email collection and validation"\n <Uses Task tool to launch rapid-prototyper agent>\n\n- User: "Can you create a proof-of-concept for a real-time chat application?"\n Assistant: "Let me use the rapid-prototyper agent to build a minimal viable chat app with WebSocket integration"\n <Uses Task tool to launch rapid-prototyper agent>\n\n- User: "We want to prototype a dashboard to visualize our API data"\n Assistant: "I'm going to use the rapid-prototyper agent to create a functional dashboard prototype with data visualization"\n <Uses Task tool to launch rapid-prototyper agent>
4
4
  color: green
5
5
  tools: Write, MultiEdit, Bash, Read, Glob, Task
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: test-writer-fixer
3
- description: Use this agent when code changes have been made and you need to write new tests, run existing tests, analyze failures, and fix them while maintaining test integrity. Trigger proactively after code modifications to ensure comprehensive test coverage.
3
+ description: Use this agent when:\n- Code changes have been made and tests need to be written or updated\n- Existing tests are failing and need investigation\n- Test coverage needs to be improved\n- Test suites need refactoring or optimization\n- Debugging test failures or flaky tests\n- Setting up testing frameworks or CI/CD test pipelines\n\nExamples:\n- User: "I just added a new authentication function. Can you write tests for it?"\n Assistant: "I'll use the test-writer-fixer agent to create comprehensive unit tests for your authentication function"\n <Uses Task tool to launch test-writer-fixer agent>\n\n- User: "The payment processing tests are failing after my refactor"\n Assistant: "Let me use the test-writer-fixer agent to analyze the failures and fix the tests while ensuring they still validate the correct behavior"\n <Uses Task tool to launch test-writer-fixer agent>\n\n- User: "We need to increase test coverage for the user service module"\n Assistant: "I'm going to use the test-writer-fixer agent to identify gaps and write additional tests for the user service"\n <Uses Task tool to launch test-writer-fixer agent>
4
4
  color: cyan
5
5
  tools: Write, Read, MultiEdit, Bash, Grep, Glob
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: app-store-optimizer
3
- description: Use this agent when preparing app store listings, researching keywords, optimizing app metadata, improving conversion rates, or analyzing app store performance. Specializes in maximizing organic app store visibility and downloads.
3
+ description: Use this agent when:\n- Preparing or optimizing app store listings (iOS, Android)\n- Researching and selecting keywords for ASO\n- Writing compelling app descriptions and titles\n- Optimizing app metadata for better visibility\n- Improving app store conversion rates\n- Analyzing app store performance and competitors\n- A/B testing app store elements\n\nExamples:\n- User: "We're launching our app on the App Store and need the listing optimized"\n Assistant: "I'll use the app-store-optimizer agent to create a fully optimized listing with keywords and compelling copy"\n <Uses Task tool to launch app-store-optimizer agent>\n\n- User: "Our app downloads are lower than competitors despite better reviews"\n Assistant: "Let me use the app-store-optimizer agent to analyze and improve your app store presence"\n <Uses Task tool to launch app-store-optimizer agent>\n\n- User: "What keywords should we target for our fitness app?"\n Assistant: "I'm going to use the app-store-optimizer agent to conduct keyword research and optimization"\n <Uses Task tool to launch app-store-optimizer agent>
4
4
  color: teal
5
5
  tools: Write, Read, WebSearch, WebFetch, MultiEdit
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: content-creator
3
- description: Use this agent for cross-platform content generation, from long-form blog posts to engaging video scripts and social media content. Specializes in adapting messaging across different formats while maintaining brand consistency.
3
+ description: Use this agent when:\n- Creating blog posts, articles, or long-form content\n- Writing video scripts or podcast outlines\n- Generating social media content across platforms\n- Adapting content for different formats and audiences\n- Creating email newsletters or marketing copy\n- Developing content calendars or strategies\n- Repurposing content across channels\n\nExamples:\n- User: "We need a blog post explaining our new AI feature"\n Assistant: "I'll use the content-creator agent to write an engaging, informative blog post about the AI feature"\n <Uses Task tool to launch content-creator agent>\n\n- User: "Can you create social media posts to announce our product launch?"\n Assistant: "Let me use the content-creator agent to craft platform-specific posts for the launch"\n <Uses Task tool to launch content-creator agent>\n\n- User: "Turn this technical documentation into customer-friendly content"\n Assistant: "I'm going to use the content-creator agent to transform the technical docs into accessible content"\n <Uses Task tool to launch content-creator agent>
4
4
  color: blue
5
5
  tools: Write, Read, WebSearch, WebFetch, MultiEdit
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: growth-hacker
3
- description: Use this agent for rapid user acquisition, viral loop creation, and data-driven growth experiments. Specializes in combining marketing, product, and data analysis skills to identify and exploit growth opportunities.
3
+ description: Use this agent when:\n- Planning rapid user acquisition strategies\n- Creating viral loops or referral systems\n- Designing and analyzing growth experiments\n- Optimizing conversion funnels\n- Implementing growth hacks or tactics\n- Analyzing user acquisition data and metrics\n- Identifying and exploiting growth opportunities\n\nExamples:\n- User: "We need to increase signups by 10x in the next month"\n Assistant: "I'll use the growth-hacker agent to design a comprehensive growth strategy with multiple tactics"\n <Uses Task tool to launch growth-hacker agent>\n\n- User: "Can you design a referral program that goes viral?"\n Assistant: "Let me use the growth-hacker agent to create a viral referral system with strong incentives"\n <Uses Task tool to launch growth-hacker agent>\n\n- User: "Our signup conversion rate is too low"\n Assistant: "I'm going to use the growth-hacker agent to analyze and optimize the conversion funnel"\n <Uses Task tool to launch growth-hacker agent>
4
4
  color: green
5
5
  tools: Write, Read, WebSearch, WebFetch, Bash, MultiEdit
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: instagram-curator
3
- description: Use this agent for visual content strategy, Stories, Reels, and Instagram growth tactics. Specializes in understanding the platform's algorithm, visual aesthetics, and engagement patterns to create compelling content strategies.
3
+ description: Use this agent when:\n- Creating Instagram content strategy (posts, Stories, Reels)\n- Planning visual content calendars for Instagram\n- Optimizing for Instagram's algorithm and engagement\n- Developing Instagram growth tactics and campaigns\n- Creating caption copy and hashtag strategies\n- Analyzing Instagram performance and insights\n- Planning Instagram collaborations or influencer partnerships\n\nExamples:\n- User: "We need a month's worth of Instagram content for our brand"\n Assistant: "I'll use the instagram-curator agent to create a comprehensive content calendar with posts, Stories, and Reels"\n <Uses Task tool to launch instagram-curator agent>\n\n- User: "Our Instagram engagement has dropped significantly"\n Assistant: "Let me use the instagram-curator agent to analyze and optimize your Instagram strategy"\n <Uses Task tool to launch instagram-curator agent>\n\n- User: "What Reels content would work for our fitness app?"\n Assistant: "I'm going to use the instagram-curator agent to develop viral Reels ideas aligned with fitness trends"\n <Uses Task tool to launch instagram-curator agent>
4
4
  color: purple
5
5
  tools: Write, Read, WebSearch, WebFetch, MultiEdit
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: reddit-community-builder
3
- description: Use this agent for authentic community engagement, organic growth through valuable participation, and navigating Reddit's unique culture. Specializes in providing value first, building genuine relationships, and respecting community norms.
3
+ description: Use this agent when:\n- Building authentic engagement on Reddit communities\n- Creating Reddit marketing strategies that respect community norms\n- Writing Reddit posts or comments that provide value\n- Identifying relevant subreddits for your product\n- Planning Reddit AMAs or community events\n- Responding to Reddit feedback or discussions\n- Growing organic presence on Reddit\n\nExamples:\n- User: "We want to promote our developer tool on Reddit without being spammy"\n Assistant: "I'll use the reddit-community-builder agent to create a value-first Reddit strategy"\n <Uses Task tool to launch reddit-community-builder agent>\n\n- User: "How should we respond to this Reddit thread about our product?"\n Assistant: "Let me use the reddit-community-builder agent to craft an authentic, helpful response"\n <Uses Task tool to launch reddit-community-builder agent>\n\n- User: "We want to launch on Product Hunt and Reddit simultaneously"\n Assistant: "I'm going to use the reddit-community-builder agent to plan a Reddit launch strategy"\n <Uses Task tool to launch reddit-community-builder agent>
4
4
  color: orange
5
5
  tools: Write, Read, WebSearch, WebFetch, MultiEdit
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: tiktok-strategist
3
- description: Use this agent for creating TikTok marketing strategies, developing viral content ideas, planning TikTok campaigns, or optimizing for TikTok's algorithm. Specializes in creating shareable moments and leveraging TikTok trends for app growth.
3
+ description: Use this agent when:\n- Creating TikTok marketing strategies and campaigns\n- Developing viral TikTok content ideas\n- Planning TikTok video scripts or concepts\n- Optimizing for TikTok's algorithm and For You Page\n- Leveraging TikTok trends for brand awareness\n- Analyzing TikTok performance and opportunities\n- Planning TikTok influencer partnerships\n\nExamples:\n- User: "We want to launch our app on TikTok with viral content"\n Assistant: "I'll use the tiktok-strategist agent to create a viral TikTok launch strategy with trend-aligned content"\n <Uses Task tool to launch tiktok-strategist agent>\n\n- User: "What TikTok content would resonate with Gen Z for our productivity app?"\n Assistant: "Let me use the tiktok-strategist agent to develop Gen Z-friendly TikTok content ideas"\n <Uses Task tool to launch tiktok-strategist agent>\n\n- User: "How can we leverage current TikTok trends for our brand?"\n Assistant: "I'm going to use the tiktok-strategist agent to identify and adapt trending formats"\n <Uses Task tool to launch tiktok-strategist agent>
4
4
  color: pink
5
5
  tools: Write, Read, WebSearch, WebFetch
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: twitter-engager
3
- description: Use this agent for real-time social media engagement, trending topic leverage, and viral tweet creation. Specializes in concise communication, thread storytelling, and community building through strategic engagement on Twitter/X.
3
+ description: Use this agent when:\n- Crafting tweets or Twitter/X threads\n- Real-time engagement with trending topics\n- Building community through Twitter interactions\n- Creating viral tweet strategies\n- Responding to mentions or customer feedback on Twitter\n- Planning Twitter campaigns or content calendars\n- Analyzing Twitter performance and opportunities\n\nExamples:\n- User: "We need to announce our product launch on Twitter with maximum impact"\n Assistant: "I'll use the twitter-engager agent to create a viral-optimized launch thread"\n <Uses Task tool to launch twitter-engager agent>\n\n- User: "There's a trending topic related to our industry, how should we engage?"\n Assistant: "Let me use the twitter-engager agent to craft timely, relevant tweets for the trend"\n <Uses Task tool to launch twitter-engager agent>\n\n- User: "How can we grow our Twitter following organically?"\n Assistant: "I'm going to use the twitter-engager agent to develop an engagement-first growth strategy"\n <Uses Task tool to launch twitter-engager agent>
4
4
  color: cyan
5
5
  tools: Write, Read, WebSearch, WebFetch, MultiEdit
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: feedback-synthesizer
3
- description: Use this agent when analyzing user feedback from multiple sources, identifying patterns in user complaints or requests, synthesizing insights from reviews, or prioritizing feature development based on user input. Excels at turning raw feedback into actionable product insights.
3
+ description: Use this agent when:\n- Analyzing user feedback from multiple sources\n- Identifying patterns in user complaints or feature requests\n- Synthesizing insights from app reviews or customer support\n- Prioritizing product improvements based on user input\n- Creating feedback reports or user insight summaries\n- Extracting actionable insights from qualitative data\n- Validating product hypotheses with user feedback\n\nExamples:\n- User: "We have hundreds of app reviews, what are users actually asking for?"\n Assistant: "I'll use the feedback-synthesizer agent to analyze and categorize the feedback into actionable themes"\n <Uses Task tool to launch feedback-synthesizer agent>\n\n- User: "Should we prioritize dark mode or offline support based on user feedback?"\n Assistant: "Let me use the feedback-synthesizer agent to analyze user feedback and recommend priorities"\n <Uses Task tool to launch feedback-synthesizer agent>\n\n- User: "Synthesize this month's customer support tickets into product insights"\n Assistant: "I'm going to use the feedback-synthesizer agent to extract patterns and actionable insights"\n <Uses Task tool to launch feedback-synthesizer agent>
4
4
  color: orange
5
5
  tools: Read, Write, Grep, WebFetch, MultiEdit
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: sprint-prioritizer
3
- description: Use this agent when planning 6-day development cycles, prioritizing features, managing product roadmaps, or making trade-off decisions. Specializes in maximizing value delivery within tight timelines.
3
+ description: Use this agent when:\n- Planning development sprints or cycles\n- Prioritizing features or product backlog items\n- Making trade-off decisions between competing priorities\n- Managing product roadmaps or timelines\n- Evaluating feature value vs. effort\n- Breaking down large initiatives into sprint-sized work\n- Resolving prioritization conflicts\n\nExamples:\n- User: "We have 20 feature requests but only capacity for 3 this sprint"\n Assistant: "I'll use the sprint-prioritizer agent to evaluate and recommend the highest-impact features"\n <Uses Task tool to launch sprint-prioritizer agent>\n\n- User: "Should we focus on new features or tech debt this month?"\n Assistant: "Let me use the sprint-prioritizer agent to analyze the trade-offs and recommend a balanced approach"\n <Uses Task tool to launch sprint-prioritizer agent>\n\n- User: "Help me plan our product roadmap for Q1"\n Assistant: "I'm going to use the sprint-prioritizer agent to create a prioritized roadmap with sprint breakdown"\n <Uses Task tool to launch sprint-prioritizer agent>
4
4
  color: indigo
5
5
  tools: Write, Read, TodoWrite, Grep
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: trend-researcher
3
- description: Use this agent when identifying market opportunities, analyzing trending topics, researching viral content, or understanding emerging user behaviors. Specializes in finding product opportunities from TikTok trends, App Store patterns, and social media virality.
3
+ description: Use this agent when:\n- Identifying market opportunities or emerging trends\n- Analyzing trending topics in your industry\n- Researching viral content or successful products\n- Understanding emerging user behaviors or preferences\n- Discovering product opportunities from social media trends\n- Analyzing App Store or Play Store trending apps\n- Competitive trend analysis\n\nExamples:\n- User: "What are the trending features in productivity apps right now?"\n Assistant: "I'll use the trend-researcher agent to analyze current productivity app trends and opportunities"\n <Uses Task tool to launch trend-researcher agent>\n\n- User: "Are there any TikTok trends we could turn into product features?"\n Assistant: "Let me use the trend-researcher agent to identify viral TikTok trends relevant to our product"\n <Uses Task tool to launch trend-researcher agent>\n\n- User: "What's trending in the fintech space that we should know about?"\n Assistant: "I'm going to use the trend-researcher agent to research emerging fintech trends and opportunities"\n <Uses Task tool to launch trend-researcher agent>
4
4
  color: purple
5
5
  tools: WebSearch, WebFetch, Read, Write, Grep
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: experiment-tracker
3
- description: PROACTIVELY use this agent when experiments are started, modified, or when results need analysis. Specializes in tracking A/B tests, feature experiments, and iterative improvements within the 6-day development cycle. Trigger automatically when experimental code paths or feature flags are introduced.
3
+ description: Use this agent when:\n- Setting up A/B tests or feature experiments\n- Tracking ongoing experiments and their results\n- Analyzing experiment data and drawing conclusions\n- Managing feature flags or experimental code paths\n- Documenting experiment hypotheses and outcomes\n- Deciding whether to ship or kill experiments\n- Coordinating experiment timelines and milestones\n\nExamples:\n- User: "We want to A/B test two different onboarding flows"\n Assistant: "I'll use the experiment-tracker agent to set up and track the onboarding A/B test"\n <Uses Task tool to launch experiment-tracker agent>\n\n- User: "What were the results of last week's pricing experiment?"\n Assistant: "Let me use the experiment-tracker agent to analyze and summarize the pricing experiment results"\n <Uses Task tool to launch experiment-tracker agent>\n\n- User: "We have 5 experiments running, which ones should we ship?"\n Assistant: "I'm going to use the experiment-tracker agent to evaluate all experiments and recommend decisions"\n <Uses Task tool to launch experiment-tracker agent>
4
4
  color: blue
5
5
  tools: Read, Write, MultiEdit, Grep, Glob, TodoWrite
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: project-shipper
3
- description: PROACTIVELY use this agent when approaching launch milestones, release deadlines, or go-to-market activities. Specializes in coordinating launches, managing release processes, and executing go-to-market strategies within 6-day development cycles. Trigger automatically when release dates are set or launch plans are needed.
3
+ description: Use this agent when:\n- Planning product launches or releases\n- Coordinating go-to-market strategies\n- Managing release checklists and timelines\n- Preparing launch communications and materials\n- Coordinating cross-functional launch activities\n- Tracking launch readiness and blockers\n- Post-launch monitoring and iteration\n\nExamples:\n- User: "We're launching our new feature next week, help me coordinate"\n Assistant: "I'll use the project-shipper agent to create a comprehensive launch plan and checklist"\n <Uses Task tool to launch project-shipper agent>\n\n- User: "What do we need to do before we can ship this release?"\n Assistant: "Let me use the project-shipper agent to identify all pre-launch requirements and blockers"\n <Uses Task tool to launch project-shipper agent>\n\n- User: "Create a go-to-market plan for our Product Hunt launch"\n Assistant: "I'm going to use the project-shipper agent to develop a complete GTM strategy"\n <Uses Task tool to launch project-shipper agent>
4
4
  color: purple
5
5
  tools: Read, Write, MultiEdit, Grep, Glob, TodoWrite, WebSearch
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: studio-producer
3
- description: PROACTIVELY use this agent when coordinating across multiple teams, allocating resources, or optimizing studio workflows. Specializes in cross-functional coordination, resource management, and process optimization within 6-day development cycles. Trigger automatically when team dependencies arise or resource conflicts occur.
3
+ description: Use this agent when:\n- Coordinating work across multiple teams or disciplines\n- Managing resource allocation and capacity planning\n- Resolving team dependencies or blockers\n- Optimizing development workflows or processes\n- Facilitating cross-functional collaboration\n- Managing team communication and alignment\n- Identifying and addressing resource conflicts\n\nExamples:\n- User: "Design and engineering are blocked waiting on each other"\n Assistant: "I'll use the studio-producer agent to identify and resolve the cross-team dependency"\n <Uses Task tool to launch studio-producer agent>\n\n- User: "We have 3 projects but only 2 developers, help me allocate resources"\n Assistant: "Let me use the studio-producer agent to optimize resource allocation across projects"\n <Uses Task tool to launch studio-producer agent>\n\n- User: "Our sprint process feels inefficient, can you help streamline it?"\n Assistant: "I'm going to use the studio-producer agent to analyze and optimize your workflow"\n <Uses Task tool to launch studio-producer agent>
4
4
  color: green
5
5
  tools: Read, Write, MultiEdit, Grep, Glob, TodoWrite
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: analytics-reporter
3
- description: Use this agent when analyzing metrics, generating insights from data, creating performance reports, or making data-driven recommendations. Excels at transforming raw analytics into actionable intelligence that drives studio growth and optimization.
3
+ description: Use this agent when:\n- Analyzing product or business metrics\n- Creating performance reports or dashboards\n- Generating insights from analytics data\n- Making data-driven recommendations\n- Tracking KPIs and goals\n- Identifying trends or anomalies in data\n- Setting up analytics tracking or instrumentation\n\nExamples:\n- User: "What's our user retention looking like this month?"\n Assistant: "I'll use the analytics-reporter agent to analyze retention metrics and identify trends"\n <Uses Task tool to launch analytics-reporter agent>\n\n- User: "Create a report on our conversion funnel performance"\n Assistant: "Let me use the analytics-reporter agent to generate a comprehensive funnel analysis report"\n <Uses Task tool to launch analytics-reporter agent>\n\n- User: "Why did our engagement suddenly drop last week?"\n Assistant: "I'm going to use the analytics-reporter agent to investigate the engagement drop"\n <Uses Task tool to launch analytics-reporter agent>
4
4
  color: blue
5
5
  tools: Write, Read, MultiEdit, WebSearch, Grep
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: finance-tracker
3
- description: Use this agent when managing budgets, optimizing costs, forecasting revenue, or analyzing financial performance. Excels at transforming financial chaos into strategic clarity, ensuring studio resources generate maximum return.
3
+ description: Use this agent when:\n- Managing budgets or financial planning\n- Optimizing costs or reducing expenses\n- Forecasting revenue or financial projections\n- Analyzing financial performance or metrics\n- Tracking expenses or spending patterns\n- Evaluating pricing strategies or models\n- Creating financial reports or statements\n\nExamples:\n- User: "Our cloud costs are getting too high, where can we optimize?"\n Assistant: "I'll use the finance-tracker agent to analyze cloud spending and identify optimization opportunities"\n <Uses Task tool to launch finance-tracker agent>\n\n- User: "Create a budget forecast for next quarter"\n Assistant: "Let me use the finance-tracker agent to develop a comprehensive budget forecast"\n <Uses Task tool to launch finance-tracker agent>\n\n- User: "Should we change our pricing model to increase revenue?"\n Assistant: "I'm going to use the finance-tracker agent to analyze pricing options and revenue impact"\n <Uses Task tool to launch finance-tracker agent>
4
4
  color: orange
5
5
  tools: Write, Read, MultiEdit, WebSearch, Grep
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: infrastructure-maintainer
3
- description: Use this agent when monitoring system health, optimizing performance, managing scaling, or ensuring infrastructure reliability. Excels at keeping studio applications running smoothly while preparing for growth and preventing disasters.
3
+ description: Use this agent when:\n- Monitoring system health or uptime\n- Optimizing infrastructure performance or costs\n- Managing scaling or capacity planning\n- Ensuring infrastructure reliability and redundancy\n- Investigating outages or performance issues\n- Planning infrastructure upgrades or migrations\n- Implementing disaster recovery or backup strategies\n\nExamples:\n- User: "Our API response times have been degrading, can you investigate?"\n Assistant: "I'll use the infrastructure-maintainer agent to diagnose and resolve the performance issue"\n <Uses Task tool to launch infrastructure-maintainer agent>\n\n- User: "We're expecting 10x traffic next week, is our infrastructure ready?"\n Assistant: "Let me use the infrastructure-maintainer agent to assess and prepare for the traffic spike"\n <Uses Task tool to launch infrastructure-maintainer agent>\n\n- User: "Set up monitoring and alerting for our production systems"\n Assistant: "I'm going to use the infrastructure-maintainer agent to implement comprehensive monitoring"\n <Uses Task tool to launch infrastructure-maintainer agent>
4
4
  color: purple
5
5
  tools: Write, Read, MultiEdit, WebSearch, Grep, Bash
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: legal-compliance-checker
3
- description: Use this agent when reviewing terms of service, privacy policies, ensuring regulatory compliance, or handling legal requirements. Excels at navigating the complex legal landscape while maintaining user trust and avoiding costly violations.
3
+ description: Use this agent when:\n- Reviewing or drafting terms of service or privacy policies\n- Ensuring regulatory compliance (GDPR, CCPA, etc.)\n- Handling legal requirements or obligations\n- Reviewing user data handling practices\n- Creating compliance documentation\n- Assessing legal risks or exposure\n- Implementing compliance requirements in code\n\nExamples:\n- User: "Do we need to update our privacy policy for GDPR compliance?"\n Assistant: "I'll use the legal-compliance-checker agent to review your privacy policy against GDPR requirements"\n <Uses Task tool to launch legal-compliance-checker agent>\n\n- User: "Draft terms of service for our new SaaS platform"\n Assistant: "Let me use the legal-compliance-checker agent to create comprehensive, compliant terms of service"\n <Uses Task tool to launch legal-compliance-checker agent>\n\n- User: "We're adding user data export, what are the legal requirements?"\n Assistant: "I'm going to use the legal-compliance-checker agent to identify data export compliance requirements"\n <Uses Task tool to launch legal-compliance-checker agent>
4
4
  color: red
5
5
  tools: Write, Read, MultiEdit, WebSearch, Grep
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: support-responder
3
- description: Use this agent when handling customer support inquiries, creating support documentation, setting up automated responses, or analyzing support patterns. Excels at maintaining high-quality support while identifying product improvement opportunities.
3
+ description: Use this agent when:\n- Handling customer support inquiries or tickets\n- Creating support documentation or FAQs\n- Setting up automated responses or chatbots\n- Analyzing support patterns or common issues\n- Training support teams or creating scripts\n- Improving support processes or workflows\n- Escalating critical support issues\n\nExamples:\n- User: "Draft a response to this customer complaint about slow performance"\n Assistant: "I'll use the support-responder agent to craft an empathetic, helpful response"\n <Uses Task tool to launch support-responder agent>\n\n- User: "Create an FAQ section for our most common support questions"\n Assistant: "Let me use the support-responder agent to analyze tickets and create comprehensive FAQs"\n <Uses Task tool to launch support-responder agent>\n\n- User: "What are the top 5 issues our users are reporting?"\n Assistant: "I'm going to use the support-responder agent to analyze and categorize support tickets"\n <Uses Task tool to launch support-responder agent>
4
4
  color: green
5
5
  tools: Write, Read, MultiEdit, WebSearch, Grep
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: api-tester
3
- description: Use this agent for comprehensive API testing including performance testing, load testing, and contract testing. Specializes in ensuring APIs are robust, performant, and meet specifications before deployment.
3
+ description: Use this agent when:\n- Testing API endpoints or services\n- Performing load or performance testing on APIs\n- Validating API contracts or specifications\n- Testing API authentication or authorization\n- Creating API test suites or automation\n- Debugging API issues or errors\n- Generating API testing documentation\n\nExamples:\n- User: "Test our REST API endpoints for the user service"\n Assistant: "I'll use the api-tester agent to create comprehensive tests for all user service endpoints"\n <Uses Task tool to launch api-tester agent>\n\n- User: "Can our API handle 1000 requests per second?"\n Assistant: "Let me use the api-tester agent to run load tests and identify performance limits"\n <Uses Task tool to launch api-tester agent>\n\n- User: "The authentication endpoint is returning 500 errors"\n Assistant: "I'm going to use the api-tester agent to diagnose and test the authentication issue"\n <Uses Task tool to launch api-tester agent>
4
4
  color: orange
5
5
  tools: Bash, Read, Write, Grep, WebFetch, MultiEdit
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: performance-benchmarker
3
- description: Use this agent for comprehensive performance testing, profiling, and optimization recommendations. Specializes in measuring speed, identifying bottlenecks, and providing actionable optimization strategies.
3
+ description: Use this agent when:\n- Running performance tests or benchmarks\n- Profiling code or application performance\n- Identifying performance bottlenecks\n- Comparing performance across changes or versions\n- Optimizing slow code or queries\n- Setting performance baselines or targets\n- Creating performance reports or metrics\n\nExamples:\n- User: "Benchmark our database queries to find slow ones"\n Assistant: "I'll use the performance-benchmarker agent to profile and benchmark all database queries"\n <Uses Task tool to launch performance-benchmarker agent>\n\n- User: "Did my optimization actually make things faster?"\n Assistant: "Let me use the performance-benchmarker agent to compare before and after performance"\n <Uses Task tool to launch performance-benchmarker agent>\n\n- User: "The homepage is loading slowly, where's the bottleneck?"\n Assistant: "I'm going to use the performance-benchmarker agent to profile and identify the bottleneck"\n <Uses Task tool to launch performance-benchmarker agent>
4
4
  color: red
5
5
  tools: Bash, Read, Write, Grep, MultiEdit, WebFetch
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: test-results-analyzer
3
- description: Use this agent for analyzing test results, synthesizing test data, identifying trends, and generating quality metrics reports. Specializes in turning raw test data into actionable insights that drive quality improvements.
3
+ description: Use this agent when:\n- Analyzing test results or test run data\n- Synthesizing test data into insights\n- Identifying patterns in test failures\n- Generating quality metrics or reports\n- Tracking test coverage over time\n- Comparing test results across versions\n- Creating test quality dashboards\n\nExamples:\n- User: "Why are our tests suddenly failing more often?"\n Assistant: "I'll use the test-results-analyzer agent to analyze test trends and identify the cause"\n <Uses Task tool to launch test-results-analyzer agent>\n\n- User: "Create a test quality report for this sprint"\n Assistant: "Let me use the test-results-analyzer agent to generate a comprehensive quality report"\n <Uses Task tool to launch test-results-analyzer agent>\n\n- User: "Which parts of our codebase have the weakest test coverage?"\n Assistant: "I'm going to use the test-results-analyzer agent to analyze coverage and identify gaps"\n <Uses Task tool to launch test-results-analyzer agent>
4
4
  color: yellow
5
5
  tools: Read, Write, Grep, Bash, MultiEdit, TodoWrite
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: tool-evaluator
3
- description: Use this agent when evaluating new development tools, frameworks, or services. Specializes in rapid tool assessment, comparative analysis, and making recommendations that align with the 6-day development cycle philosophy.
3
+ description: Use this agent when:\n- Evaluating new development tools or frameworks\n- Comparing tools or libraries for a specific need\n- Assessing tool fit for your tech stack\n- Creating tool evaluation reports\n- Making build vs. buy decisions\n- Researching tool alternatives or replacements\n- Validating tool performance or reliability\n\nExamples:\n- User: "Should we use Jest or Vitest for our testing framework?"\n Assistant: "I'll use the tool-evaluator agent to compare Jest and Vitest for your specific use case"\n <Uses Task tool to launch tool-evaluator agent>\n\n- User: "Evaluate whether we should build our own auth or use Auth0"\n Assistant: "Let me use the tool-evaluator agent to analyze the build vs. buy tradeoffs"\n <Uses Task tool to launch tool-evaluator agent>\n\n- User: "What are the best monitoring tools for Node.js applications?"\n Assistant: "I'm going to use the tool-evaluator agent to research and compare monitoring solutions"\n <Uses Task tool to launch tool-evaluator agent>
4
4
  color: purple
5
5
  tools: WebSearch, WebFetch, Write, Read, Bash
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: workflow-optimizer
3
- description: Use this agent for optimizing human-agent collaboration workflows and analyzing workflow efficiency. Specializes in identifying bottlenecks, streamlining processes, and ensuring smooth handoffs between human creativity and AI assistance.
3
+ description: Use this agent when:\n- Optimizing development workflows or processes\n- Analyzing workflow efficiency and bottlenecks\n- Improving human-AI collaboration patterns\n- Streamlining repetitive tasks or processes\n- Creating workflow automation scripts\n- Evaluating and improving team processes\n- Designing efficient development pipelines\n\nExamples:\n- User: "Our code review process is taking too long, can you optimize it?"\n Assistant: "I'll use the workflow-optimizer agent to analyze and streamline your code review workflow"\n <Uses Task tool to launch workflow-optimizer agent>\n\n- User: "We're spending too much time on manual deployments"\n Assistant: "Let me use the workflow-optimizer agent to design an automated deployment workflow"\n <Uses Task tool to launch workflow-optimizer agent>\n\n- User: "How can we better collaborate between designers and developers?"\n Assistant: "I'm going to use the workflow-optimizer agent to optimize your design-to-development handoff"\n <Uses Task tool to launch workflow-optimizer agent>
4
4
  color: teal
5
5
  tools: Read, Write, Bash, TodoWrite, MultiEdit, Grep
6
6
  ---