AgentSkillsCN

architect

架构评审、设计决策及 ADR 编写

SKILL.md
--- frontmatter
name: architect
description: Architecture review, design decisions, and ADR writing
model: opus
context: fork
agent: architect

Analyze architecture for: $ARGUMENTS

If no arguments, do a general architecture review of the project.

Steps:

  1. Map the current system architecture (modules, dependencies, data flow)
  2. Identify architectural concerns (coupling, scalability, complexity)
  3. Evaluate alternative approaches with trade-offs
  4. Write an Architecture Decision Record (ADR) if a decision is needed
  5. Present recommendations with clear rationale