pbl-summarizer

Summarize the latest discussion fragment into a structured state snapshot.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/F010110/pbl-multi-agent --skill pbl-summarizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pbl-summarizer
Source: https://github.com/F010110/pbl-multi-agent/tree/main/.opencode/skills/pbl-summarizer
Command: npx skills add https://github.com/F010110/pbl-multi-agent --skill pbl-summarizer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The summarizer compresses only the most recent PBL discussion fragment to help the orchestrator recover the current discussion state without assuming full history.

Core Features & Use Cases

  • Extracts each agent's current stance from the latest fragment.
  • Identifies the main points of disagreement and unresolved questions.
  • Produces a concise state snapshot that supports next-step planning and discussion continuation.

Quick Start

Summarize only the most recent fragment of the discussion to help restore state and highlight key positions, disagreements, and next actions.

Frequently Asked Questions about pbl-summarizer

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

FAQPage Schema
How do I recover the current state of a multi-agent discussion without full history?

To recover the state of a multi-agent discussion, summarize only the latest PBL discussion fragment. This extracts each agent's current stance, disagreements, and open questions into a concise snapshot for next-step planning.

What is the best way to summarize multi-agent disagreements for an orchestrator?

The best way to summarize multi-agent disagreements for an orchestrator is to condense the most recent PBL discussion fragment. This identifies main points of disagreement and unresolved questions to produce a structured state snapshot.

How do I extract individual agent stances from a PBL discussion fragment?

You extract individual agent stances from a PBL discussion fragment by processing the latest text through a summarizer. It isolates each agent's current position and open questions, outputting a structured summary for immediate orchestrator consumption.

Can I use a discussion state summary to determine next steps in a multi-agent workflow?

Yes, you can use a discussion state summary to determine next steps in a multi-agent workflow. The summarizer outputs a concise state snapshot that highlights agent positions and unresolved questions, directly supporting next-step planning.

When do I need to summarize only the latest fragment of a multi-agent discussion?

You need to summarize only the latest fragment of a multi-agent discussion when assuming full history is not possible. This state-recovery approach restores the current discussion context by focusing on recent agent positions and disagreements.