AgentSkillsCN

architecture-review

结合核心架构设计与并行的安全、性能与数据完整性评估,对多代理架构进行评审。以MADR格式产出ADR报告。

SKILL.md
--- frontmatter
name: architecture-review
description: Multi-agent architecture review combining core architecture design with parallel security, performance, and data integrity assessments. Produces ADRs in MADR format.

Architecture Review

This skill provides a comprehensive architecture review using a parallel agent team. The architecture-strategist designs the core architecture, while security-sentinel, performance-oracle, and data-integrity-guardian independently evaluate their respective concerns.

When to Use

  • /blueprint-dev:bp:architect — full architecture review
  • Before implementing significant features or system changes
  • When making technology or pattern decisions that affect the system long-term

Agent Team

AgentFocusRuns
architecture-strategistCore design, patterns, ADR authoringFirst (produces the design)
security-sentinelOWASP, auth, injection, XSSParallel with others
performance-oracleN+1, caching, bottlenecks, scalingParallel with others
data-integrity-guardianSchema, migrations, constraints, transactionsParallel with others

Flow

code
architecture-strategist (design)
    ↓
[security-sentinel | performance-oracle | data-integrity-guardian] (parallel review)
    ↓
Merged assessment with ADR

ADR Format

Uses MADR (Markdown Any Decision Records). See references/adr-format.md.

Architecture Patterns

See references/patterns-catalog.md for common patterns the strategist considers.

Key Principles

  1. Appropriate complexity — the simplest architecture that meets requirements
  2. Document trade-offs — every decision has pros and cons
  3. ADRs are permanent — once accepted, superseded but not deleted
  4. Parallel review — security, performance, and data integrity are independent concerns