2026-08-23 17:56:09 +02:00
|
|
|
|
# team-profile.yaml – Design Review Team
|
|
|
|
|
|
# Roles based on the primitives from microsoft/apm-sample-package.
|
feat(cpm): official Microsoft APM packages as team examples
Two thin CPM wrappers around official upstream packages, each with a
team-profile mapping their primitives to agent roles:
- microsoft-design-review: wraps microsoft/apm-sample-package#v1.0.0
(design-standards, design-review, accessibility-audit, style-checker)
-> roles: reviewer (oracle), style-checker (fixer), accessibility-auditor
- microsoft-issue-autopilot: wraps microsoft/apm/packages/apm-issue-autopilot
(triage-panel, shepherd-driver, pr-description-skill) + github-mcp-server
-> roles: triager, shepherd, pr-writer (custom), reviewer
Both validate with cpm check; README examples table added.
2026-08-23 17:45:55 +02:00
|
|
|
|
|
|
|
|
|
|
schema: corentic.team-profile/v1
|
|
|
|
|
|
|
|
|
|
|
|
id: acme.design-review
|
|
|
|
|
|
description: >
|
2026-08-23 17:56:09 +02:00
|
|
|
|
Team for structured design reviews: style-guideline checks,
|
|
|
|
|
|
design review per template and an accessibility audit under a
|
|
|
|
|
|
coordinating reviewer.
|
feat(cpm): official Microsoft APM packages as team examples
Two thin CPM wrappers around official upstream packages, each with a
team-profile mapping their primitives to agent roles:
- microsoft-design-review: wraps microsoft/apm-sample-package#v1.0.0
(design-standards, design-review, accessibility-audit, style-checker)
-> roles: reviewer (oracle), style-checker (fixer), accessibility-auditor
- microsoft-issue-autopilot: wraps microsoft/apm/packages/apm-issue-autopilot
(triage-panel, shepherd-driver, pr-description-skill) + github-mcp-server
-> roles: triager, shepherd, pr-writer (custom), reviewer
Both validate with cpm check; README examples table added.
2026-08-23 17:45:55 +02:00
|
|
|
|
|
|
|
|
|
|
roles:
|
|
|
|
|
|
- id: orchestrator
|
|
|
|
|
|
purpose: >-
|
2026-08-23 17:56:09 +02:00
|
|
|
|
Takes review requests, distributes style check, design review and
|
|
|
|
|
|
accessibility audit and consolidates the findings into one report.
|
feat(cpm): official Microsoft APM packages as team examples
Two thin CPM wrappers around official upstream packages, each with a
team-profile mapping their primitives to agent roles:
- microsoft-design-review: wraps microsoft/apm-sample-package#v1.0.0
(design-standards, design-review, accessibility-audit, style-checker)
-> roles: reviewer (oracle), style-checker (fixer), accessibility-auditor
- microsoft-issue-autopilot: wraps microsoft/apm/packages/apm-issue-autopilot
(triage-panel, shepherd-driver, pr-description-skill) + github-mcp-server
-> roles: triager, shepherd, pr-writer (custom), reviewer
Both validate with cpm check; README examples table added.
2026-08-23 17:45:55 +02:00
|
|
|
|
model_class: strong-generalist
|
|
|
|
|
|
capabilities:
|
|
|
|
|
|
mcps: []
|
|
|
|
|
|
skills: []
|
|
|
|
|
|
|
|
|
|
|
|
- id: reviewer
|
2026-08-23 19:37:21 +02:00
|
|
|
|
# persona (prompt, identity) comes from the APM-deployed primitive
|
|
|
|
|
|
# .opencode/agents/design-reviewer.md - created by 'apm install'
|
|
|
|
|
|
agent_ref: design-reviewer
|
feat(cpm): official Microsoft APM packages as team examples
Two thin CPM wrappers around official upstream packages, each with a
team-profile mapping their primitives to agent roles:
- microsoft-design-review: wraps microsoft/apm-sample-package#v1.0.0
(design-standards, design-review, accessibility-audit, style-checker)
-> roles: reviewer (oracle), style-checker (fixer), accessibility-auditor
- microsoft-issue-autopilot: wraps microsoft/apm/packages/apm-issue-autopilot
(triage-panel, shepherd-driver, pr-description-skill) + github-mcp-server
-> roles: triager, shepherd, pr-writer (custom), reviewer
Both validate with cpm check; README examples table added.
2026-08-23 17:45:55 +02:00
|
|
|
|
model_class: high-reasoning
|
|
|
|
|
|
|
|
|
|
|
|
- id: style-checker
|
|
|
|
|
|
purpose: >-
|
2026-08-23 17:56:09 +02:00
|
|
|
|
Mechanically checks code against the style guidelines from the
|
|
|
|
|
|
style-checker skill. Returns a violation list with file/line.
|
|
|
|
|
|
No fixes.
|
|
|
|
|
|
runtime_agent: fixer # fast, targeted checks
|
feat(cpm): official Microsoft APM packages as team examples
Two thin CPM wrappers around official upstream packages, each with a
team-profile mapping their primitives to agent roles:
- microsoft-design-review: wraps microsoft/apm-sample-package#v1.0.0
(design-standards, design-review, accessibility-audit, style-checker)
-> roles: reviewer (oracle), style-checker (fixer), accessibility-auditor
- microsoft-issue-autopilot: wraps microsoft/apm/packages/apm-issue-autopilot
(triage-panel, shepherd-driver, pr-description-skill) + github-mcp-server
-> roles: triager, shepherd, pr-writer (custom), reviewer
Both validate with cpm check; README examples table added.
2026-08-23 17:45:55 +02:00
|
|
|
|
model_class: fast-research
|
|
|
|
|
|
capabilities:
|
|
|
|
|
|
mcps: []
|
|
|
|
|
|
skills: [style-checker]
|
|
|
|
|
|
|
|
|
|
|
|
- id: accessibility-auditor
|
|
|
|
|
|
purpose: >-
|
2026-08-23 17:56:09 +02:00
|
|
|
|
Audits the surface according to accessibility-audit.prompt.md.
|
|
|
|
|
|
Categorizes violations (critical/warning/note) and quotes the
|
|
|
|
|
|
affected locations.
|
|
|
|
|
|
runtime_agent: librarian # research/review profile
|
feat(cpm): official Microsoft APM packages as team examples
Two thin CPM wrappers around official upstream packages, each with a
team-profile mapping their primitives to agent roles:
- microsoft-design-review: wraps microsoft/apm-sample-package#v1.0.0
(design-standards, design-review, accessibility-audit, style-checker)
-> roles: reviewer (oracle), style-checker (fixer), accessibility-auditor
- microsoft-issue-autopilot: wraps microsoft/apm/packages/apm-issue-autopilot
(triage-panel, shepherd-driver, pr-description-skill) + github-mcp-server
-> roles: triager, shepherd, pr-writer (custom), reviewer
Both validate with cpm check; README examples table added.
2026-08-23 17:45:55 +02:00
|
|
|
|
model_class: fast-research
|
|
|
|
|
|
capabilities:
|
|
|
|
|
|
mcps: []
|
|
|
|
|
|
skills: []
|