Create /arch-review-repo command #58

Closed
opened 2026-01-09 22:59:25 +00:00 by HugoNijhuis · 0 comments
Owner

Summary

Create a command that performs a full architecture audit of a repository, analyzing structure, patterns, dependencies, and generating prioritized recommendations.

Acceptance Criteria

  • Command file created at commands/arch-review-repo.md
  • Command spawns software-architect agent for deep analysis
  • Analyzes directory structure and package organization
  • Identifies patterns and anti-patterns in the codebase
  • Assesses dependency graph and module boundaries
  • Reviews test coverage approach
  • Generates structured output with prioritized recommendations

Context

User runs /arch-review-repo to get a comprehensive architecture review of the current repository.

Dependencies

  • Depends on #56 (software-architecture skill)
  • Depends on #57 (software-architect agent)

Technical Notes

Output format:

## Repository Architecture Review: <repo-name>

### Structure: Good/Needs Work
- ...

### Patterns Identified
- ...

### Concerns
- ...

### Recommendations (prioritized)
1. ...
2. ...
## Summary Create a command that performs a full architecture audit of a repository, analyzing structure, patterns, dependencies, and generating prioritized recommendations. ## Acceptance Criteria - [ ] Command file created at `commands/arch-review-repo.md` - [ ] Command spawns software-architect agent for deep analysis - [ ] Analyzes directory structure and package organization - [ ] Identifies patterns and anti-patterns in the codebase - [ ] Assesses dependency graph and module boundaries - [ ] Reviews test coverage approach - [ ] Generates structured output with prioritized recommendations ## Context User runs `/arch-review-repo` to get a comprehensive architecture review of the current repository. ## Dependencies - Depends on #56 (software-architecture skill) - Depends on #57 (software-architect agent) ## Technical Notes Output format: ``` ## Repository Architecture Review: <repo-name> ### Structure: Good/Needs Work - ... ### Patterns Identified - ... ### Concerns - ... ### Recommendations (prioritized) 1. ... 2. ... ```
HugoNijhuis added a new dependency 2026-01-09 23:00:00 +00:00
HugoNijhuis added a new dependency 2026-01-09 23:00:01 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Depends on
Reference: flowmade-one/architecture#58