session-start-checklist

Consume OpenBrain context and synchronize task state before coding.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/rfidel214/project-template --skill session-start-checklist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-start-checklist
Source: https://github.com/rfidel214/project-template/tree/main/template/skills/session-start-checklist
Command: npx skills add https://github.com/rfidel214/project-template --skill session-start-checklist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures that every agent starts with full situational awareness before writing code by consuming existing context and preventing re-derivation of known facts.

Core Features & Use Cases

  • Mandatory context consumption at session start to establish a shared understanding of goals, blockers, and prior notes
  • Import of pending OpenBrain captures to preserve history and avoid lost context
  • Synchronization of task state from beads to align team context and reduce duplicated work

Quick Start

Run /session-start-checklist at the start of every session to consume context.

Frequently Asked Questions about session-start-checklist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I restore agent context after compaction or switching tasks?

To restore agent context after compaction or task switching, execute the session-start-checklist protocol to consume existing context, import pending OpenBrain captures, and synchronize task state from beads, ensuring full situational awareness before coding.

What is the best way to prevent duplicated work when picking up tasks from another agent?

The best way to prevent duplicated work during agent handoff is synchronizing task state from beads and consuming prior session context, which aligns team context and establishes shared understanding of goals and blockers.

Does the session-start checklist work with OpenCode and Codex agents?

Yes, the session-start checklist works with OpenCode and Codex agents, along with Claude Code and KiloCode. It applies context consumption and blocker checks across these platforms before coding begins.

How do I capture lost context from previous agent sessions?

To capture lost context from previous sessions, import pending OpenBrain captures at session start. This preserves history and prevents agents from re-deriving known facts by consuming existing context.

When do I need to run a context consumption checklist for my coding agent?

You need to run a context consumption checklist when starting a new session, switching tasks, picking up work from another agent, or resuming after compaction to ensure full situational awareness.

Do I need OpenBrain integration to check blockers at session start?

Yes, OpenBrain integration is required for context retrieval and importing pending captures. The session-start protocol depends on OpenBrain and beads to synchronize task state and check blockers.