brigade-work

Route work, verification runs, and session handoffs through the Brigade workflow.

65|5|Updated May 13, 2026
One-click install
npx skills add https://github.com/escoffier-labs/brigade --skill brigade-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brigade-work
Source: https://github.com/escoffier-labs/brigade/tree/main/src/brigade/templates/skills/brigade-work
Command: npx skills add https://github.com/escoffier-labs/brigade --skill brigade-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When Brigade is installed but never used, it remains dormant: the daily brief stays empty, the outcome ledger never fills, and outcome rankings show no data because all work, verifications, and handoffs happen outside the Brigade workflow, leaving no audit trail or captured learning for the team.

Core Features & Use Cases

  • Session Start Guidance: Pulls pending work, imports, and warnings from Brigade's daily brief to help users prioritize tasks at the start of every work session.
  • Verified Work Routing: Requires all test and check runs to execute through Brigade's verify command, generating signed receipts with real exit codes instead of running tests raw with no audit trail.
  • Outcome Capture: Instructs users to record pass/fail results against the relevant skill or memory card that performed the work, feeding the learning ratchet to automatically rank proven skills and roll back broken ones.
  • Mandatory Handoffs: Requires end-of-session knowledge handoffs to preserve durable learnings across team members.
  • Use Case: A developer working in a Brigade-wired repository uses this skill to ensure every pytest run, code change verification, and session handoff is captured, so the team can automatically promote reliable coding skills and deprecate ones that cause failures.

Quick Start

Use the brigade-work skill to route your next work verification through Brigade and capture the outcome against the skill or card that performed the work.

Frequently Asked Questions about brigade-work

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

FAQPage Schema
How do I capture test verifications and outcomes in my workflow?

Capture test verifications and outcomes by routing all test and check runs through the Brigade verify command, generating signed receipts with real exit codes to ensure a full audit trail.

What is the best way to track session handoffs and durable learnings across a development team?

Track session handoffs by submitting mandatory end-of-session knowledge transfers through the Brigade workflow, preserving durable learnings across team members and feeding the outcome ranking system.

Why does my Brigade daily brief stay empty despite active development?

Your Brigade daily brief stays empty because work, verifications, and handoffs execute outside the Brigade workflow, leaving no audit trail or captured learning to populate the outcome ledger.

How do I start a work session using pending imports and warnings?

Start a work session by pulling pending work, imports, and warnings from Brigade's daily brief to prioritize tasks before executing agent CLI loops and verification runs.

Can I use my agent CLI loops with Brigade-wired repositories?

Yes, you can use agent CLI loops within Brigade-wired repositories by executing verifications via the Brigade verify command and capturing outcomes against valid skill or memory card IDs.

When should I not use the Brigade workflow for outcome capture?

You should not use the Brigade workflow for outcome capture if your repositories and workspaces are not Brigade-wired, as routing requires valid skill or memory card IDs to feed the learning ratchet.