ultra-work-scout

Split large Brigade tasks into parallel scouting jobs and integrate findings.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the risk of wasted effort and rework that comes with starting large, complex development tasks without first understanding their full scope, entry points, and potential risks.

Core Features & Use Cases

  • Parallel Scouting: Splits large tasks into independent surface, install, and verification scouts to gather context and risks simultaneously without overlapping work.
  • Bounded Scoping: Each scout operates within a narrow, defined scope to avoid conflicting changes and ensure clear, actionable findings.
  • Use Case: When building a new cross-platform CLI feature, use this skill to first scout public entry points, install paths, and relevant test gates to create a detailed implementation plan before writing any code.

Quick Start

Ask your AI agent to use the ultra-work-scout skill to scope out the work for adding a new user authentication flow to the project before starting implementation.

Frequently Asked Questions about ultra-work-scout

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

FAQPage Schema
How do I scope large development tasks before implementation to avoid rework?

Pre-implementation scoping splits large development tasks into independent surface, install, and verification scouts to gather context and risks simultaneously without overlapping work. This prevents wasted effort by creating a verified implementation path before any code is written.

What is parallel task scouting in agent workflows?

Parallel task scouting is a pre-implementation process that divides large Brigade tasks into disjoint, bounded jobs for surface, install, and verification contexts. It gathers scope and risk information simultaneously to produce a single verified implementation path with receipt tracking.

How do I investigate cross-subsystem refactoring risks before writing code?

Cross-subsystem refactoring risks are investigated by launching bounded scouts that independently analyze public entry points, install paths, and relevant test gates. These parallel scouts identify risks and relevant entry points to form a detailed implementation plan.

When do I need pre-implementation task scoping for software engineering?

Pre-implementation task scoping is needed when starting large feature builds, refactors, or cross-subsystem work where scope is unclear. It eliminates the risk of wasted effort by ensuring full scope, entry points, and potential risks are understood before code changes begin.

Can I use parallel scouting for new cross-platform CLI feature builds?

Parallel scouting applies to new cross-platform CLI feature builds by splitting the work into independent surface, install, and verification scouts. Each scout operates within a narrow scope to gather context and avoid conflicting changes during the investigation.

Does ultra-work-scout support Brigade receipt tracking for verification?

Ultra-work-scout integrates findings from parallel scouts into a single verified implementation path with Brigade receipt tracking. This ensures all surface, install, and verification scouting jobs are disjoint and bounded while maintaining accountability throughout the workflow.