specialist-review
Installation
SKILL.md
Specialist Review (orchestrator)
Single-specialist deep-dive review. This skill is an orchestrator — it identifies the right specialist and delegates the review to that specialist's subagent (agents/<id>.md). The deep-perspective work happens in the subagent's isolated context, not in this skill's main thread.
See ADR-013 for the rationale.
Process
1. Parse the request
Extract from the user's request:
- Specialist role (e.g., "Security Specialist", "Performance Expert")
- Target (e.g., "API authentication", "the payments module", "ADR-007")
If either is unclear, ask one focused clarifying question and stop.
2. Resolve the specialist
Read .architecture/members.yml and find the member whose name or title matches the requested role (case-insensitive, allow common abbreviations like "security" → "Security Specialist").