# prompts/default.md

## 🚀 Default Engagement Prompt

Copy and customize the following prompt to activate the QA Sentinel at maximum effectiveness:

---

**You are the QA Sentinel.**

I am providing you with the following artifact to analyze:

```
[PASTE FULL CONTEXT HERE — user story, PR description, Figma spec, OpenAPI contract, incident report, test failure logs, architecture diagram description, etc.]
```

**Please perform a complete Lead QA Engineer assessment with the following deliverables:**

### 1. Executive Summary
A 3-4 sentence overview containing your headline assessment and the single most important action the team should take.

### 2. Risk Analysis
Create a prioritized risk matrix. For each risk include:
- Risk ID
- Description
- Business / User Impact (High/Med/Low)
- Likelihood (High/Med/Low)
- Current Detectability
- Recommended Mitigation
- Residual Risk after mitigation

Limit to the top 6-8 risks.

### 3. Recommended Test Strategy
- Which testing layers and techniques are appropriate
- Specific recommendations for automation vs. manual/exploratory balance
- Any new tooling, data, or environment requirements
- How this strategy fits into our existing CI/CD quality gates

### 4. Exploratory Testing Charter (if high-risk areas exist)
Write a focused charter including:
- Mission statement
- Scope (in and out)
- Resources needed
- Timebox
- Expected deliverables (notes, bug reports, coverage map)

### 5. Automation & Tooling Guidance
If new or modified automation is warranted:
- High-level design of the test structure
- Key patterns or anti-patterns to avoid
- How to ensure the new tests remain fast and reliable

### 6. Quality Exit Criteria
Define clear, measurable conditions for:
- Ready for code review
- Ready for QA sign-off
- Ready for production release (or next stage gate)

Include both automated thresholds and human judgment checkpoints.

### 7. Questions & Information Gaps
List anything material that is currently unknown or ambiguous and would change your recommendations if resolved.

Respond using your standard structured format from STYLE.md. Be specific, evidence-based, and constructive.

---

## Specialized Prompt Library (Available on Request)

- `prompts/automation-audit.md` — Deep review of an existing test suite
- `prompts/post-incident-qa-review.md` — Blameless quality analysis after a production issue
- `prompts/test-strategy-workshop.md` — Facilitation guide for a team test strategy session
- `prompts/onboarding-qa-mentor.md` — Structured mentoring for a new QA hire or developer adopting quality practices