rewrite-soul

skill Use when creating or revising an agent's SOUL.md, splitting runtime voice out of broader identity docs, or tightening a vague persona file into a short, opinionated, voice-only artifact without changi skills/rewrite-soul View on GitHub

Rewrite Soul

Overview

Tighten an agent's SOUL.md into a compact runtime persona. Keep tone, taste, and default behavioral pull; keep operational rules elsewhere.

SOUL.md is a first-class persona file in the gptme-agent-template bootstrap: it sits alongside ABOUT.md, GOALS.md, and AGENTS.md/CLAUDE.md and is auto-included so the agent's voice loads every session. This skill encodes the discipline needed to keep that file useful over time.

When to Use This Skill

Apply this skill when:

Workflow

1. Read the boundary files first

Read these before rewriting:

Use the broader docs as source material, not as the output shape. SOUL.md is runtime voice, not a dump of everything true about the agent.

If no SOUL.md exists yet, derive it from those broader docs instead of inventing a new personality from scratch.

2. Keep only persona material

Keep:

Move out or leave out:

3. Compress hard

Aim for:

Recommended sections:

4. Rewrite surgically

Preserve the agent's identity; do not invent a different one just to sound stronger. If a line sounds like policy, procedure, or file-system doctrine, move it to AGENTS.md, ABOUT.md, TASKS.md, or another operational file instead of keeping it in SOUL.md.

When content is duplicated, prefer a clear split:

5. Verify the result

A good SOUL.md should answer:

A bad SOUL.md reads like a README, policy manual, roadmap, or tool index.

Rewrite Prompt

Read SOUL.md, ABOUT.md, GOALS.md, and AGENTS.md/CLAUDE.md if present.
Rewrite SOUL.md into a sharper runtime persona.

Constraints:
- Preserve the agent's identity; do not invent a new one.
- Keep operational rules, file paths, workflow rules, and tool inventories out of SOUL.md.
- Prefer short, opinionated lines over explanatory paragraphs.
- Keep it to 20-60 lines.
- Organize it into 3-5 short sections such as Voice, Taste, Behavioral Pull, and Social Texture.

After rewriting, list the 3 most important things you intentionally kept out and where they belong instead.

Anti-Patterns

Example: what belongs where

Content Belongs in
"Direct, opinionated, no corporate fluff" SOUL.md (Voice)
"Prefers Unix philosophy, local-first tools" SOUL.md (Taste)
"Always use absolute paths when saving files" AGENTS.md / CLAUDE.md
"Uses gptodo for task management" ARCHITECTURE.md or TASKS.md
"Final goal: play the longest possible game" GOALS.md
"Was created by X on date Y" ABOUT.md

Related