robabby avatar

session-end

Combined workflow for ending an AI collaboration session. Runs reflect to capture learnings, consoli

提供方 robabby|开源

Session End

Combined shutdown workflow for AI collaboration sessions.

What It Does

  1. Reflect - Review session and identify memories to store
  2. Consolidate - Create memory files for important learnings
  3. Summarize - Provide session summary and note unfinished work

Workflow

  1. Review session work

    • What was accomplished?
    • What decisions were made?
    • What was learned?
    • What remains unfinished?
  2. Identify memories to store

    • Episodic: Events, breakthroughs, frustrations
    • Semantic: Facts learned, knowledge gained
    • Procedural: Patterns discovered, processes established
    • Strategic: Decisions made, plans formed
  3. Create memory files

    • Generate properly formatted memory files
    • Assess importance and concepts
    • Store in appropriate folders
  4. Update session log (optional)

    • Create session log entry
    • Link to memories created
  5. Note unfinished work

    • What needs follow-up?
    • Any blockers or pending decisions?
  6. Provide session summary

    • Work completed
    • Memories stored
    • Next steps

Parameters

  • $ARGUMENTS (optional): Focus area for reflection

Output Format

## Session Ended

### Work Completed
- {accomplishment}
- {accomplishment}

### Memories Stored
| Type | Title | Importance |
|------|-------|------------|
| {type} | {title} | {score} |

### Unfinished / Follow-up
- {item}

### Session Stats
- Duration: ~{time}
- Files created/modified: {count}
- Memories stored: {count}

---

Context preserved. See you next session.

Example

User: /session-end

Response: "## Session Ended

Work Completed

  • Brainstormed AI Ready Vault product concept
  • Evolved from vault templates to composable skills system
  • Created 6 project documentation files
  • Defined skills library architecture
  • Created 11 skill definitions

Memories Stored

TypeTitleImportance
StrategicAI Ready Vault Product Vision0.9
StrategicTarget Audience Decision0.7
ProceduralTeaching Pattern for AI Concepts0.6
SemanticSkills Library Concept0.8

Unfinished / Follow-up

  • Skills need testing and refinement
  • Website scroll experience not yet implemented
  • Vault tiers need finalization

Session Stats

  • Duration: ~2 hours
  • Files created: 17 (6 project docs, 11 skills)
  • Memories stored: 4

Context preserved. See you next session."