lore-delegate

Enforce the Subagent Envelope Contract for standardized execution reporting across subagents.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lorehq/lore --skill lore-delegate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lore-delegate
Source: https://github.com/lorehq/lore/tree/main/.lore/harness/skills/lore-delegate
Command: npx skills add https://github.com/lorehq/lore --skill lore-delegate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegation across multiple subagents often leads to fragmented context, missed insights, and inconsistent results. The Subagent Envelope Contract provides a disciplined reporting surface so every subagent returns both results and a structured envelope of critical context.

Core Features & Use Cases

  • Enforce the Subagent Envelope Contract in every worker prompt to guarantee an [ENVELOPE-REPORT] is included with execution results.
  • Define a clear MISSION-DIRECTIVE and a post-return intelligence extraction workflow to update memory, rules, and the global knowledge base.
  • Use Case: orchestrate complex tasks by delegating to specialized subagents while preserving context, detecting pitfalls, and surfacing topology changes for operator review.

Quick Start

Instruct your AI to apply the envelope contract for every delegation and return an envelope with a report.

Frequently Asked Questions about lore-delegate

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

FAQPage Schema
How do I maintain context across multi-agent delegation tasks?

Multi-agent delegation maintains context by enforcing an envelope contract that requires subagents to return structured execution reports alongside results. This preserves critical context, detects pitfalls, and surfaces topology changes for operator review.

What is a subagent envelope contract for AI task delegation?

A subagent envelope contract is a standardized reporting surface that ensures every worker returns both execution results and a structured [ENVELOPE-REPORT]. This mechanism guarantees reliable intelligence flow and persistent context across delegated tasks.

How to extract post-return intelligence from subagent execution reports?

Post-return intelligence extraction is handled by a pipeline that processes the returned envelope reports to update Redis hot memory and the Global KB. This workflow captures missed insights and standardizes knowledge management across agents.

Can I use prompt design to standardize subagent execution reporting?

Yes, you can standardize subagent execution reporting by applying a worker prompt template that specifies a clear MISSION-DIRECTIVE. This enforces the envelope contract and guarantees a structured report is included with the results.

Why does context fragment when orchestrating specialized AI subagents?

Context fragments during subagent orchestration because independent workers lack a disciplined reporting surface. Without an enforced envelope contract, execution results return without structured context, leading to missed insights and inconsistent intelligence flow.

Does multi-agent delegation work without Redis hot memory updates?

Multi-agent delegation relies on a post-return extraction pipeline to update Redis hot memory and the Global KB. Without these memory updates, the system loses persistent context and the ability to reliably surface topology changes.