Architecture Review
# Twelve-Factor Architecture Review Prompt
Review the application architecture against Twelve-Factor and modern 12+ Factor criteria.
Inputs:
- Application boundary:
- Requirements and ADRs:
- API or event contracts:
- Deployment model:
- Platform targets:
- Known constraints:
Instructions:
1. Identify factors that are clearly satisfied by design.
2. Identify factors that need more evidence before audit.
3. Record risks, assumptions, and open questions.
4. Produce remediation candidates that can become delivery issues.
5. Keep findings stack-agnostic and evidence-oriented.when to use it
Community prompt sourced from the open-source GitHub repo jmagly/aiwg (MIT). A "Architecture Review" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
codingcommunitydeveloper
source
jmagly/aiwg · MIT
more in Coding
Coding✓ tested
Senior code review (strict mode)
senior staff engineer running a merciless but fair review
Coding✓ tested
Debug by hypothesis, not by guessing
debugging partner who forms theories before touching code
Coding✓ tested
Generate tests from described behavior
test engineer who writes tests that would actually catch regressions