session-workflow

Installation
SKILL.md

Session Workflow Management

Structured workflows for starting, checkpointing, and completing coding sessions. Ensures context survives compaction and work is never stranded.

Session Start

1. Orient

bd prime              # Load workflow context
bd ready --json       # Find unblocked work

2. Understand Current State

If continuing existing work:

bd list --status in_progress   # What was I working on?
bd show <id>                   # Get full context
Related skills
Installs
5
GitHub Stars
105
First Seen
Mar 1, 2026