buildcrew 1.2.0 → 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.ko.md +4 -4
- package/README.md +6 -6
- package/agents/{constitution.md → buildcrew.md} +14 -14
- package/agents/planner.md +1 -1
- package/bin/setup.js +5 -4
- package/package.json +1 -1
package/README.ko.md
CHANGED
|
@@ -17,10 +17,10 @@ AI 코딩 에이전트는 강력하지만 구조 없이는 일관성 없는 결
|
|
|
17
17
|
- **팀** — 11개 전문 에이전트 (5 opus + 6 sonnet)
|
|
18
18
|
- **프로세스** — 품질 게이트와 반복을 갖춘 순차 파이프라인
|
|
19
19
|
- **하네스** — 코드베이스에서 자동 감지한 프로젝트 컨텍스트
|
|
20
|
-
- **오케스트레이터** — `@
|
|
20
|
+
- **오케스트레이터** — `@buildcrew`에게 말하면 자동으로 적절한 에이전트 배치
|
|
21
21
|
|
|
22
22
|
```
|
|
23
|
-
나: @
|
|
23
|
+
나: @buildcrew 유저 인증 추가해줘
|
|
24
24
|
크루: 기획자 → 디자이너 → 개발자 → QA → 브라우저 QA → 리뷰어 → 배포
|
|
25
25
|
```
|
|
26
26
|
|
|
@@ -41,7 +41,7 @@ npx buildcrew init
|
|
|
41
41
|
code .claude/harness/
|
|
42
42
|
|
|
43
43
|
# 4. 사용
|
|
44
|
-
@
|
|
44
|
+
@buildcrew 유저 대시보드 추가해줘
|
|
45
45
|
```
|
|
46
46
|
|
|
47
47
|
---
|
|
@@ -148,7 +148,7 @@ echo "# 메모" > .claude/harness/내메모.md # 직접 생성도 가능
|
|
|
148
148
|
|
|
149
149
|
## 9가지 운영 모드
|
|
150
150
|
|
|
151
|
-
`@
|
|
151
|
+
`@buildcrew`에게 자연스럽게 말하세요. 모드를 자동 감지합니다.
|
|
152
152
|
|
|
153
153
|
| 모드 | 예시 | 파이프라인 |
|
|
154
154
|
|------|------|----------|
|
package/README.md
CHANGED
|
@@ -17,10 +17,10 @@ AI coding agents are powerful, but without structure they produce inconsistent r
|
|
|
17
17
|
- **A team** — 11 specialized agents (5 opus + 6 sonnet), each with a clear role
|
|
18
18
|
- **A process** — sequential pipeline with quality gates and iteration
|
|
19
19
|
- **A harness** — your project context auto-detected from your codebase
|
|
20
|
-
- **An orchestrator** — just talk to `@
|
|
20
|
+
- **An orchestrator** — just talk to `@buildcrew`, it routes automatically
|
|
21
21
|
|
|
22
22
|
```
|
|
23
|
-
You: @
|
|
23
|
+
You: @buildcrew Add user authentication
|
|
24
24
|
Crew: Planner → Designer → Developer → QA → Browser QA → Reviewer → Ship
|
|
25
25
|
```
|
|
26
26
|
|
|
@@ -41,7 +41,7 @@ npx buildcrew init
|
|
|
41
41
|
code .claude/harness/
|
|
42
42
|
|
|
43
43
|
# 4. Start working
|
|
44
|
-
@
|
|
44
|
+
@buildcrew Add user dashboard
|
|
45
45
|
```
|
|
46
46
|
|
|
47
47
|
---
|
|
@@ -148,7 +148,7 @@ echo "# Notes" > .claude/harness/my-notes.md # Or create your own
|
|
|
148
148
|
|
|
149
149
|
## 9 Operating Modes
|
|
150
150
|
|
|
151
|
-
Talk to `@
|
|
151
|
+
Talk to `@buildcrew` naturally. It auto-detects the mode.
|
|
152
152
|
|
|
153
153
|
| Mode | Example | Pipeline |
|
|
154
154
|
|------|---------|----------|
|
|
@@ -164,7 +164,7 @@ Talk to `@constitution` naturally. It auto-detects the mode.
|
|
|
164
164
|
|
|
165
165
|
### Mode chaining
|
|
166
166
|
|
|
167
|
-
|
|
167
|
+
Auto-suggests the next mode:
|
|
168
168
|
- Feature complete → Ship → Canary
|
|
169
169
|
- Canary CRITICAL → Debug
|
|
170
170
|
|
|
@@ -225,7 +225,7 @@ claude mcp add playwright -- npx @anthropic-ai/mcp-server-playwright
|
|
|
225
225
|
## Architecture
|
|
226
226
|
|
|
227
227
|
```
|
|
228
|
-
@
|
|
228
|
+
@buildcrew (orchestrator, opus)
|
|
229
229
|
│
|
|
230
230
|
├─ reads .claude/harness/*.md
|
|
231
231
|
├─ detects mode from user message
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description: Team
|
|
2
|
+
name: buildcrew
|
|
3
|
+
description: Team lead - orchestrates 11 specialized agents across 9 operating modes (feature, audit, browser QA, security, debug, health, canary, review, ship)
|
|
4
4
|
model: opus
|
|
5
5
|
tools:
|
|
6
6
|
- Agent
|
|
@@ -15,7 +15,7 @@ tools:
|
|
|
15
15
|
- TaskList
|
|
16
16
|
---
|
|
17
17
|
|
|
18
|
-
# Team
|
|
18
|
+
# Team Lead
|
|
19
19
|
|
|
20
20
|
You are the **Team Lead** who orchestrates 11 specialized agents to deliver high-quality results through a sequential pipeline with iterative refinement.
|
|
21
21
|
|
|
@@ -95,8 +95,8 @@ Single feature request → full pipeline → ship.
|
|
|
95
95
|
|
|
96
96
|
**Trigger**: Any specific feature request.
|
|
97
97
|
```
|
|
98
|
-
@
|
|
99
|
-
@
|
|
98
|
+
@buildcrew Add dark mode toggle, 2 iterations
|
|
99
|
+
@buildcrew Implement user dashboard
|
|
100
100
|
```
|
|
101
101
|
|
|
102
102
|
### Mode 2: Project Audit Mode
|
|
@@ -104,7 +104,7 @@ Scan entire project → discover issues → prioritize → fix iteratively.
|
|
|
104
104
|
|
|
105
105
|
**Trigger**: "project audit", "full scan", "전체 점검".
|
|
106
106
|
```
|
|
107
|
-
@
|
|
107
|
+
@buildcrew full project audit, 2 iterations
|
|
108
108
|
```
|
|
109
109
|
|
|
110
110
|
### Mode 3: Browser QA Mode
|
|
@@ -112,7 +112,7 @@ Test the running application in a real browser — user flows, responsive, acces
|
|
|
112
112
|
|
|
113
113
|
**Trigger**: "browser test", "browser qa", "UI test".
|
|
114
114
|
```
|
|
115
|
-
@
|
|
115
|
+
@buildcrew browser qa http://localhost:3000, exhaustive
|
|
116
116
|
```
|
|
117
117
|
|
|
118
118
|
### Mode 4: Security Audit Mode
|
|
@@ -120,7 +120,7 @@ Comprehensive security assessment — OWASP, STRIDE, secrets, dependencies.
|
|
|
120
120
|
|
|
121
121
|
**Trigger**: "security audit", "security check", "vulnerability scan".
|
|
122
122
|
```
|
|
123
|
-
@
|
|
123
|
+
@buildcrew security audit, comprehensive
|
|
124
124
|
```
|
|
125
125
|
|
|
126
126
|
### Mode 5: Debug Mode
|
|
@@ -128,7 +128,7 @@ Systematic root cause investigation for a specific bug.
|
|
|
128
128
|
|
|
129
129
|
**Trigger**: "debug", "investigate", "why is this broken".
|
|
130
130
|
```
|
|
131
|
-
@
|
|
131
|
+
@buildcrew debug: users can't login after latest deploy
|
|
132
132
|
```
|
|
133
133
|
|
|
134
134
|
### Mode 6: Health Check Mode
|
|
@@ -136,7 +136,7 @@ Run all quality tools and produce a health score dashboard.
|
|
|
136
136
|
|
|
137
137
|
**Trigger**: "health check", "code health", "quality score".
|
|
138
138
|
```
|
|
139
|
-
@
|
|
139
|
+
@buildcrew health check
|
|
140
140
|
```
|
|
141
141
|
|
|
142
142
|
### Mode 7: Canary Mode
|
|
@@ -144,7 +144,7 @@ Post-deploy production monitoring — verify the live site is healthy.
|
|
|
144
144
|
|
|
145
145
|
**Trigger**: "canary", "production check", "post-deploy check".
|
|
146
146
|
```
|
|
147
|
-
@
|
|
147
|
+
@buildcrew canary https://myapp.com
|
|
148
148
|
```
|
|
149
149
|
|
|
150
150
|
### Mode 8: Review Mode
|
|
@@ -152,7 +152,7 @@ Multi-specialist code review on current branch diff.
|
|
|
152
152
|
|
|
153
153
|
**Trigger**: "review", "code review", "PR review".
|
|
154
154
|
```
|
|
155
|
-
@
|
|
155
|
+
@buildcrew code review
|
|
156
156
|
```
|
|
157
157
|
|
|
158
158
|
### Mode 9: Ship Mode
|
|
@@ -160,7 +160,7 @@ Automated release — test, version, changelog, push, PR.
|
|
|
160
160
|
|
|
161
161
|
**Trigger**: "ship", "release", "create PR".
|
|
162
162
|
```
|
|
163
|
-
@
|
|
163
|
+
@buildcrew ship this feature
|
|
164
164
|
```
|
|
165
165
|
|
|
166
166
|
---
|
|
@@ -442,7 +442,7 @@ Output: `.claude/pipeline/project-audit/00-backlog.md` with prioritized issue li
|
|
|
442
442
|
|
|
443
443
|
### Custom Iterations
|
|
444
444
|
```
|
|
445
|
-
@
|
|
445
|
+
@buildcrew [task], N iterations
|
|
446
446
|
```
|
|
447
447
|
|
|
448
448
|
### Stopping Conditions
|
package/agents/planner.md
CHANGED
package/bin/setup.js
CHANGED
|
@@ -9,7 +9,8 @@ const AGENTS_SRC = join(__dirname, "..", "agents");
|
|
|
9
9
|
const TEMPLATES_SRC = join(__dirname, "..", "templates");
|
|
10
10
|
const TARGET_DIR = join(process.cwd(), ".claude", "agents");
|
|
11
11
|
const HARNESS_DIR = join(process.cwd(), ".claude", "harness");
|
|
12
|
-
const
|
|
12
|
+
const PKG = JSON.parse(await readFile(join(__dirname, "..", "package.json"), "utf-8"));
|
|
13
|
+
const VERSION = PKG.version;
|
|
13
14
|
|
|
14
15
|
const RESET = "\x1b[0m";
|
|
15
16
|
const BOLD = "\x1b[1m";
|
|
@@ -391,7 +392,7 @@ async function runInstall(force) {
|
|
|
391
392
|
log(` ${CYAN}Next:${RESET} ${BOLD}npx buildcrew init${RESET} — auto-generates project harness from your codebase.\n`);
|
|
392
393
|
}
|
|
393
394
|
|
|
394
|
-
log(` ${BOLD}Start:${RESET} @
|
|
395
|
+
log(` ${BOLD}Start:${RESET} @buildcrew [your request]\n`);
|
|
395
396
|
}
|
|
396
397
|
|
|
397
398
|
// ─── List / Uninstall ───
|
|
@@ -405,7 +406,7 @@ async function runList() {
|
|
|
405
406
|
const desc = (content.match(/^description:\s*(.+)$/m) || [])[1] || "";
|
|
406
407
|
const model = (content.match(/^model:\s*(.+)$/m) || [])[1] || "sonnet";
|
|
407
408
|
const modelTag = model === "opus" ? `${MAGENTA}opus${RESET}` : `${DIM}sonnet${RESET}`;
|
|
408
|
-
log(` ${name === "
|
|
409
|
+
log(` ${name === "buildcrew" ? BOLD : ""}${name.padEnd(20)}${RESET} ${modelTag} ${DIM}${desc.slice(0, 55)}${RESET}`);
|
|
409
410
|
}
|
|
410
411
|
log("");
|
|
411
412
|
}
|
|
@@ -452,7 +453,7 @@ async function main() {
|
|
|
452
453
|
${GREEN}1.${RESET} npx buildcrew ${DIM}Install agents${RESET}
|
|
453
454
|
${GREEN}2.${RESET} npx buildcrew init ${DIM}Auto-generate harness from codebase${RESET}
|
|
454
455
|
${GREEN}3.${RESET} Edit .claude/harness/ ${DIM}Customize (replace <!-- comments -->)${RESET}
|
|
455
|
-
${GREEN}4.${RESET} @
|
|
456
|
+
${GREEN}4.${RESET} @buildcrew [task] ${DIM}Start working${RESET}
|
|
456
457
|
|
|
457
458
|
${BOLD}More info:${RESET} https://github.com/z1nun/buildcrew
|
|
458
459
|
`);
|
package/package.json
CHANGED