team-charters

作成者: microsoft

マルチエージェントコーディングチーム向けに、ロールチャーター(ミッション、オーナーシップ、基本原則、品質基準)を提供します。各チャーターは、そのロールのミッション、オーナーシップ…を定義します。

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のその他のスキル

oss-growth
microsoft
OSS成長ハッカーのペルソナ
official
accessibility-aria-expert
microsoft
React/Fluent UIのWebビューにおけるアクセシビリティ問題を検出・修正します。スクリーンリーダー互換性のコードレビュー時、ARIAラベルの修正時、および…の確認時に使用します。
official
generate-canvas-app
microsoft
[DEPRECATED — 代わりに canvas-app を使用してください] 完全なPower Appsキャンバスアプリを生成します。
official
django
microsoft
Djangoウェブ開発のベストプラクティス(モデル、ビュー、テンプレート、テストを含む)
official
github-issue-creator
microsoft
生のメモ、エラーログ、音声入力、スクリーンショットを、簡潔なGitHub Flavored MarkdownのIssueレポートに変換します。ユーザーがバグ情報やエラーを貼り付けた際に使用します。
official
python-package-management
microsoft
依存関係管理にuvを使用し、タスク自動化にpoethepoetを使用します。
official
runtime-validation
microsoft
移行アプリケーションのランタイム検証 — テスト戦略(計画フェーズ)とテスト実行(検証フェーズ)をカバー:起動検証、…
official
azure-postgres-ts
microsoft
pg(node-postgres)パッケージを使用してAzure Database for PostgreSQL Flexible Serverに接続し、パスワード認証とMicrosoft Entra ID(パスワードレス)認証をサポートします。
official