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.
@@ -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
 
@@ -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
 
@@ -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
  ---
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "buildcrew",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "11 AI agents for Claude Code โ€” auto-orchestrated dev team with 9 operating modes",
5
5
  "homepage": "https://buildcrew-landing.vercel.app",
6
6
  "author": "z1nun",