bf-resume

Reload ticket context from brownfield-progress files and git history.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/ricky-yosh/agent-workflows --skill bf-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bf-resume
Source: https://github.com/ricky-yosh/agent-workflows/tree/main/skills/brownfield/bf-resume
Command: npx skills add https://github.com/ricky-yosh/agent-workflows --skill bf-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reloads and consolidates ticket work context from brownfield-progress files to quickly resume work on stalled tasks.

Core Features & Use Cases

  • Reloads session context from .aw/brownfield-progress files (research.txt, progress.txt, tasks.json) and git history to surface last actions.
  • Generates a concise summary of the ticket, current state, and recommended next steps.
  • Integrates with /bf-triage flow to continue the brownfield workflow seamlessly.

Quick Start

Run the /bf-resume command to reload your session context from the brownfield-progress files and review the last session.

Frequently Asked Questions about bf-resume

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

FAQPage Schema
How do I resume work on a stalled brownfield ticket?

To resume work on a stalled brownfield ticket, reload your session context by consolidating brownfield-progress files like research.txt, progress.txt, and tasks.json alongside git history to reconstruct the ticket state and determine next steps.

What is the best way to reconstruct a ticket's state from progress files?

The best way to reconstruct a ticket state from progress files is to consolidate brownfield-progress artifacts and git commit history, generating a concise summary of last actions and proposing subsequent tasks for the workflow.

How does a session context reload work with git history?

Session context reload works by reading brownfield-progress files and git log history to surface last actions. It consolidates these artifacts to present a summary of the current state and recommended next steps.

Do I need tasks.json files to reload brownfield ticket progress?

Yes, tasks.json is one of the brownfield-progress files used to reload ticket progress. The skill reads tasks.json alongside research.txt and progress.txt to accurately reconstruct the ticket state and propose next steps.

Can I continue the brownfield workflow after reloading session context?

Yes, you can continue the brownfield workflow after reloading session context. The skill integrates with the bf-triage flow, allowing you to seamlessly proceed with subsequent tasks and recommended next steps.