structured-returns

Standardize agent result reporting with per-agent return templates.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/gonz0w/bgsd-oc --skill structured-returns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: structured-returns
Source: https://github.com/gonz0w/bgsd-oc/tree/main/skills/structured-returns
Command: npx skills add https://github.com/gonz0w/bgsd-oc --skill structured-returns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Agent-specific structured return formats for orchestrator communication. Each agent has a defined return template. Load specific sections via section attribute to get only the relevant format.

Core Features & Use Cases

  • Per-agent return templates covering success, failure, and intermediate states.
  • Section-based loading to select a single agent's format on demand.
  • Orchestrator compatibility to streamline routing, state, and progress tracking.

Quick Start

Load the structured return format for a specific agent section to standardize results.

Frequently Asked Questions about structured-returns

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

FAQPage Schema
How do I standardize agent return formats for orchestrator communication?

Standardize agent return formats for orchestrator communication by applying per-agent templates that define consistent success, failure, and intermediate states across planning, execution, and verification phases.

What is a structured return format for multi-agent orchestration?

A structured return format for multi-agent orchestration is a standardized template that agents use to report results to the orchestrator, ensuring consistent state reporting and streamlined routing during execution.

How do I load a specific agent return template on demand?

Load a specific agent return template on demand by using section-based loading with section selectors, retrieving only the relevant format for the target agent like executor, planner, or verifier.

Does this structured return approach work with planner and verifier agents?

This structured return approach works with planner and verifier agents by implementing per-agent templates with placeholder tokens for phase and plan navigation, covering all orchestration roles.

What is the best way to track intermediate states during agent orchestration?

The best way to track intermediate states during agent orchestration is using standardized return templates that report progress consistently, enabling the orchestrator to monitor planning, execution, and verification steps.

Can I use structured returns without external dependencies?

You can use structured returns without external dependencies because the system relies solely on internal templates with section selectors and placeholder tokens, requiring no additional packages.