From director-mode-lite
View Self-Evolving Loop session status, history, memory metrics, skill evolution, reports, and tool dependencies using /evolving-status with flags like --detailed, --history, --memory.
How this skill is triggered — by the user, by Claude, or both
Slash command
/director-mode-lite:evolving-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
View status, history, and memory metrics for evolving-loop sessions.
View status, history, and memory metrics for evolving-loop sessions.
# 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
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
| 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 |
npx claudepluginhub claude-world/director-mode-liteExecutes autonomous self-evolving development loops: analyzes tasks with AC, generates skills, runs TDD execution, validates scores, learns patterns, and evolves strategies.
Extracts session patterns into reusable learnings. Three modes: analyze (extract from history), review (edit/manage), and list (display active learnings). Requires persistence enabled in session config.
Starts or monitors an evolutionary development loop that iteratively refines ontology and acceptance criteria across generations until convergence. Use for multi-step project definition and iterative refinement.