Understand the Persona-Based Review Pipeline
mainThe document-review skill has been replaced with a multi-persona review pipeline. Instead of a single evaluator, the system now dispatches specialized reviewer agents in parallel to provide richer, role-specific feedback on plans and requirements documents.
Reviewer Personas
Always-on Personas (Run on every review):
coherencefeasibility
Conditional Personas (Activated based on document content analysis):
product-lens: Uses the Premise challenge pattern to question if the problem is being framed correctly and evaluates implementation alternatives.design-lens: Uses the Dimensional rating pattern (0-10 rating loop) to evaluate information architecture, user journeys, and AI slop risk.security-lens: Focuses on security-specific concerns.scope-guardian: Uses the Existing-code audit pattern to check for code duplication, complexity, and completeness.
Execution Model
- Parallel Dispatch: Specialized agents analyze the document simultaneously (read-only).
- Synthesis & Dedup: Findings are normalized and deduplicated using fingerprinting (
normalize(section) + normalize(title)). Findings with confidence below 0.50 are treated as residual concerns and may be promoted if corroborated by other personas. - Hybrid Action Model:
- Auto-fixes: Quality issues are automatically corrected in a single pass after synthesis.
- Strategic Questions: High-level strategic or conflicting concerns are presented to the user for decision-making.