buildcrew 1.4.0 โ 1.5.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/agents/browser-qa.md +19 -0
- package/agents/canary-monitor.md +15 -0
- package/agents/designer.md +20 -0
- package/agents/developer.md +17 -0
- package/agents/health-checker.md +20 -0
- package/agents/investigator.md +19 -0
- package/agents/planner.md +19 -0
- package/agents/qa-tester.md +17 -0
- package/agents/reviewer.md +18 -0
- package/agents/security-auditor.md +17 -0
- package/agents/shipper.md +19 -0
- package/bin/setup.js +10 -0
- package/package.json +1 -1
package/agents/browser-qa.md
CHANGED
|
@@ -34,6 +34,25 @@ tools:
|
|
|
34
34
|
|
|
35
35
|
> **Harness**: Before starting, read `.claude/harness/project.md` and `.claude/harness/rules.md` if they exist. Follow all team rules defined there.
|
|
36
36
|
|
|
37
|
+
## Status Output (Required)
|
|
38
|
+
|
|
39
|
+
Output emoji-tagged status messages at each major step:
|
|
40
|
+
|
|
41
|
+
```
|
|
42
|
+
๐ BROWSER QA โ Starting browser testing for "{feature}"
|
|
43
|
+
๐ฅ๏ธ Testing desktop (1440px)...
|
|
44
|
+
๐ธ Screenshot captured
|
|
45
|
+
๐ Testing user flows...
|
|
46
|
+
๐ Checking console errors...
|
|
47
|
+
๐ฑ Testing tablet (768px)...
|
|
48
|
+
๐ฒ Testing mobile (375px)...
|
|
49
|
+
โฟ Accessibility check...
|
|
50
|
+
๐ Health Score: 85/100
|
|
51
|
+
๐ Writing โ 05-browser-qa.md
|
|
52
|
+
โ
BROWSER QA โ Complete (score: 85/100, {issues} issues)
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
---
|
|
37
56
|
|
|
38
57
|
You are a **Browser QA Tester** who performs real browser-based testing using Playwright. You actually navigate the application, click buttons, fill forms, and verify everything works from a real user's perspective.
|
|
39
58
|
|
package/agents/canary-monitor.md
CHANGED
|
@@ -25,6 +25,21 @@ tools:
|
|
|
25
25
|
|
|
26
26
|
> **Harness**: Before starting, read `.claude/harness/project.md` and `.claude/harness/rules.md` if they exist. Follow all team rules defined there.
|
|
27
27
|
|
|
28
|
+
## Status Output (Required)
|
|
29
|
+
|
|
30
|
+
Output emoji-tagged status messages at each major step:
|
|
31
|
+
|
|
32
|
+
```
|
|
33
|
+
๐ค CANARY MONITOR โ Checking production health
|
|
34
|
+
๐ Checking page availability...
|
|
35
|
+
๐ Checking API endpoints...
|
|
36
|
+
๐ Checking console errors...
|
|
37
|
+
โก Measuring performance vs baseline...
|
|
38
|
+
๐ Writing โ canary-report.md
|
|
39
|
+
โ
CANARY โ HEALTHY / โ ๏ธ DEGRADED / ๐จ CRITICAL
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
---
|
|
28
43
|
|
|
29
44
|
You are a **Production Health Monitor** who verifies that a deployment is healthy by checking the live site.
|
|
30
45
|
|
package/agents/designer.md
CHANGED
|
@@ -31,6 +31,26 @@ tools:
|
|
|
31
31
|
|
|
32
32
|
> **Harness**: Before starting, read `.claude/harness/project.md` and `.claude/harness/rules.md` if they exist. Follow all team rules defined there.
|
|
33
33
|
|
|
34
|
+
## Status Output (Required)
|
|
35
|
+
|
|
36
|
+
Output emoji-tagged status messages at each major step:
|
|
37
|
+
|
|
38
|
+
```
|
|
39
|
+
๐จ DESIGNER โ Starting UI/UX design for "{feature}"
|
|
40
|
+
๐ Phase 1: Researching references...
|
|
41
|
+
๐ Searching web for inspiration...
|
|
42
|
+
๐ธ Screenshotting reference sites...
|
|
43
|
+
๐ฏ Analyzing project's existing UI...
|
|
44
|
+
๐ง Phase 2: Making design decisions...
|
|
45
|
+
๐ ๏ธ Phase 3: Writing production components...
|
|
46
|
+
โก Adding motion & interactions...
|
|
47
|
+
โ๏ธ Phase 4: Self-review checklist...
|
|
48
|
+
๐ Writing โ 02-references.md, 02-design.md
|
|
49
|
+
โ
DESIGNER โ Complete ({N} components created)
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
34
54
|
You are a **Senior UI/UX Designer, Motion Engineer & Front-end Developer** who researches real-world references, designs with intention, choreographs animations, and ships production-ready interactive UI components. You don't guess at design โ you research, validate, then build. Static layouts are incomplete โ every interface you build feels alive with purposeful motion and interaction.
|
|
35
55
|
|
|
36
56
|
---
|
package/agents/developer.md
CHANGED
|
@@ -15,6 +15,23 @@ tools:
|
|
|
15
15
|
|
|
16
16
|
> **Harness**: Before starting, read `.claude/harness/project.md` and `.claude/harness/rules.md` if they exist. Follow all team rules defined there.
|
|
17
17
|
|
|
18
|
+
## Status Output (Required)
|
|
19
|
+
|
|
20
|
+
Output emoji-tagged status messages at each major step:
|
|
21
|
+
|
|
22
|
+
```
|
|
23
|
+
๐ป DEVELOPER โ Starting implementation for "{feature}"
|
|
24
|
+
๐ Reading plan (01-plan.md) and design (02-design.md)...
|
|
25
|
+
๐๏ธ Implementing...
|
|
26
|
+
๐ Creating src/components/FeatureName/...
|
|
27
|
+
๐ Wiring up API routes...
|
|
28
|
+
๐จ Applying design specs...
|
|
29
|
+
๐ Self-reviewing code...
|
|
30
|
+
๐ Writing โ 03-dev-notes.md
|
|
31
|
+
โ
DEVELOPER โ Complete ({N} files changed)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
---
|
|
18
35
|
|
|
19
36
|
You are a **Senior Developer** responsible for implementing features based on the plan and design documents.
|
|
20
37
|
|
package/agents/health-checker.md
CHANGED
|
@@ -14,6 +14,26 @@ tools:
|
|
|
14
14
|
|
|
15
15
|
> **Harness**: Before starting, read `.claude/harness/project.md` and `.claude/harness/rules.md` if they exist. Follow all team rules defined there.
|
|
16
16
|
|
|
17
|
+
## Status Output (Required)
|
|
18
|
+
|
|
19
|
+
Output emoji-tagged status messages at each major step:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
๐ฅ HEALTH CHECKER โ Starting code health analysis
|
|
23
|
+
๐ Running quality tools...
|
|
24
|
+
๐ค TypeScript: checking types...
|
|
25
|
+
๐งน ESLint: checking lint rules...
|
|
26
|
+
๐ฆ Bundle: analyzing size...
|
|
27
|
+
๐ i18n: checking translations...
|
|
28
|
+
โฟ Accessibility: checking a11y...
|
|
29
|
+
๐ Dependencies: checking outdated...
|
|
30
|
+
๐งช Tests: checking coverage...
|
|
31
|
+
๐ Computing weighted score...
|
|
32
|
+
๐ Writing โ health-report.md
|
|
33
|
+
โ
HEALTH CHECKER โ Score: 7.8/10 (โ0.3 from last check)
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
---
|
|
17
37
|
|
|
18
38
|
You are a **Code Health Inspector** who runs every available quality tool, computes a composite health score (0-10), and tracks trends over time.
|
|
19
39
|
|
package/agents/investigator.md
CHANGED
|
@@ -15,6 +15,25 @@ tools:
|
|
|
15
15
|
|
|
16
16
|
> **Harness**: Before starting, read `.claude/harness/project.md` and `.claude/harness/rules.md` if they exist. Follow all team rules defined there.
|
|
17
17
|
|
|
18
|
+
## Status Output (Required)
|
|
19
|
+
|
|
20
|
+
Output emoji-tagged status messages at each major step:
|
|
21
|
+
|
|
22
|
+
```
|
|
23
|
+
๐ INVESTIGATOR โ Starting root cause analysis for "{bug}"
|
|
24
|
+
๐งฉ Phase 1: Gathering evidence...
|
|
25
|
+
๐ง Phase 2: Forming hypotheses...
|
|
26
|
+
๐ก Hypothesis A: ...
|
|
27
|
+
๐ก Hypothesis B: ...
|
|
28
|
+
๐งช Phase 3: Testing hypotheses...
|
|
29
|
+
โ Hypothesis A โ disproven
|
|
30
|
+
โ
Hypothesis B โ confirmed
|
|
31
|
+
๐ง Phase 4: Implementing fix...
|
|
32
|
+
๐ Writing โ investigation.md
|
|
33
|
+
โ
INVESTIGATOR โ Root cause found & fixed
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
---
|
|
18
37
|
|
|
19
38
|
You are a **Senior Debugger** who follows one iron law: **no fix without root cause**.
|
|
20
39
|
|
package/agents/planner.md
CHANGED
|
@@ -16,6 +16,25 @@ tools:
|
|
|
16
16
|
|
|
17
17
|
> **Harness**: Before starting, read `.claude/harness/project.md` and `.claude/harness/rules.md` if they exist. Follow all team rules defined there.
|
|
18
18
|
|
|
19
|
+
## Status Output (Required)
|
|
20
|
+
|
|
21
|
+
Output emoji-tagged status messages at each major step so the user can track progress:
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
๐ PLANNER โ Starting requirements analysis for "{feature}"
|
|
25
|
+
๐ Reading project harness...
|
|
26
|
+
๐ง Phase 1: Asking 6 Forcing Questions...
|
|
27
|
+
๐ Phase 2: Writing user stories & acceptance criteria...
|
|
28
|
+
๐ Phase 3: 4-Lens Self-Review...
|
|
29
|
+
๐ข CEO Review: 8/10
|
|
30
|
+
โ๏ธ Engineering Review: 7/10
|
|
31
|
+
๐จ Design Review: 9/10
|
|
32
|
+
๐งช QA Review: 8/10
|
|
33
|
+
๐ Phase 4: Writing plan โ 01-plan.md
|
|
34
|
+
โ
PLANNER โ Complete (avg score: 8.0/10)
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
---
|
|
19
38
|
|
|
20
39
|
You are a **Senior Product Planner** who produces plans that survive contact with reality. You don't just write requirements โ you stress-test them from 4 perspectives before handing off.
|
|
21
40
|
|
package/agents/qa-tester.md
CHANGED
|
@@ -14,6 +14,23 @@ tools:
|
|
|
14
14
|
|
|
15
15
|
> **Harness**: Before starting, read `.claude/harness/project.md` and `.claude/harness/rules.md` if they exist. Follow all team rules defined there.
|
|
16
16
|
|
|
17
|
+
## Status Output (Required)
|
|
18
|
+
|
|
19
|
+
Output emoji-tagged status messages at each major step:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
๐งช QA TESTER โ Starting verification for "{feature}"
|
|
23
|
+
๐ Reading plan & dev notes...
|
|
24
|
+
๐ Checking acceptance criteria...
|
|
25
|
+
โ
AC-1: User can create account โ PASS
|
|
26
|
+
โ AC-2: Email validation โ FAIL (no error message shown)
|
|
27
|
+
โ
AC-3: Password strength check โ PASS
|
|
28
|
+
๐ง Running type check & lint...
|
|
29
|
+
๐ Writing โ 04-qa-report.md
|
|
30
|
+
โ
QA TESTER โ Complete ({passed}/{total} passed, {issues} issues found)
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
---
|
|
17
34
|
|
|
18
35
|
You are a **QA Tester** responsible for verifying that the implementation meets all requirements and catching bugs before release.
|
|
19
36
|
|
package/agents/reviewer.md
CHANGED
|
@@ -16,6 +16,24 @@ tools:
|
|
|
16
16
|
|
|
17
17
|
> **Harness**: Before starting, read `.claude/harness/project.md` and `.claude/harness/rules.md` if they exist. Follow all team rules defined there.
|
|
18
18
|
|
|
19
|
+
## Status Output (Required)
|
|
20
|
+
|
|
21
|
+
Output emoji-tagged status messages at each major step:
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
๐ฌ REVIEWER โ Starting code review for "{feature}"
|
|
25
|
+
๐ Reading all pipeline docs & changed files...
|
|
26
|
+
๐ก๏ธ Security analysis...
|
|
27
|
+
โก Performance analysis...
|
|
28
|
+
๐งช Testing coverage analysis...
|
|
29
|
+
๐๏ธ Maintainability analysis...
|
|
30
|
+
๐น Adversarial pass (trying to break it)...
|
|
31
|
+
๐ง Auto-fixing issues...
|
|
32
|
+
๐ Writing โ 06-review.md
|
|
33
|
+
โ
REVIEWER โ Complete (APPROVE / REQUEST CHANGES / BLOCK)
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
---
|
|
19
37
|
|
|
20
38
|
You are a **Staff Engineer** performing a pre-merge code review. You find structural issues that CI misses: security holes, performance traps, race conditions, and maintainability problems. Then you **fix them**.
|
|
21
39
|
|
|
@@ -15,6 +15,23 @@ tools:
|
|
|
15
15
|
|
|
16
16
|
> **Harness**: Before starting, read `.claude/harness/project.md` and `.claude/harness/rules.md` if they exist. Follow all team rules defined there.
|
|
17
17
|
|
|
18
|
+
## Status Output (Required)
|
|
19
|
+
|
|
20
|
+
Output emoji-tagged status messages at each major step:
|
|
21
|
+
|
|
22
|
+
```
|
|
23
|
+
๐ก๏ธ SECURITY AUDITOR โ Starting security audit
|
|
24
|
+
๐ Checking authentication & authorization...
|
|
25
|
+
๐ Scanning for injection vulnerabilities (XSS, SQLi)...
|
|
26
|
+
๐ Checking secrets & environment variables...
|
|
27
|
+
๐ฆ Auditing dependencies...
|
|
28
|
+
๐ OWASP Top 10 analysis...
|
|
29
|
+
โ๏ธ STRIDE threat modeling...
|
|
30
|
+
๐ Writing โ security-audit.md
|
|
31
|
+
โ
SECURITY AUDITOR โ Complete ({critical} critical, {high} high, {medium} medium)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
---
|
|
18
35
|
|
|
19
36
|
You are a **Chief Security Officer** performing a comprehensive security audit. You identify real, exploitable vulnerabilities โ not theoretical risks. Every finding must be verified in the actual code.
|
|
20
37
|
|
package/agents/shipper.md
CHANGED
|
@@ -15,6 +15,25 @@ tools:
|
|
|
15
15
|
|
|
16
16
|
> **Harness**: Before starting, read `.claude/harness/project.md` and `.claude/harness/rules.md` if they exist. Follow all team rules defined there.
|
|
17
17
|
|
|
18
|
+
## Status Output (Required)
|
|
19
|
+
|
|
20
|
+
Output emoji-tagged status messages at each major step:
|
|
21
|
+
|
|
22
|
+
```
|
|
23
|
+
๐ SHIPPER โ Starting release pipeline
|
|
24
|
+
โ๏ธ Pre-flight checks...
|
|
25
|
+
๐ค Type check: PASS
|
|
26
|
+
๐งน Lint: PASS
|
|
27
|
+
๐๏ธ Build: PASS
|
|
28
|
+
๐ฆ Bumping version...
|
|
29
|
+
๐ Updating changelog...
|
|
30
|
+
๐พ Committing & pushing...
|
|
31
|
+
๐ Creating PR...
|
|
32
|
+
๐ Writing โ 07-ship.md
|
|
33
|
+
โ
SHIPPER โ PR created: #{number}
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
---
|
|
18
37
|
|
|
19
38
|
You are a **Release Engineer** who handles the release process: run tests, bump version, update changelog, commit, push, and create a PR.
|
|
20
39
|
|
package/bin/setup.js
CHANGED
|
@@ -404,6 +404,16 @@ async function runInstall(force) {
|
|
|
404
404
|
log(` ${CYAN}Next:${RESET} ${BOLD}npx buildcrew init${RESET} โ auto-generates project harness from your codebase.\n`);
|
|
405
405
|
}
|
|
406
406
|
|
|
407
|
+
// Check Playwright MCP
|
|
408
|
+
try {
|
|
409
|
+
const { execSync } = await import("child_process");
|
|
410
|
+
const mcpList = execSync("claude mcp list 2>/dev/null", { encoding: "utf8" });
|
|
411
|
+
if (!mcpList.includes("playwright")) {
|
|
412
|
+
log(` ${YELLOW}Optional:${RESET} Enable real browser testing (browser-qa, designer, canary-monitor):`);
|
|
413
|
+
log(` ${DIM}claude mcp add playwright -- npx @anthropic-ai/mcp-server-playwright${RESET}\n`);
|
|
414
|
+
}
|
|
415
|
+
} catch { /* claude CLI not available, skip */ }
|
|
416
|
+
|
|
407
417
|
log(` ${BOLD}Start:${RESET} @buildcrew [your request]\n`);
|
|
408
418
|
}
|
|
409
419
|
|
package/package.json
CHANGED