rb-continue-project

Synthesize project diaries, handoff notes, and git state into a continuity brief.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/richardmbailey/rb-skills --skill rb-continue-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rb-continue-project
Source: https://github.com/richardmbailey/rb-skills/tree/main/rb-continue-project
Command: npx skills add https://github.com/richardmbailey/rb-skills --skill rb-continue-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the friction of context-switching by automatically aggregating project history, testing status, and current git state to ensure continuity without manual re-onboarding.

Core Features & Use Cases

  • Context Aggregation: Automatically reads project diaries, handoff notes, and architecture documentation to reconstruct the current project state.
  • State Reconciliation: Inspects git status, branch information, and recent commits to identify where the previous session left off.
  • Test & CI Awareness: Recovers the specific testing commands, coverage thresholds, and CI-equivalent gates required to maintain project quality.

Quick Start

Invoke the rb-continue-project skill to orient the agent to the current repository and receive a summary of the project state and recommended next steps.

Frequently Asked Questions about rb-continue-project

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

FAQPage Schema
How do I resume a multi-session coding project and recover its full context?

To resume a multi-session coding project, this skill synthesizes project diaries, handoff notes, and git state into a coherent continuity brief. It automatically aggregates project history and current working environment data to reconstruct the exact project state without manual re-onboarding.

What is the best way to maintain continuity across development sessions in mature repositories?

Maintaining continuity across development sessions requires aggregating git status, recent commits, and architecture documentation. This skill reads local project documentation and standard git tooling to reconcile the working environment and identify exactly where the previous session left off.

How do I check existing test levels and CI gates before continuing development work?

To check existing test levels and CI gates before continuing development, this skill recovers specific testing commands, coverage thresholds, and CI-equivalent gates. It ensures strict adherence to project quality requirements by aggregating test and CI awareness into the continuity brief.

Can I use this context recovery approach for repositories without handoff notes or project diaries?

This context recovery approach relies on synthesizing project diaries, handoff notes, and architecture documentation alongside git state. While it can inspect git status and recent commits, repositories lacking local project documentation will yield a less comprehensive continuity brief for multi-session tasks.

Does this project resumption workflow work with any git repository?

This project resumption workflow applies to mature repositories requiring multi-session coding tasks. It requires access to local project documentation and standard git tooling to verify the current working environment and reconstruct the project state accurately.

What are the limitations of automated context aggregation for complex project workflows?

Automated context aggregation for complex project workflows depends on the existence of updated handoff notes and project diaries. If local documentation is outdated or missing, the synthesized continuity brief may not fully capture architectural decisions or project-specific workflows needed for strict adherence.