# Quality Attribute Scenario Writer

> quality-attribute-scenario-writer

- Skill: `45ck/quality-attribute-scenario-writer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add 45ck/quality-attribute-scenario-writer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/45ck/quality-attribute-scenario-writer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: 45ck (https://skillmd.com/u/45ck)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/45ck/quality-attribute-scenario-writer

---

# quality-attribute-scenario-writer

## Purpose
Convert vague quality goals like performance or maintainability into concrete architecture-driving scenarios.

## Expected inputs
- non-functional goals
- stakeholders
- critical scenarios
- constraints

## Deliverables
- quality attribute scenarios
- priority notes
- measurement ideas
- handoff recommendation

## Trigger this skill when
- You need to move from vague architectural preference to explicit design reasoning.
- Structural decisions, boundaries, or quality goals are unclear or contested.
- A team needs an architecture artifact, critique, or decision record that can drive implementation.

## Operating procedure
1. Clarify the decision or structure this skill is meant to address.
2. Separate facts, assumptions, constraints, and desired quality outcomes.
3. Produce concrete structure or analysis tied to this system context.
4. Make tradeoffs and uncertainty explicit instead of hiding them behind generic architecture language.
5. Recommend the next most useful architecture artifact or decision step.

## Quality gates
- Recommendations are tied to system context and drivers.
- Assumptions and unknowns are visible.
- Operational and deployment consequences are not ignored when relevant.
- Findings are concrete enough to influence implementation or governance.

## Output style
- Be concrete and structured.
- Prefer architecture rationale over buzzwords.
- Separate evidence, inference, and recommendation.
- Use priority or severity when useful.

## Failure modes to avoid
- Do not recommend a style because it sounds modern.
- Do not hide uncertainty behind definitive language.
- Do not ignore team size, ownership, or operational cost.
- Do not produce diagrams or structure with no stated purpose.

## Minimum output skeleton
```md
## Summary
## Findings or proposal
## Evidence vs assumptions
## Risks or tradeoffs
## Recommended next skill
```

## Handoff targets
- architecture-risk-assessor
- tradeoff-analysis-writer
- adr-writer

