From keepgoing
Use when the user wants a comprehensive context reconstruction before a big session - "full briefing", "catch me up completely", "full context", "what decisions were made", or returning after a long break and needing complete context.
How this skill is triggered — by the user, by Claude, or both
Slash command
/keepgoing:briefingThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user wants a comprehensive context briefing - more thorough than `/keepgoing:reentry`.
The user wants a comprehensive context briefing - more thorough than /keepgoing:reentry.
mcp__plugin_keepgoing_session__get_reentry_briefing to get the structured briefing.mcp__plugin_keepgoing_session__get_decisions to surface key architectural and design decisions.mcp__plugin_keepgoing_session__get_session_history to get recent session history.mcp__plugin_keepgoing_session__get_momentum for current branch and task context.Synthesize all results into a complete briefing covering:
auth, architecture, migration, or infra should be explicitly called out as a hard constraint requiring user approval to override.If the user stated a specific task when invoking this skill, cross-reference decisions against that task and call out any that constrain it before diving into implementation. If no task was stated, present all decisions with confidence >= 0.7 as standing constraints for the session.
This is the "full reconstruction" mode - the user is about to start a substantial work block and needs complete context. Be thorough.
npx claudepluginhub keepgoing-dev/claude-plugin --plugin keepgoingReference for writing and editing skills with predictable behavior, covering invocation models, description writing, and information hierarchy.