Agent skill
architect
Architecture review, design decisions, and ADR writing
Stars
10
Forks
1
Install this agent skill to your Project
npx add-skill https://github.com/hivellm/rulebook/tree/main/templates/skills/dev/architect
SKILL.md
Analyze architecture for: $ARGUMENTS
If no arguments, do a general architecture review of the project.
Steps:
- Map the current system architecture (modules, dependencies, data flow)
- Identify architectural concerns (coupling, scalability, complexity)
- Evaluate alternative approaches with trade-offs
- Write an Architecture Decision Record (ADR) if a decision is needed
- Present recommendations with clear rationale
Didn't find tool you were looking for?