mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 18:35:14 +00:00
* Add Software Engineering Team collection with 7 specialized agents
Adds a complete Software Engineering Team collection with 7 standalone
agents covering the full development lifecycle, based on learnings from
The AI-Native Engineering Flow experiments.
New Agents (all prefixed with 'se-' for collection identification):
- se-ux-ui-designer: Jobs-to-be-Done analysis, user journey mapping,
and Figma-ready UX research artifacts
- se-technical-writer: Creates technical documentation, blogs, and tutorials
- se-gitops-ci-specialist: CI/CD pipeline debugging and GitOps workflows
- se-product-manager-advisor: GitHub issue creation and product guidance
- se-responsible-ai-code: Bias testing, accessibility, and ethical AI
- se-system-architecture-reviewer: Architecture reviews with Well-Architected
- se-security-reviewer: OWASP Top 10/LLM/ML security and Zero Trust
Key Features:
- Each agent is completely standalone (no cross-dependencies)
- Concise display names for GitHub Copilot dropdown ("SE: [Role]")
- Fills gaps in awesome-copilot (UX design, content creation, CI/CD debugging)
- Enterprise patterns: OWASP, Zero Trust, WCAG, Well-Architected Framework
Collection manifest, auto-generated docs, and all agents follow
awesome-copilot conventions.
Source: https://github.com/niksacdev/engineering-team-agents
Learnings: https://medium.com/data-science-at-microsoft/the-ai-native-engineering-flow-5de5ffd7d877
* Fix Copilot review comments: table formatting and code block syntax
- Fix table formatting in docs/README.collections.md by converting multi-line
Software Engineering Team entry to single line
- Fix code block language in se-gitops-ci-specialist.agent.md from yaml to json
for package.json example (line 41-51)
- Change comment syntax from # to // to match JSON conventions
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Fix model field capitalization to match GitHub Copilot convention
- Change all agents from 'model: gpt-5' to 'model: GPT-5' (uppercase)
- Aligns with existing GPT-5 agents in the repo (blueprint-mode, gpt-5-beast-mode)
- Addresses Copilot reviewer feedback on consistency
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Add ADR and User Guide templates to Technical Writer agent
- Add Architecture Decision Records (ADR) template following Michael Nygard format
- Add User Guide template with task-oriented structure
- Include references to external best practices (ADR.github.io, Write the Docs)
- Update Specialized Focus Areas to reference new templates
- Keep templates concise without bloating agent definition
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Fix inconsistent formatting: DevOps/CI-CD to DevOps/CI/CD
- Change "DevOps/CI-CD" (hyphen) to "DevOps/CI/CD" (slash) for consistency
- Fixed in collection manifest, collection docs, and README
- Aligns with standard industry convention and agent naming
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Shorten collection description per maintainer feedback
- Brief description in table: "7 specialized agents covering the full software
development lifecycle from UX design and architecture to security and DevOps."
- Move detailed context (Medium article, design principles, agent list) to
usage section following edge-ai-tasks pattern
- Addresses @aaronpowell feedback: descriptions should be brief for table display
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
8.1 KiB
8.1 KiB
Software Engineering Team
7 specialized agents covering the full software development lifecycle from UX design and architecture to security and DevOps.
Tags: team, enterprise, security, devops, ux, architecture, product, ai-ethics
Items in this Collection
| Title | Type | Description | MCP Servers |
|---|---|---|---|
| SE: UX Designer |
Agent | Jobs-to-be-Done analysis, user journey mapping, and UX research artifacts for Figma and design workflows see usage | |
| SE: Tech Writer |
Agent | Technical writing specialist for creating developer documentation, technical blogs, tutorials, and educational content | |
| SE: DevOps/CI |
Agent | DevOps specialist for CI/CD pipelines, deployment debugging, and GitOps workflows focused on making deployments boring and reliable | |
| SE: Product Manager |
Agent | Product management guidance for creating GitHub issues, aligning business value with user needs, and making data-driven product decisions | |
| SE: Responsible AI |
Agent | Responsible AI specialist ensuring AI works for everyone through bias prevention, accessibility compliance, ethical development, and inclusive design | |
| SE: Architect |
Agent | System architecture review specialist with Well-Architected frameworks, design validation, and scalability analysis for AI and distributed systems | |
| SE: Security |
Agent | Security-focused code review specialist with OWASP Top 10, Zero Trust, LLM security, and enterprise security standards |
Collection Usage
SE: UX Designer
About This Collection
This collection of 7 agents is based on learnings from The AI-Native Engineering Flow experiments at Microsoft, designed to augment software engineering teams across the entire development lifecycle.
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
Agents in this collection:
- SE: UX Designer - Jobs-to-be-Done analysis and user journey mapping
- SE: Tech Writer - Technical documentation, blogs, ADRs, and user guides
- SE: DevOps/CI - CI/CD debugging and deployment troubleshooting
- SE: Product Manager - GitHub issues with business context and acceptance criteria
- SE: Responsible AI - Bias testing, accessibility (WCAG), and ethical development
- SE: Architect - Architecture reviews with Well-Architected frameworks
- SE: Security - OWASP Top 10, LLM/ML security, and Zero Trust
You can use individual agents as needed or adopt the full collection for comprehensive team augmentation.
This collection includes 7 curated items for Software Engineering Team.