resume-work

Restore project context from state files and Git status.

1|2|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/cinjoff/fhhs-skills --skill resume-work-cinjoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-work
Source: https://github.com/cinjoff/fhhs-skills/tree/main/.claude/skills/resume-work
Command: npx skills add https://github.com/cinjoff/fhhs-skills --skill resume-work-cinjoff

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users quickly get back on track with their projects by restoring context and guiding them to the next logical action, especially after interruptions or when starting a new session.

Core Features & Use Cases

  • Context Restoration: Gathers project state from various files (STATE.md, ROADMAP.md, Git status) to provide a comprehensive briefing.
  • State Integrity Checks: Detects inconsistencies between saved state and actual files, flagging potential corruption.
  • Intelligent Routing: Recommends the appropriate next command (e.g., /build, /plan-work, /fh:health) based on the project's current status.
  • Use Case: After a long break, you can use this Skill to get a summary of your project's progress, identify any pending tasks, and be prompted with the best command to continue your work.

Quick Start

Use resume work to get a briefing on your current project status.

Frequently Asked Questions about resume-work

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

FAQPage Schema
How do I restore project context after an interrupted build?

Restore project context by reading state files and Git status to detect interrupted builds. The tool scans the .planning directory to identify unverified phases and generates a comprehensive briefing for your current session.

What is the best way to get a project briefing for pending tasks?

Get a project briefing by reading ROADMAP.md and STATE.md to summarize pending tasks. This process evaluates your project state and recommends the appropriate next command to continue work seamlessly.

How does state corruption detection work for project management workflows?

State corruption detection works by comparing saved state files against actual Git repository status to identify inconsistencies. It flags potential corruption when project management workflows have mismatched data between tracked files and repository state.

Can I use Git status to route to the next logical project action?

Yes, you can use Git status to route to the next logical project action. The system analyzes your repository status and state files to recommend appropriate commands like /build or /plan-work based on current project needs.

Does context routing work without a .planning directory?

Context routing requires a .planning directory for comprehensive state assessment. Without it, the system cannot scan for STATE.md or ROADMAP.md files needed to detect unverified phases and provide accurate project briefing.