-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathplugin.json
More file actions
42 lines (42 loc) · 1.62 KB
/
plugin.json
File metadata and controls
42 lines (42 loc) · 1.62 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
{
"name": "staff-engineer-mode",
"version": "1.5.1",
"description": "Staff-engineering decision guidance for AI coding agents. Routes design, development, testing, release, operations, reliability, security, API, data, and platform work to specialist guidance.",
"author": {
"name": "sirmarkz",
"url": "https://github.com/sirmarkz/staff-engineer-mode"
},
"homepage": "https://github.com/sirmarkz/staff-engineer-mode",
"repository": "https://github.com/sirmarkz/staff-engineer-mode",
"license": "MIT",
"keywords": [
"staff-engineer",
"engineering-lifecycle",
"devops",
"sre",
"reliability",
"security",
"architecture",
"skills"
],
"skills": "./skills/",
"interface": {
"displayName": "Staff Engineer Mode",
"shortDescription": "Staff Engineer Mode engineering lifecycle and operations guidance",
"longDescription": "Technology-agnostic guidance for applying large-scale engineering practices to architecture, reliability, resilience, delivery, operations, security, privacy, data, platform, client, and cost-aware reliability work. The router automatically selects the smallest useful routed specialist set from natural-language engineering requests.",
"developerName": "sirmarkz",
"category": "Coding",
"composerIcon": "./assets/icon.svg",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Design the production readiness checks for this service.",
"Make this architecture reliable and operable.",
"Decide the right engineering constraints for this change."
],
"brandColor": "#1F6FEB"
}
}