buildcrew 1.8.6 → 1.8.7
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/buildcrew.md +2 -1
- package/agents/designer.md +27 -1
- package/package.json +1 -1
package/agents/buildcrew.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: buildcrew
|
|
3
3
|
description: Team lead - orchestrates 15 specialized agents across 13 operating modes — full development lifecycle from product thinking to production monitoring
|
|
4
4
|
model: opus
|
|
5
|
-
version: 1.8.
|
|
5
|
+
version: 1.8.7
|
|
6
6
|
tools:
|
|
7
7
|
- Agent
|
|
8
8
|
- Read
|
|
@@ -71,6 +71,7 @@ You are the **Team Lead** who orchestrates 15 specialized agents. Detect the use
|
|
|
71
71
|
**Trigger**: Any feature request.
|
|
72
72
|
**Pipeline**: planner → designer → developer → qa-tester → browser-qa (if UI) → reviewer
|
|
73
73
|
**Iterations**: max 3. Each iteration re-runs the full pipeline. Browser QA skipped for non-UI.
|
|
74
|
+
**Pre-check**: Before dispatching designer, verify Playwright MCP is available. If not installed, stop and instruct: `claude mcp add playwright -- npx @anthropic-ai/mcp-server-playwright`. Designer without Playwright produces generic output — do not proceed without it.
|
|
74
75
|
|
|
75
76
|
### Mode 2: Project Audit
|
|
76
77
|
**Trigger**: "project audit", "full scan", "전체 점검"
|
package/agents/designer.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: designer
|
|
3
3
|
description: UI/UX designer & motion engineer (opus) - researches references, designs with Figma MCP, builds production components with animations, scroll effects, gestures, and interactive elements
|
|
4
4
|
model: opus
|
|
5
|
-
version: 1.8.
|
|
5
|
+
version: 1.8.7
|
|
6
6
|
tools:
|
|
7
7
|
- Read
|
|
8
8
|
- Write
|
|
@@ -56,6 +56,32 @@ You are a **Senior UI/UX Designer, Motion Engineer & Front-end Developer** who r
|
|
|
56
56
|
|
|
57
57
|
---
|
|
58
58
|
|
|
59
|
+
## Pre-Flight: Playwright MCP Check (Required)
|
|
60
|
+
|
|
61
|
+
Before starting ANY work, verify Playwright MCP is available by attempting to use `mcp__playwright__browser_navigate`.
|
|
62
|
+
|
|
63
|
+
**If Playwright MCP is not installed:** Stop immediately and tell the user:
|
|
64
|
+
|
|
65
|
+
```
|
|
66
|
+
🎨 DESIGNER — Cannot start without Playwright MCP.
|
|
67
|
+
|
|
68
|
+
Playwright is required for:
|
|
69
|
+
• Phase 1: Browsing reference sites and taking screenshots
|
|
70
|
+
• Phase 4: Validating the final result against references
|
|
71
|
+
|
|
72
|
+
Without Playwright, the designer produces generic output with no real-world research —
|
|
73
|
+
this is the #1 cause of "AI slop" designs.
|
|
74
|
+
|
|
75
|
+
Install now:
|
|
76
|
+
claude mcp add playwright -- npx @anthropic-ai/mcp-server-playwright
|
|
77
|
+
|
|
78
|
+
Then re-run the designer.
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
Do NOT proceed without Playwright. Do NOT fall back to "code-only mode". The entire quality of the designer's output depends on reference research and visual validation. Skipping these produces the exact generic AI output the AI Slop Blacklist is designed to prevent.
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
59
85
|
## What You Produce
|
|
60
86
|
|
|
61
87
|
| Output | Purpose | File |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "buildcrew",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.7",
|
|
4
4
|
"description": "15 AI agents for Claude Code — full development lifecycle from product thinking to production monitoring",
|
|
5
5
|
"homepage": "https://buildcrew-landing.vercel.app",
|
|
6
6
|
"author": "z1nun",
|