-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathplugin.json
More file actions
56 lines (56 loc) · 2.17 KB
/
Copy pathplugin.json
File metadata and controls
56 lines (56 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "ring-dev-team",
"version": "2.2.0",
"description": "24 specialized developer agents + 35 development skills: Backend 10-gate dev cycle + lean frontend cycle (Gate 0, 7, 8) with quality checks (accessibility, visual, E2E, performance) + Frontend refactoring + whole-codebase simplification sweep + delivery verification + service discovery + cycle management + lib-streaming end-to-end instrumentation. Includes backend/frontend specialists, DevOps, QA, SRE, 9 default code-review reviewers, and 3 conditional stack specialists.",
"author": {
"name": "Lerian Studio",
"email": "fred@lerian.studio",
"url": "https://github.com/lerianstudio"
},
"homepage": "https://github.com/lerianstudio/ring/tree/main/dev-team",
"repository": "https://github.com/lerianstudio/ring",
"license": "MIT",
"keywords": [
"agents",
"developers",
"golang",
"backend",
"devops",
"frontend",
"react",
"nextjs",
"qa",
"testing",
"accessibility",
"e2e",
"playwright",
"performance",
"sre",
"reliability",
"infrastructure",
"refactoring",
"simplify",
"multi-tenant",
"lib-commons",
"code-review"
],
"skills": "./skills/",
"agents": "./agents/",
"interface": {
"displayName": "Ring Dev Team",
"shortDescription": "Specialist developer agents and dev-cycle workflows for backend, frontend, DevOps, QA, SRE",
"longDescription": "Complete development team coverage: 10-gate backend dev cycle and lean frontend cycle (Gate 0, 7, 8), specialist agents for Go and TypeScript backends, React/Next.js frontend, DevOps, QA across multiple testing modes, and SRE for observability. Includes the parallel code-review pool (9 default reviewers plus triggered conditional specialists for lib-commons, lib-observability, lib-streaming, lib-systemplane, multi-tenant).",
"developerName": "Lerian Studio",
"category": "Coding",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Implement this task using the Ring dev cycle.",
"Dispatch a Go backend specialist to add this feature."
],
"websiteURL": "https://github.com/lerianstudio/ring"
}
}