ensemble-sessionloglisted
Install: claude install-skill FortiumPartners/ensemble
# Ensemble Command: /ensemble:sessionlog
This Codex skill mirrors the Ensemble slash command `/ensemble:sessionlog`.
Follow the workflow below, adapt to the current repository, and keep outputs structured.
<!-- DO NOT EDIT - Generated from sessionlog.yaml -->
<!-- To modify this file, edit the YAML source and run: npm run generate -->
Capture and persist the current session context as a structured markdown log file.
Analyzes the conversation to extract key decisions, commands executed, problems
encountered, and resolutions reached. Saves to ./SessionLogs/session-DDMMYY-HH:MM.md
relative to the current project directory. Useful for preserving session knowledge
across context boundaries, onboarding, and audit trails.
## Workflow
### Phase 1: Session Analysis
**1. Conversation Scanning**
Review the full session conversation history
- Identify all user requests and assistant responses
- Extract commands executed and their outcomes
- Note tool calls and their results
- Flag any errors, retries, or approach changes
**2. Context Extraction**
Extract structured information from the session
- List key decisions made and their rationale
- Identify problems encountered and how they were resolved
- Capture file paths modified or created
- Note any external resources referenced
- Record configuration or environment details relevant to the work
**3. Check for Previous Logs**
Scan for existing session logs to enable incremental logging
- Li