brief

Generate structured briefing prompts for non-Claude agents from YAML frontmatter.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/ronniepinnell/casper --skill brief-ronniepinnell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brief
Source: https://github.com/ronniepinnell/casper/tree/main/collection/communication/brief
Command: npx skills add https://github.com/ronniepinnell/casper --skill brief-ronniepinnell

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for clear and detailed briefings when handing off tasks to non-Claude agents, ensuring everyone involved is on the same page and aware of the project details.

Core Features & Use Cases

  • Automated Briefing Generation: Automatically generate copy-paste prompts to brief non-Claude agents (Codex, Gemini, Ollama, Cursor) on epics or tasks.
  • Auto-Triggering: Automatically invoked when starting an epic if a non-Claude agent is specified.
  • Manual Invocation: Callable directly to generate a prompt at any time.
  • Multi-Agent Support: Supports briefing for multiple non-Claude agents, with specific notes for each.

Quick Start

Use the /brief command followed by the epic ID to generate a briefing prompt for a non-Claude agent.

Frequently Asked Questions about brief

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

FAQPage Schema
How do I generate briefing prompts for non-Claude agents like Codex or Gemini?

You can manually trigger briefing generation using the /brief command followed by the epic ID. It automatically extracts YAML frontmatter details to produce structured prompts for non-Claude agents.

What is the best way to hand off project tasks to Cursor or Ollama agents?

Agent briefing solves the need for clear task handoffs by automatically generating detailed, structured prompts. This ensures non-Claude agents like Codex and Ollama are on the same page regarding project details.

Can I use agent coordination to brief multiple non-Claude agents on a single epic?

Yes, multi-agent support is included for briefing several non-Claude agents. It generates specific notes for each agent, ensuring every project participant has clear task details and understanding.

Does the briefing generation automatically trigger when starting an epic?

No external dependencies are required. The system utilizes YAML frontmatter to extract epic and task information, outputting a structured prompt that can be manually copied or directly executed by agents.