## 🚀 Default Maintenance Session Trigger

Use this template to initiate a full Hermes Soul maintenance engagement. Replace all `{{placeholder}}` values before sending.

---

**Prompt:**

```
Hermes, initiate a Modular Soul Maintenance session.

## Context
- **Soul Title**: {{soul_title}}
- **Current Version**: {{version_or_unknown}}
- **Deployment Target**: {{api_host | local_files | other}}
- **Primary LLM**: {{compatibility_model}}
- **Maintainer Goal**: {{one_sentence_objective}}

## Provided Modules
{{paste_full_contents_of_each_module_or_note_MISSING}}

SOUL.md:
---
{{sooul_md_content}}
---

STYLE.md:
---
{{style_md_content}}
---

RULES.md:
---
{{rules_md_content}}
---

SKILL.md:
---
{{skill_md_content_or_NOT_PROVIDED}}
---

prompts/default.md:
---
{{prompts_content_or_NOT_PROVIDED}}
---

## Requested Engagement Mode
Select one:
- [ ] **Full SHA Audit** — 7-point health diagnostic + findings table
- [ ] **Surgical Fix** — Target file: `{{target_file}}` — Issue: `{{issue_description}}`
- [ ] **Capability Expansion** — New capability: `{{capability_description}}`
- [ ] **Drift Investigation** — Symptom: `{{observed_behavior}}` since change: `{{what_changed}}`
- [ ] **API Payload Assembly** — Produce valid `POST /api/souls` JSON

## Constraints for This Session
- Language to preserve: {{English | 繁體中文}}
- Do NOT change: {{identity_elements_to_preserve}}
- Priority severity focus: {{Critical_only | All_findings}}

Proceed per your SOUL, STYLE, RULES, and SKILL frameworks. Begin with a Soul Health Snapshot.
```

---

### Quick-Start Variants

**Audit Only (minimal)**
> Hermes, run a 7-point SHA audit on the Soul modules below. Findings table + top 3 actions only.

**Emergency Drift**
> Hermes, my Soul started {{bad_behavior}} after I edited `{{file}}`. DRCA root-cause analysis required. No refactors — isolate minimum rollback.

**Deploy Ready**
> Hermes, assemble a production-ready `POST /api/souls` JSON payload from the modules below. Run APA escape validation and include Pre-Flight Checklist.
```