APM-Packages/corentic-package-manager/examples/microsoft-design-review/team-profile.yaml
Tobias J. Endres 0df9cec833 docs(cpm): translate all CPM project files to English
CPM is an international project; only the blogpost stays German.
Translated: cpm.py docstring/messages/help texts, README.md,
cpm-setup skill, all team-profile.yaml files (incl. runtime_agent
comments), example apm.yml wrappers and the model-mapping template.
Also fixes DEFAULT_MAPPING_PATH pointing to ~/.config/apm-team
instead of ~/.config/cpm.
2026-08-23 17:56:09 +02:00

54 lines
1.7 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# team-profile.yaml Design Review Team
# Roles based on the primitives from microsoft/apm-sample-package.
schema: corentic.team-profile/v1
id: acme.design-review
description: >
Team for structured design reviews: style-guideline checks,
design review per template and an accessibility audit under a
coordinating reviewer.
roles:
- id: orchestrator
purpose: >-
Takes review requests, distributes style check, design review and
accessibility audit and consolidates the findings into one report.
model_class: strong-generalist
capabilities:
mcps: []
skills: []
- id: reviewer
purpose: >-
Performs the design review following the design-review.prompt.md
template. Evaluates UI consistency against the
design-standards.instructions.md. Reports findings with severity,
no unauthorized code changes.
runtime_agent: oracle # deep review = oracle profile
model_class: high-reasoning
capabilities:
mcps: []
skills: [style-checker]
- id: style-checker
purpose: >-
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
model_class: fast-research
capabilities:
mcps: []
skills: [style-checker]
- id: accessibility-auditor
purpose: >-
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
model_class: fast-research
capabilities:
mcps: []
skills: []