mpi-brief-rule

Extract Sub-Agent Briefing text from configured MPI Kanban rules or bundles.

1|Updated May 13, 2026
One-click install
npx skills add https://github.com/MadPonyInteractive/mpi-kanban --skill mpi-brief-rule
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mpi-brief-rule
Source: https://github.com/MadPonyInteractive/mpi-kanban/tree/main/skills/mpi-brief-rule
Command: npx skills add https://github.com/MadPonyInteractive/mpi-kanban --skill mpi-brief-rule

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Extracts Sub-Agent Briefing text from configured project rules or bundles to feed sub-agent dispatch processes, ensuring briefings reach the right agents without manual copy-paste.

Core Features & Use Cases

  • Read briefings from configured rules or bundles and return the content under the "## Sub-Agent Briefing" heading.
  • If a rule has no briefing, fall back to a universal Critical Rules Snapshot to maintain consistent dispatch materials.
  • Preserve formatting and provide exact verbatim text, enabling deterministic handoff and auditing.

Quick Start

Run mpi-brief-rule <rule_name> to fetch the corresponding Sub-Agent Briefing.

Frequently Asked Questions about mpi-brief-rule

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

FAQPage Schema
How do I extract sub-agent briefing text from project rules?

To extract sub-agent briefing text from project rules, run the command targeting a specific rule name, which reads the configured rule and returns the exact content under the "## Sub-Agent Briefing" heading for dispatch.

How does sub-agent dispatch work with MPI Kanban configurations?

Sub-agent dispatch with MPI Kanban configurations works by reading configured rules or bundles, resolving the target rule, and returning the verbatim briefing section to feed rule-based workflows without manual copy-paste.

What happens if a rule does not have a sub-agent briefing section?

If a rule lacks a sub-agent briefing section, the system falls back to a universal Critical Rules Snapshot, maintaining consistent dispatch materials and ensuring agents still receive critical operational context.

Can I retrieve briefings for multiple rules at once?

Yes, you can retrieve briefings for multiple rules at once. The extraction process applies across configured rule sets and bundles, returning the necessary sub-agent briefings for one or more rules as required.

Does the extracted briefing preserve the original formatting?

Yes, the extracted briefing preserves original formatting by providing exact verbatim text from the source rule, enabling deterministic handoff and auditing for downstream sub-agent workflows.

What is the best way to automate feeding briefings to rule-based workflows?

The best way to automate feeding briefings to rule-based workflows is to extract the text directly from configured project bundles, ensuring deterministic handoff and preventing manual copy-paste errors during sub-agent dispatch.