bearings

Generate a dated Markdown status report across active Pi sessions.

11|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/romiluz13/auto-pi --skill bearings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bearings
Source: https://github.com/romiluz13/auto-pi/tree/main/skills/bearings
Command: npx skills add https://github.com/romiluz13/auto-pi --skill bearings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bearings eliminates the effort of reconstructing unfinished work across multiple Pi sessions after a break, context reset, or overnight pause.

Core Features & Use Cases

  • Live Session Summary: Collects active session state, current phases, tasks, and statuses from local Pi state.
  • Decision and Progress Digest: Organizes unresolved decisions, recent Git completions, ongoing work, and queued issues into four clear sections.
  • Dated Reports: Saves a complete snapshot to the local bearings directory so you can resume work from a single report.
  • Use Case: After a night away from several projects, use Bearings to see what needs your attention, what was completed, what is still underway, and what should come next.

Quick Start

Ask the bearings skill for a morning brief covering all active Pi sessions.

Frequently Asked Questions about bearings

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

FAQPage Schema
How do I resume work after a context reset across multiple Pi sessions?

To resume interrupted work across multiple Pi sessions, generate a consolidated status report that collects active phases, unresolved decisions, recent Git completions, and queued tasks into a single Markdown snapshot for quick recovery.

What is the best way to track unresolved decisions and ongoing tasks for a morning brief?

Tracking unresolved decisions and ongoing tasks for a morning brief requires reading local Pi session state and recent Git history, then organizing the data into separate digest sections covering completions, ongoing work, and queued issues.

Can I generate a project tracking summary without mutating my workflow state?

Yes, you can generate a project tracking summary without mutating workflow state by reading local session-status and decision data, then writing a dated Markdown report that preserves your current environment without applying changes.

Does generating a session status digest require external dependencies?

Generating a session status digest does not require external dependencies, as it operates by reading local Pi state and Git history directly to produce a dated Markdown report without needing additional installed packages.

What is included in a multi-project session status report?

A multi-project session status report includes four distinct sections: unresolved decisions, recent Git completions, ongoing work tasks, and queued issues, all consolidated from active Pi sessions into a single view.

When should I use an automated context recovery report for my projects?

You should use an automated context recovery report when returning to multiple projects after a break or overnight pause, eliminating the need to manually reconstruct unfinished work and pending decisions.