Create software-architect agent #57

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

Summary

Create the software-architect agent that performs architectural analysis. This agent is spawned by commands for deep, isolated analysis and uses the software-architecture skill.

Acceptance Criteria

  • Agent file created at agents/software-architect/agent.md
  • Agent references software-architecture skill in frontmatter
  • Agent can analyze codebase structure and patterns
  • Agent applies architectural review checklists from the skill
  • Agent identifies anti-patterns and concerns
  • Agent generates prioritized recommendations
  • Agent returns structured results for calling commands to parse

Context

This agent is the workhorse of the software architect role. It will be spawned by:

  • /arch-review-repo for comprehensive repository audits
  • /arch-refine-issue for contextual issue refinement
  • /review-pr for architectural PR review
  • /spawn-issues for pre-work architectural checks

Dependencies

  • Depends on #56 (software-architecture skill)

Technical Notes

The agent should have access to: Bash, Read, Glob, Grep, TodoWrite
Skills: software-architecture

Output should be structured so calling commands can parse and present results.

## Summary Create the software-architect agent that performs architectural analysis. This agent is spawned by commands for deep, isolated analysis and uses the software-architecture skill. ## Acceptance Criteria - [ ] Agent file created at `agents/software-architect/agent.md` - [ ] Agent references software-architecture skill in frontmatter - [ ] Agent can analyze codebase structure and patterns - [ ] Agent applies architectural review checklists from the skill - [ ] Agent identifies anti-patterns and concerns - [ ] Agent generates prioritized recommendations - [ ] Agent returns structured results for calling commands to parse ## Context This agent is the workhorse of the software architect role. It will be spawned by: - `/arch-review-repo` for comprehensive repository audits - `/arch-refine-issue` for contextual issue refinement - `/review-pr` for architectural PR review - `/spawn-issues` for pre-work architectural checks ## Dependencies - Depends on #56 (software-architecture skill) ## Technical Notes The agent should have access to: Bash, Read, Glob, Grep, TodoWrite Skills: software-architecture Output should be structured so calling commands can parse and present results.
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
HugoNijhuis added a new dependency 2026-01-09 23:00:01 +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.
Blocks Depends on
Reference: flowmade-one/architecture#57