/evolving-status
View Self-Evolving Loop session status, history, and memory metrics
$ npx -y skills add claude-world/director-mode-lite --skill evolving-status --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
/evolving-status
Context preview
The summary Claude sees to decide when to auto-load this skill.
View Self-Evolving Loop session status, history, and memory metrics
SKILL.md
evolving-status.SKILL.mdname: evolving-status
description: View Self-Evolving Loop session status, history, and memory metrics
user-invocable: true
Self-Evolving Loop Status
View status, history, and memory metrics for evolving-loop sessions.
---
Usage
# Current session status
/evolving-status
# Detailed view
/evolving-status --detailed
# View specific report
/evolving-status --report analysis
/evolving-status --report validation
/evolving-status --report decision
/evolving-status --report learning
/evolving-status --report patterns
# View event history
/evolving-status --history
# View skill evolution
/evolving-status --evolution
# View memory system
/evolving-status --memory
# View tool dependencies
/evolving-status --dependencies
---
Output Example
Status: in_progress
Phase: EXECUTE
Iteration: 3 / 50
Started: 2026-01-14T12:00:00Z
Request: Build REST API with user authentication...
Skill Versions:
executor: v2
validator: v1
fixer: v1
Lifecycle Status:
executor: task-scoped
validator: task-scoped
fixer: task-scoped
Task Type: auth (pattern: auth)
Acceptance Criteria:
[x] AC-F1: GET /users endpoint
[x] AC-F2: POST /users endpoint
[ ] AC-F3: Input validation
---
Views
| Flag | Description | |------|-------------| | `--detailed` | Full JSON state | | `--report <type>` | View specific report | | `--history` | Last 20 events | | `--evolution` | Skill version history | | `--memory` | Memory system metrics | | `--dependencies` | Tool co-usage graph |
---
Related
- [/evolving-loop](../evolving-loop/SKILL.md) - Main development loop
- [Architecture](https://github.com/claude-world/director-mode-lite/blob/main/docs/EVOLVING-LOOP-ARCHITECTURE.md) - Detailed design
Read more
name: evolving-status description: View Self-Evolving Loop session status, history, and memory metrics user-invocable: true
Self-Evolving Loop Status
View status, history, and memory metrics for evolving-loop sessions.
---
Usage
# Current session status /evolving-status # Detailed view /evolving-status --detailed # View specific report /evolving-status --report analysis /evolving-status --report validation /evolving-status --report decision /evolving-status --report learning /evolving-status --report patterns # View event history /evolving-status --history # View skill evolution /evolving-status --evolution # View memory system /evolving-status --memory # View tool dependencies /evolving-status --dependencies
---
Output Example
Status: in_progress Phase: EXECUTE Iteration: 3 / 50 Started: 2026-01-14T12:00:00Z Request: Build REST API with user authentication... Skill Versions: executor: v2 validator: v1 fixer: v1 Lifecycle Status: executor: task-scoped validator: task-scoped fixer: task-scoped Task Type: auth (pattern: auth) Acceptance Criteria: [x] AC-F1: GET /users endpoint [x] AC-F2: POST /users endpoint [ ] AC-F3: Input validation
---
Views
| Flag | Description | |------|-------------| | `--detailed` | Full JSON state | | `--report <type>` | View specific report | | `--history` | Last 20 events | | `--evolution` | Skill version history | | `--memory` | Memory system metrics | | `--dependencies` | Tool co-usage graph |
---
Related
- [/evolving-loop](../evolving-loop/SKILL.md) - Main development loop
- [Architecture](https://github.com/claude-world/director-mode-lite/blob/main/docs/EVOLVING-LOOP-ARCHITECTURE.md) - Detailed design
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.
- /changelog-observer
Track development session events in a daily markdown changelog, including file changes, test results, and key decisions.
Open skill - /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

