update-briefs

Consolidate sprint outputs into project-state.md and related briefs.

5|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/rbah31/claude-code-workflow --skill update-briefs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-briefs
Source: https://github.com/rbah31/claude-code-workflow/tree/main/.claude/skills/update-briefs
Command: npx skills add https://github.com/rbah31/claude-code-workflow --skill update-briefs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates refreshing the briefs/ shared memory after a sprint to keep all strategic agents informed of the current project state.

Core Features & Use Cases

  • Reads sprint artifacts from the latest sprint folder (plan.md, build-output.md, review-output.md, fix-output.md, redteam-output.md if present, retrospective.md if present) and composes consolidated briefs.
  • Updates briefs/project-state.md and related briefs (briefs/marketing-sync.md, briefs/blockers.md, briefs/decisions-log.md, briefs/weekly-debrief.md) to reflect current progress and outcomes.
  • Supports post-sprint governance by automatically updating the states after sprint completion or when the user requests "update briefs", "sync state", or "what changed".

Quick Start

Run the update-briefs skill after each sprint to refresh briefs/project-state.md and related briefing documents.

Frequently Asked Questions about update-briefs

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

FAQPage Schema
How do I update project-state.md and shared briefs after a sprint?

To update project-state.md and shared briefs after a sprint, automate the refresh process by reading sprint artifacts like plan.md and build-output.md, then consolidating them into briefing documents to keep strategic agents informed of the current project state.

What is the best way to sync sprint outputs into a decisions log?

Syncing sprint outputs into a decisions log is best handled by automatically composing consolidated briefs from sprint folder artifacts, directly updating decisions-log.md to reflect current progress and outcomes without manual entry.

How do I consolidate sprint artifacts like review-output.md and retrospective.md into weekly debriefs?

Consolidating sprint artifacts like review-output.md and retrospective.md into weekly debriefs involves reading the latest sprint folder outputs and automatically updating briefs/weekly-debrief.md to reflect current progress and outcomes.

Can I automatically update marketing-sync.md and blockers.md from sprint review outputs?

Yes, you can automatically update marketing-sync.md and blockers.md by reading sprint review outputs from the latest sprint folder and consolidating them into these related briefs to maintain post-sprint governance.

When do I need to refresh shared memory briefs for strategic agents?

You need to refresh shared memory briefs for strategic agents after each sprint completion to ensure all agents are informed of the current project state, or whenever you request a sync state or check what changed.