# Examples

## Analyze

```text
Goal:
Understand why our release process keeps producing stale docs.

Mode:
Analyze

Output:
Summary, key parts, feedback loops, most important insight, next step.
```

## Decide

```text
Goal:
Choose whether v0.3.0 should focus on exports or web UI polish.

Mode:
Decide

Output:
Options, trade-offs, recommendation, why, next action.
```

## Architect

```text
Goal:
Design a prompt library structure for Atlas One.

Mode:
Architect

Output:
Goal, constraints, architecture, component responsibilities, risks.
```

## Review

```text
Goal:
Review this README before release.

Mode:
Review

Output:
Findings first, severity, evidence, recommended fixes, open questions.
```

## Debug

```text
Goal:
The Pages site does not load prompts.json.

Mode:
Debug

Output:
Observed problem, likely causes, checks to run, fix path, verification.
```

## Research

```text
Goal:
Understand how other prompt libraries handle versioning and metadata.

Mode:
Research

Output:
Sources reviewed, key findings, patterns, gaps, recommendation.
```

## Explain

```text
Goal:
Explain why trust boundaries matter in architecture models.

Mode:
Explain

Output:
Concept, why it matters, concrete example, common mistake, one-sentence summary.
```

## Teach

```text
Goal:
Teach a junior developer how to write a good commit message.

Mode:
Teach

Output:
Core idea, rule, example (good vs bad), exercise, check question.
```

## Edit

```text
Goal:
Tighten this README section — it is too long and repeats itself.

Mode:
Edit

Output:
Edited version, what was removed and why, what was kept and why.
```

## Coach

```text
Goal:
I keep avoiding hard conversations with my team about scope creep.

Mode:
Coach

Output:
What I observe, underlying pattern, reframe, one experiment to try, check-in question.
```

## Plan

```text
Goal:
Plan the v0.7.0 release for Atlas One in one week.

Mode:
Plan

Output:
Goal, constraints, steps in order, risks, definition of done.
```

## Summarize

```text
Goal:
Summarize this 30-page architecture document into one page.

Mode:
Summarize

Output:
What it is, key decisions, main risks, what is missing, one-line verdict.
```

## Create

```text
Goal:
Write a prompt pack for architecture review sessions.

Mode:
Create

Output:
Draft artifact, rationale for key choices, what to refine next.
```
