Architecture Characteristics
Produce a small, justified set of qualities that shape the design, with their meanings,
scope and priorities made explicit. A shortlist guides design attention; it is not a list
of the only requirements the system must satisfy.
Workflow
- Establish scope and evidence. Obtain the business operation/domain, affected users,
critical failure/change situations, requirements and stakeholder concerns. Identify
decision owners and known constraints. For an existing system, inspect relevant incidents,
traffic, deployment/change history and dependency diagrams. For greenfield, label forecasts
and assumptions; do not invent baseline measurements.
- Elicit candidates before ranking. Read
eliciting-and-capping.md when creating or revising a
list or resolving stakeholder priorities. Link each candidate to an explicit requirement,
a stakeholder concern or an inference from domain evidence. Confirm inferred needs with the
responsible stakeholder; a plausible inference is not an approved requirement.
- Test architectural relevance. Ask what success condition the quality expresses, why
it matters here, and what structural choice or risk it could influence. Keep domain rules
and constraints visible even when they are not quality labels. A concern need not require
extra components to matter: rejecting an unsafe structure is a structural consequence.
Separate desired outcomes from proposed mechanisms; preserve verified technology/version
mandates as constraints rather than ranking them as qualities.
- Make the names discriminating. For each proposed driver, state a short scenario:
stimulus, operating/failure conditions, affected operation and expected response with a
measure or explicit unresolved target. Read
definitions-and-composites.md for ambiguous
pairs, composites or apparent consistency/availability conflicts. Do not fabricate a
threshold to make a row look complete.
- Prioritize without deleting obligations. Separate mandatory constraints and baseline
quality requirements from the drivers receiving design attention. Compare business impact
and difficulty/risk of achieving the scenarios; record disagreements. A small top set is
useful, but neither a fourth valid concern nor missing automation is grounds to discard it.
Revisit the set when scenarios expose new needs.
- Check scope and hand off. State whether each driver applies to a journey, domain,
component or shared dependency. Multiple services do not establish independent quanta;
use
architecture-coupling-and-quanta if deployment/runtime coupling is unresolved.
Preserve end-to-end and shared obligations across local lists. Hand off design-option
comparison to architecture-trade-off-analysis.
Rules that prevent false agreement
- A stakeholder's “reliability” can remain a useful umbrella if its required outcomes are
named. Decompose enough to expose distinct decisions, without counting parent and children
as independent votes or imposing a universal vocabulary.
- Not top priority does not mean unnecessary. Record retained baseline obligations, deferred
candidates and rejected candidates distinctly, with reasons and reconsideration triggers.
- A measurement gap is a risk to resolve, not evidence that the concern is unimportant.
Name the needed evidence, owner and next check. Continue provisional elicitation while
withholding unsupported approval or exact ranking.
- Suspected conflicts require the same operation, environment and success definitions.
Attribute names alone do not prove a trade-off; neither scalability nor elasticity mandates
a particular consistency model.
- Scale the record to uncertainty and consequences, not headcount or number of deployables.
One critical service can require careful elicitation; a small change may need only one row.
- When a quality standard or taxonomy is invoked, read
taxonomy-and-iso.md. A checklist can reveal omissions but
cannot choose priorities or waive a requirement.
Minimum deliverable
For a small request: scope, candidate/driver, evidence, observable meaning, priority rationale
and unresolved question or next validation. For a full list, also identify the top focus,
other retained drivers, baseline constraints, and Others Considered with reasons and review
triggers. State who confirmed the priorities; label an unconfirmed list provisional.
Use architecture-decision-making for a durable decision record,
architecture-fitness-functions for implementing checks, and slo-and-alerting for operational
targets. This skill supplies enough scenario detail to validate the selection, not a full test
harness or architecture evaluation.
When evaluating the skill itself, use
validation-cases.md. Written cases are not executed evidence.
1---2name: architecture-characteristics3description: Derive and prioritize architectural quality drivers when requirements say only scalable or reliable, too many qualities are called top priority, stakeholders disagree on their meaning, or one list is applied across unrelated services. Define scope, sources, observable scenarios, baseline obligations and reasons for deferring candidates. Covers terminology and quality-model interpretation; excludes choosing design options (architecture-trade-off-analysis), recording ADRs (architecture-decision-making), coupling analysis (architecture-coupling-and-quanta) and operational SLO implementation.4---56# Architecture Characteristics78Produce a small, justified set of qualities that shape the design, with their meanings,9scope and priorities made explicit. A shortlist guides design attention; it is not a list10of the only requirements the system must satisfy.1112## Workflow13141. **Establish scope and evidence.** Obtain the business operation/domain, affected users,15 critical failure/change situations, requirements and stakeholder concerns. Identify16 decision owners and known constraints. For an existing system, inspect relevant incidents,17 traffic, deployment/change history and dependency diagrams. For greenfield, label forecasts18 and assumptions; do not invent baseline measurements.192. **Elicit candidates before ranking.** Read20 [eliciting-and-capping.md](references/eliciting-and-capping.md) when creating or revising a21 list or resolving stakeholder priorities. Link each candidate to an explicit requirement,22 a stakeholder concern or an inference from domain evidence. Confirm inferred needs with the23 responsible stakeholder; a plausible inference is not an approved requirement.243. **Test architectural relevance.** Ask what success condition the quality expresses, why25 it matters here, and what structural choice or risk it could influence. Keep domain rules26 and constraints visible even when they are not quality labels. A concern need not require27 extra components to matter: rejecting an unsafe structure is a structural consequence.28 Separate desired outcomes from proposed mechanisms; preserve verified technology/version29 mandates as constraints rather than ranking them as qualities.304. **Make the names discriminating.** For each proposed driver, state a short scenario:31 stimulus, operating/failure conditions, affected operation and expected response with a32 measure or explicit unresolved target. Read33 [definitions-and-composites.md](references/definitions-and-composites.md) for ambiguous34 pairs, composites or apparent consistency/availability conflicts. Do not fabricate a35 threshold to make a row look complete.365. **Prioritize without deleting obligations.** Separate mandatory constraints and baseline37 quality requirements from the drivers receiving design attention. Compare business impact38 and difficulty/risk of achieving the scenarios; record disagreements. A small top set is39 useful, but neither a fourth valid concern nor missing automation is grounds to discard it.40 Revisit the set when scenarios expose new needs.416. **Check scope and hand off.** State whether each driver applies to a journey, domain,42 component or shared dependency. Multiple services do not establish independent quanta;43 use `architecture-coupling-and-quanta` if deployment/runtime coupling is unresolved.44 Preserve end-to-end and shared obligations across local lists. Hand off design-option45 comparison to `architecture-trade-off-analysis`.4647## Rules that prevent false agreement4849- A stakeholder's “reliability” can remain a useful umbrella if its required outcomes are50 named. Decompose enough to expose distinct decisions, without counting parent and children51 as independent votes or imposing a universal vocabulary.52- Not top priority does not mean unnecessary. Record retained baseline obligations, deferred53 candidates and rejected candidates distinctly, with reasons and reconsideration triggers.54- A measurement gap is a risk to resolve, not evidence that the concern is unimportant.55 Name the needed evidence, owner and next check. Continue provisional elicitation while56 withholding unsupported approval or exact ranking.57- Suspected conflicts require the same operation, environment and success definitions.58 Attribute names alone do not prove a trade-off; neither scalability nor elasticity mandates59 a particular consistency model.60- Scale the record to uncertainty and consequences, not headcount or number of deployables.61 One critical service can require careful elicitation; a small change may need only one row.62- When a quality standard or taxonomy is invoked, read63 [taxonomy-and-iso.md](references/taxonomy-and-iso.md). A checklist can reveal omissions but64 cannot choose priorities or waive a requirement.6566## Minimum deliverable6768For a small request: scope, candidate/driver, evidence, observable meaning, priority rationale69and unresolved question or next validation. For a full list, also identify the top focus,70other retained drivers, baseline constraints, and Others Considered with reasons and review71triggers. State who confirmed the priorities; label an unconfirmed list provisional.7273Use `architecture-decision-making` for a durable decision record,74`architecture-fitness-functions` for implementing checks, and `slo-and-alerting` for operational75targets. This skill supplies enough scenario detail to validate the selection, not a full test76harness or architecture evaluation.7778When evaluating the skill itself, use79[validation-cases.md](references/validation-cases.md). Written cases are not executed evidence.