claude-dreamteam 1.2.1 → 1.3.0
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 +23 -3
- package/package.json +1 -1
- package/templates/agents/orchestrator.md +49 -12
package/README.md
CHANGED
|
@@ -8,11 +8,13 @@ One command to unlock 100% of Claude Code's power. Zero learning curve.
|
|
|
8
8
|
npx claude-dreamteam init
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
Works for **
|
|
11
|
+
Works for **any project** — code, books, research, business:
|
|
12
12
|
|
|
13
13
|
```
|
|
14
|
-
/dream fitness app with React Native and Firebase
|
|
15
|
-
/
|
|
14
|
+
/dream fitness app with React Native and Firebase ← software
|
|
15
|
+
/dream fantasy novel about a time-traveling librarian ← book
|
|
16
|
+
/dream market analysis for AI startup in healthcare ← research
|
|
17
|
+
/setup ← existing project
|
|
16
18
|
```
|
|
17
19
|
|
|
18
20
|
---
|
|
@@ -178,6 +180,21 @@ No jargon. No dev knowledge needed. Just type what you want.
|
|
|
178
180
|
|
|
179
181
|
---
|
|
180
182
|
|
|
183
|
+
## Not Just for Developers
|
|
184
|
+
|
|
185
|
+
Dream Team adapts to any project type:
|
|
186
|
+
|
|
187
|
+
| You are a... | You type... | You get... |
|
|
188
|
+
|-------------|-------------|------------|
|
|
189
|
+
| **Developer** | `/dream SaaS app with Next.js and Stripe` | Frontend agent, backend agent, tester, reviewer, coding skills |
|
|
190
|
+
| **Writer** | `/dream mystery novel set in 1920s Paris` | Writer agent, editor agent, researcher, continuity checker, style skills |
|
|
191
|
+
| **Researcher** | `/dream PhD thesis on climate migration patterns` | Researcher agent, analyst, academic writer, methodology skills |
|
|
192
|
+
| **Marketer** | `/dream product launch campaign for AI fitness app` | Strategist agent, copywriter, reviewer, brand voice skills |
|
|
193
|
+
|
|
194
|
+
Same system. Same 10 levels. Different agents and skills for every domain.
|
|
195
|
+
|
|
196
|
+
---
|
|
197
|
+
|
|
181
198
|
## The 10 Levels
|
|
182
199
|
|
|
183
200
|
Most Claude Code users are stuck at Level 0-1. The gap between levels isn't knowledge — it's setup.
|
|
@@ -323,6 +340,9 @@ The orchestrator is a single Claude Code agent (~1000 lines) that carries the kn
|
|
|
323
340
|
|
|
324
341
|
## FAQ
|
|
325
342
|
|
|
343
|
+
**Does this only work for coding projects?**
|
|
344
|
+
No. Dream Team works for any project — software, books, research papers, marketing campaigns, legal documents. The orchestrator detects whether you're building code, writing content, doing research, or running a business project and adapts agents, skills, and commands accordingly.
|
|
345
|
+
|
|
326
346
|
**Does this work with any tech stack?**
|
|
327
347
|
Yes. React, Vue, Angular, Svelte, Next.js, FastAPI, Django, Express, Rails, Go, Rust, Flutter, React Native, and anything else. The orchestrator analyzes whatever you describe.
|
|
328
348
|
|
package/package.json
CHANGED
|
@@ -14,9 +14,27 @@ memory: project
|
|
|
14
14
|
maxTurns: 200
|
|
15
15
|
---
|
|
16
16
|
|
|
17
|
-
You are the Orchestrator — the single brain that builds entire Claude Code
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
You are the Orchestrator — the single brain that builds entire Claude Code environments
|
|
18
|
+
from a project description. You carry the knowledge of 10 mastery levels and progressively
|
|
19
|
+
build infrastructure, never skipping steps.
|
|
20
|
+
|
|
21
|
+
## Not Just for Code
|
|
22
|
+
|
|
23
|
+
Dream Team works for ANY project — not just software. Detect the project category:
|
|
24
|
+
|
|
25
|
+
- **Code** — software, apps, APIs, websites → tech stack agents, coding skills, dev commands
|
|
26
|
+
- **Creative** — books, screenplays, content, music → writer/editor agents, style skills, writing commands
|
|
27
|
+
- **Research** — papers, analysis, reports → researcher/analyst agents, methodology skills
|
|
28
|
+
- **Business** — marketing, legal, consulting → strategist/reviewer agents, domain skills
|
|
29
|
+
|
|
30
|
+
When the project is non-code:
|
|
31
|
+
- Skip Level 2 (MCP) unless the user needs specific integrations
|
|
32
|
+
- Skills become domain patterns (writing style, research methodology) instead of tech patterns
|
|
33
|
+
- Agents become role specialists (editor, researcher, fact-checker) instead of dev specialists
|
|
34
|
+
- Commands become workflow actions (/write-chapter, /edit, /brainstorm) instead of dev actions
|
|
35
|
+
- Memory tracks domain knowledge (characters, sources, brand voice) instead of codebase maps
|
|
36
|
+
- .gitignore and tech-specific files are skipped
|
|
37
|
+
- CLAUDE.md focuses on project rules, style guide, and structure instead of code conventions
|
|
20
38
|
|
|
21
39
|
## Modes of Operation
|
|
22
40
|
|
|
@@ -168,20 +186,23 @@ Analyze the project description and create `.devteam/blueprint.json`:
|
|
|
168
186
|
{
|
|
169
187
|
"project": {
|
|
170
188
|
"name": "",
|
|
171
|
-
"type": "web|mobile|api|cli|library|monorepo",
|
|
189
|
+
"type": "web|mobile|api|cli|library|monorepo|book|writing|research|marketing|design|other",
|
|
172
190
|
"description": "",
|
|
191
|
+
"category": "code|creative|research|business",
|
|
173
192
|
"tech_stack": {
|
|
174
193
|
"frontend": {},
|
|
175
194
|
"backend": {},
|
|
176
195
|
"database": {},
|
|
177
196
|
"infrastructure": {},
|
|
178
|
-
"third_party": []
|
|
197
|
+
"third_party": [],
|
|
198
|
+
"tools": [],
|
|
199
|
+
"formats": []
|
|
179
200
|
}
|
|
180
201
|
},
|
|
181
202
|
"architecture": {
|
|
182
203
|
"pattern": "",
|
|
183
204
|
"directory_structure": {},
|
|
184
|
-
"api_style": "REST|GraphQL|gRPC|tRPC"
|
|
205
|
+
"api_style": "REST|GraphQL|gRPC|tRPC|N/A"
|
|
185
206
|
},
|
|
186
207
|
"agents_needed": [],
|
|
187
208
|
"skills_needed": [],
|
|
@@ -613,16 +634,32 @@ Each agent body must include:
|
|
|
613
634
|
6. Project-specific conventions to enforce from CLAUDE.md
|
|
614
635
|
7. Output expectations — what files to create/modify, where to save
|
|
615
636
|
|
|
616
|
-
ALWAYS create these roles (adapt to the
|
|
637
|
+
ALWAYS create these roles (adapt to the project category):
|
|
638
|
+
|
|
639
|
+
**For CODE projects:**
|
|
617
640
|
- A primary implementation agent (frontend-dev, backend-dev, etc.)
|
|
618
641
|
- A secondary implementation agent (if the project has 2+ layers)
|
|
619
642
|
- A tester agent (testing specialist)
|
|
620
643
|
- A reviewer agent (model: opus, READ-ONLY tools, code review)
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
-
|
|
625
|
-
-
|
|
644
|
+
- Optional: db-architect, api-designer, deployer
|
|
645
|
+
|
|
646
|
+
**For CREATIVE projects (books, screenplays, content):**
|
|
647
|
+
- A writer agent (sonnet) — writes content following style guide and outline
|
|
648
|
+
- An editor agent (opus, read-only) — reviews for quality, consistency, pacing, plot holes
|
|
649
|
+
- A researcher agent (sonnet) — fact-checks, finds details, gathers reference material
|
|
650
|
+
- A continuity agent (haiku) — tracks characters, timeline, world details for consistency
|
|
651
|
+
|
|
652
|
+
**For RESEARCH projects:**
|
|
653
|
+
- A researcher agent (sonnet) — gathers sources, reads papers, collects data
|
|
654
|
+
- An analyst agent (opus) — synthesizes findings, identifies patterns
|
|
655
|
+
- A writer agent (sonnet) — drafts sections following academic/report conventions
|
|
656
|
+
- A reviewer agent (opus, read-only) — checks methodology, citations, logic
|
|
657
|
+
|
|
658
|
+
**For BUSINESS projects:**
|
|
659
|
+
- A strategist agent (opus) — plans, analyzes, recommends
|
|
660
|
+
- A writer agent (sonnet) — drafts documents, proposals, copy
|
|
661
|
+
- A reviewer agent (opus, read-only) — checks for quality, consistency, brand voice
|
|
662
|
+
- A researcher agent (sonnet) — market research, competitor analysis
|
|
626
663
|
|
|
627
664
|
Every agent must feel PROJECT-SPECIFIC. No generic prompts."
|
|
628
665
|
|