DFMDemoV2 architecture-review
Skill: architecture-review
install
source · Clone the upstream repo
git clone https://github.com/davidrrowley/DFMDemoV2
manifest:
agents/skills/architecture-review/skill.mdsource content
Skill: architecture-review
## Intent Produce a target architecture view with trade-offs and ADR candidates aligned to the spec. ## Inputs - `specs/**/spec.md`
-
Constraints/non-functionals
-
Existing architecture context (if any)
Outputs
- Architecture outline
-
Trade-offs & decisions
-
ADR candidates
-
Risks and mitigations
Process
- Restate the system goal and constraints.
-
Identify architecture style and key components.
-
Produce C4 views (context/container) as text descriptions.
-
Enumerate options and trade-offs.
-
Identify ADR candidates and risks.
Quality bar
- Covers runtime, data, security, operability.
-
Decisions are explicit and traceable to requirements.
Escalation triggers
- Conflicting constraints
-
Unclear ownership / shared services
-
Requires new platform primitives
Tooling notes
Follow the calling agent's tool allow/deny list.