Agent Skills: architect

Architecture review, design decisions, and ADR writing

UncategorizedID: hivellm/rulebook/architect

Repository

hivellmLicense: Apache-2.0
142

Install this agent skill to your local

pnpm dlx add-skill https://github.com/hivellm/rulebook/tree/HEAD/templates/skills/dev/architect

Skill Files

Browse the full folder contents for architect.

Download Skill

Loading file tree…

templates/skills/dev/architect/SKILL.md

Skill Metadata

Name
architect
Description
Architecture review, design decisions, and ADR writing

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