Manual session recovery after compaction or when starting fresh. Uses the hybrid AI+Computer approach for reliable context gathering.
Restores project context and conversation history after session compaction or restart.
/plugin marketplace add udecode/dotai/plugin install fb@dotaiManual session recovery after compaction or when starting fresh. Uses the hybrid AI+Computer approach for reliable context gathering.
Gather Context: Run flashback working-plan --context to get:
Load Context: Use flashback session-start --context to get recent conversation transcript
Understand what you work working on from the conversation transcript, and WORKING_PLAN.md:
Welcome User: After loading context, provide a brief summary of what you understand about the project and ask "What would you like to work on now?"
The CLI command handles all file reading and context formatting consistently:
flashback working-plan --context && flashback session-start --context
This outputs structured context including:
This command is used manually when:
CRITICAL: Gets previous meaningful conversation, not empty current session context.
Usage: /fb:session-start