team-charters

bởi microsoft

Cung cấp điều lệ vai trò (sứ mệnh, quyền sở hữu, nguyên tắc cốt lõi, tiêu chuẩn chất lượng) cho một nhóm lập trình đa tác tử. Mỗi điều lệ xác định sứ mệnh, quyền sở hữu của vai trò đó…

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.

Thêm skills từ microsoft

oss-growth
microsoft
Cá tính tăng trưởng OSS
official
accessibility-aria-expert
microsoft
Phát hiện và sửa các vấn đề về khả năng tiếp cận trong giao diện web React/Fluent UI. Sử dụng khi xem xét mã để đảm bảo tương thích với trình đọc màn hình, sửa nhãn ARIA, đảm bảo…
official
generate-canvas-app
microsoft
[DEPRECATED — sử dụng canvas-app thay thế] Tạo một ứng dụng canvas Power Apps hoàn chỉnh.
official
django
microsoft
Các phương pháp tốt nhất cho phát triển web Django bao gồm models, views, templates và testing.
official
github-issue-creator
microsoft
Chuyển đổi ghi chú thô, nhật ký lỗi, ghi âm giọng nói hoặc ảnh chụp màn hình thành báo cáo vấn đề markdown sắc nét theo phong cách GitHub. Sử dụng khi người dùng dán thông tin lỗi, lỗi…
official
python-package-management
microsoft
Sử dụng uv để quản lý phụ thuộc và poethepoet để tự động hóa tác vụ.
official
runtime-validation
microsoft
Xác thực thời gian chạy cho các ứng dụng đã di chuyển — bao gồm chiến lược kiểm thử (giai đoạn lập kế hoạch) và thực thi kiểm thử (giai đoạn xác thực): xác minh khởi động,…
official
azure-postgres-ts
microsoft
Kết nối đến Azure Database for PostgreSQL Flexible Server bằng gói pg (node-postgres) với hỗ trợ xác thực mật khẩu và Microsoft Entra ID (không mật khẩu).
official