start

Read latest handoff notes and git history to propose next actions.

Updated Jul 27, 2025
One-click install
npx skills add https://github.com/TheCactusBlue/nixfiles --skill start-thecactusblue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start
Source: https://github.com/TheCactusBlue/nixfiles/tree/main/.claude/skills/start
Command: npx skills add https://github.com/TheCactusBlue/nixfiles --skill start-thecactusblue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users quickly resume work by bootstrapping a session: it reads the most recent handoff, summarizes project progress, and suggests what to do next.

Core Features & Use Cases

  • Hand-off resume: Reads the latest handoff in .claude/handoff/ and highlights what was accomplished, decisions, blockers, and questions
  • Project state summary: Reviews recent git activity (last commits, current branch, uncommitted changes) and surfaces active vs. stale branches
  • Next-step planning: Proposes concrete next actions based on recent work and outstanding plans

Quick Start

Run the start skill at the beginning of a session to bootstrap context by loading the latest handoff, evaluating repo state, and presenting a concise plan for the next steps.

Frequently Asked Questions about start

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

FAQPage Schema
How do I resume work on a project using a git handoff summary?

To resume work using a git handoff summary, run the start skill at the beginning of your session. It reads the latest handoff notes, evaluates recent commits and branches, and generates a concise plan for your next actions.

What is the best way to bootstrap a development session with recent git history?

The best way to bootstrap a development session is to analyze recent git history alongside handoff notes. This process reviews uncommitted changes, identifies blockers, and proposes actionable next steps to guide your work.

How does reading handoff notes help generate a project state summary?

Reading handoff notes helps generate a project state summary by extracting previous accomplishments and decisions. It combines this context with recent git activity to surface active branches and highlight current project blockers.

Can I review uncommitted changes and stale branches across local repos?

Yes, you can review uncommitted changes and stale branches across local repos. The skill evaluates your current branch, checks uncommitted modifications, and surfaces active versus stale branches to clarify project state.

Do I need handoff files to propose next-step planning for ongoing projects?

You need handoff files in the .claude/handoff/ directory to effectively propose next-step planning. The skill reads these notes to understand prior decisions and blockers before generating an actionable plan for ongoing projects.