team-charters

द्वारा microsoft

Provides role charters (mission, ownership, core principles, quality bar) for a multi-agent coding team. Each charter defines the role's mission, ownership…

npx skills add https://github.com/microsoft/github-copilot-modernization --skill team-charters

Team Charters

Defines the mission, ownership, core principles, quality bar, and (for most roles) communication rules for each role in a multi-agent coding team. Each charter is a reference file under references/.

Available Roles

RoleMissionCharter
architectOwn the technical blueprint: how the system is built, how it should be rebuilt, whether the implementation follows the design, and build verification (smoke test)references/architect.md
backendOwn the server-side implementation: build the logic that powers the productreferences/backend.md
dbaOwn the data layer: make sure data is modeled correctly, stored safely, and migrates reliablyreferences/dba.md
devopsOwn CI/CD pipelines, deployment automation, and operational infrastructurereferences/devops.md
frontendOwn the client-side implementation: build what the user sees and interacts withreferences/frontend.md
pmOwn the product definition: what features exist, what needs to be built, and whether the delivered result matchesreferences/pm.md
securityAudit and verify security posture — find vulnerabilities and escalate, do NOT fix themreferences/security.md
teamleadOwn the execution blueprint and quality gates: constitution, implementation plans, testing strategies, task breakdowns, and gate verdictsreferences/teamlead.md
testerOwn runtime-validation execution: verify that the system works correctly by executing the approved testing strategy through integration and end-to-end testingreferences/tester.md
uxOwn user experience design: how users interact with the system, what they see, and how information is organizedreferences/ux.md

Usage

To look up a specific role's charter, read references/<role>.md. Each charter contains:

  1. Mission — one-line purpose statement
  2. You Own — ownership scope for the role
  3. Core Principle — boundary constraints and what the role must NOT do
  4. Quality Bar — minimum standards the role must meet
  5. Communication (most roles) — when and whom to notify or escalate to

Key Design Principles

  • WHAT vs HOW: PM defines WHAT (features, acceptance criteria). Architect defines HOW (design, patterns, contracts).
  • Validation planning vs validation execution: teamlead owns testing strategy and conformance review; tester owns runtime-validation execution only.
  • Read-only roles: PM, architect, security, ux produce documentation only — no source code. Teamlead focuses on planning and quality gates.
  • Tester never modifies production code — escalates bugs to the responsible role.
  • Ownership boundaries are strict — if work crosses into another role's territory, delegate via notify/escalate.

microsoft की और Skills

oss-growth
microsoft
OSS ग्रोथ हैकर व्यक्तित्व
official
accessibility-aria-expert
microsoft
React/Fluent UI वेबव्यू में पहुँच संबंधी समस्याओं का पता लगाता है और उन्हें ठीक करता है। स्क्रीन रीडर संगतता के लिए कोड की समीक्षा करते समय, ARIA लेबल ठीक करते समय, सुनिश्चित करते समय उपयोग करें…
official
generate-canvas-app
microsoft
[पुराना हो चुका है — इसके बजाय canvas-app का उपयोग करें] एक पूर्ण Power Apps कैनवास ऐप जनरेट करें।
official
django
microsoft
Django वेब डेवलपमेंट के लिए सर्वोत्तम अभ्यास जिसमें मॉडल, व्यू, टेम्पलेट और परीक्षण शामिल हैं।
official
github-issue-creator
microsoft
कच्चे नोट्स, एरर लॉग्स, वॉइस डिक्टेशन या स्क्रीनशॉट को साफ-सुथरे GitHub-फ्लेवर्ड मार्कडाउन इश्यू रिपोर्ट्स में बदलें। तब उपयोग करें जब उपयोगकर्ता बग जानकारी, एरर…
official
python-package-management
microsoft
निर्भरता प्रबंधन के लिए uv और कार्य स्वचालन के लिए poethepoet का उपयोग करता है।
official
runtime-validation
microsoft
माइग्रेटेड एप्लिकेशन के लिए रनटाइम सत्यापन — परीक्षण रणनीति (योजना चरण) और परीक्षण निष्पादन (सत्यापन चरण) को शामिल करता है: स्टार्टअप सत्यापन,…
official
azure-postgres-ts
microsoft
Azure Database for PostgreSQL Flexible Server से pg (node-postgres) पैकेज का उपयोग करके कनेक्ट करें, जिसमें पासवर्ड और Microsoft Entra ID (पासवर्डलेस) प्रमाणीकरण के लिए समर्थन है।
official