/changelog-observer
Track development session events in a daily markdown changelog, including file changes, test results, and key decisions.
$ npx -y skills add claude-world/director-mode-lite --skill changelog-observer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/changelog-observer
Context preview
The summary Claude sees to decide when to auto-load this skill.
Track development session events in a daily markdown changelog, including file changes, test results, and key decisions.
SKILL.md
changelog-observer.SKILL.mdname: changelog-observer description: Track development session events in a daily markdown changelog, including file changes, test results, and key decisions. allowed-tools: - Read - Write - Edit - Bash user-invocable: true
Changelog Observer
Track session context in `.changelog/session-YYYY-MM-DD.md`.
Log target
- Use `.changelog/session-YYYY-MM-DD.md` for the current local date.
- Create `.changelog/` and the session file if they do not exist.
- If the session file is new, initialize it from [template.md](template.md).
- Append new entries in chronological order.
What to log
- `file-change`: after creating, editing, or deleting project files.
- `test-result`: after running tests, checks, or validation commands.
- `decision`: after making an implementation or architecture decision worth preserving.
Entry rules
- Keep each description short and specific.
- List only directly affected files.
- Use `none` when no files were changed.
- Do not rewrite earlier entries unless they are incorrect.
Template
Use the markdown structure in [template.md](template.md) for each appended entry.
Use Claude Code like a Director, not a Programmer. MIT toolkit with Auto-Loop, guided setup, 27 commands, 14 agents, and 32 skills.
Other skills on director-mode-lite.
- /agent-check
Validate custom agent file format and structure. Use after creating or editing an agent, before committing agent changes, or when an agent fails to load.
Open skill - /agent-template
Generate custom agent from template. Use when creating a new subagent from scratch, or scaffolding an agent file with correct frontmatter.
Open skill - /agents
List all available agents (core, expert, self-evolving). Use when the user asks what agents are available or runs /agents.
Open skill - /auto-loop
TDD-based autonomous development loop with checkpoint recovery and observability changelog
Open skill - /changelog
View and manage the runtime changelog for observability
Open skill - /check-environment
Verify Claude, Codex, and Grok availability plus Director guidance, relay, agents, and skills. Audit optional hooks only when selected. Use after installation or when a native surface misbehaves.
Open skill

