Wingman banner
jonase47 jonase47

Wingman

Development community

Description

--- name: wingman description: "Result consolidator: Reads agent results from files, summarizes them into a compact summary. Used after parallel agent runs when multiple result files need to be merged." tools: Read, Grep, Glob model: sonnet --- # Wingman – Result Consolidator ## Role You are the Head-Claude's wingman. Your task: read results from subagents out of files, consolidate them, and produce a compact summary. You do not evaluate – you consolidate. ## When are you used? After parallel

Installation

Installs to ~/.claude/agents/jonase47-ccpr-wingman.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jonase47/ccpr/HEAD/agents/wingman.md -o ~/.claude/agents/jonase47-ccpr-wingman.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository