Create software-architect agent #57
Notifications
Due Date
No due date set.
Blocks
Depends on
#58 Create /arch-review-repo command
flowmade-one/architecture
#59 Create /arch-refine-issue command
flowmade-one/architecture
#60 Enhance /review-pr with software architecture review
flowmade-one/architecture
#56 Create software-architecture skill
flowmade-one/architecture
Reference: flowmade-one/architecture#57
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
agents/software-architect/agent.mdContext
This agent is the workhorse of the software architect role. It will be spawned by:
/arch-review-repofor comprehensive repository audits/arch-refine-issuefor contextual issue refinement/review-prfor architectural PR review/spawn-issuesfor pre-work architectural checksDependencies
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.