mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
Prototyping out some plugins
This commit is contained in:
10
plugins/software-engineering-team/.github/plugin/plugin.json
vendored
Normal file
10
plugins/software-engineering-team/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "software-engineering-team",
|
||||
"description": "7 specialized agents covering the full software development lifecycle from UX design and architecture to security and DevOps.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
47
plugins/software-engineering-team/README.md
Normal file
47
plugins/software-engineering-team/README.md
Normal file
@@ -0,0 +1,47 @@
|
||||
# Software Engineering Team Plugin
|
||||
|
||||
7 specialized agents covering the full software development lifecycle from UX design and architecture to security and DevOps.
|
||||
|
||||
Based on learnings from [The AI-Native Engineering Flow](https://medium.com/data-science-at-microsoft/the-ai-native-engineering-flow-5de5ffd7d877) experiments at Microsoft.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
copilot plugin install github/awesome-copilot/plugins/software-engineering-team
|
||||
```
|
||||
|
||||
## Agents
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `se-ux-ui-designer` | Jobs-to-be-Done analysis and user journey mapping |
|
||||
| `se-technical-writer` | Technical documentation, blogs, ADRs, and user guides |
|
||||
| `se-gitops-ci-specialist` | CI/CD debugging and deployment troubleshooting |
|
||||
| `se-product-manager-advisor` | GitHub issues with business context and acceptance criteria |
|
||||
| `se-responsible-ai-code` | Bias testing, accessibility (WCAG), and ethical development |
|
||||
| `se-system-architecture-reviewer` | Architecture reviews with Well-Architected frameworks |
|
||||
| `se-security-reviewer` | OWASP Top 10, LLM/ML security, and Zero Trust |
|
||||
|
||||
## Key Design Principles
|
||||
|
||||
- **Standalone**: Each agent works independently without cross-dependencies
|
||||
- **Enterprise-ready**: Incorporates OWASP, Zero Trust, WCAG, and Well-Architected frameworks
|
||||
- **Lifecycle coverage**: From UX research → Architecture → Development → Security → DevOps
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
@se-security-reviewer Review this authentication implementation for security issues
|
||||
```
|
||||
|
||||
```
|
||||
@se-system-architecture-reviewer Evaluate this microservices design against Azure Well-Architected
|
||||
```
|
||||
|
||||
## Source
|
||||
|
||||
Part of [Awesome Copilot](https://github.com/github/awesome-copilot).
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
@@ -0,0 +1 @@
|
||||
../../../agents/se-gitops-ci-specialist.agent.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../agents/se-product-manager-advisor.agent.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../agents/se-responsible-ai-code.agent.md
|
||||
1
plugins/software-engineering-team/agents/se-security-reviewer.md
Symbolic link
1
plugins/software-engineering-team/agents/se-security-reviewer.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../agents/se-security-reviewer.agent.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../agents/se-system-architecture-reviewer.agent.md
|
||||
1
plugins/software-engineering-team/agents/se-technical-writer.md
Symbolic link
1
plugins/software-engineering-team/agents/se-technical-writer.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../agents/se-technical-writer.agent.md
|
||||
1
plugins/software-engineering-team/agents/se-ux-ui-designer.md
Symbolic link
1
plugins/software-engineering-team/agents/se-ux-ui-designer.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../agents/se-ux-ui-designer.agent.md
|
||||
Reference in New Issue
Block a user