feat(skills): add meeting-prep#203
Open
jdjioe5-cpu wants to merge 1 commit into
Open
Conversation
Adds the meeting-prep graph-runner skill that composes a bounded meeting-prep brief from a calendar event, attendee notes, prior thread snippets, and optional public links it was actually given. Refuses to invent attendee history and marks missing context explicitly. - runx.meeting.brief.v1 packet with agenda, decisions, risks, questions, follow_ups, and citations - one sealed bounded-brief harness case and one needs_agent stop case for insufficient context - deterministic dogfood runner; no external side effects - runx harness ./skills/meeting-prep passes locally Refs Frantic Bounty runxhq#27 (runx skill: meeting prep from bounded context, USD 10, x402 rail on Base).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What this skill does
The skill reads four pieces of evidence:
It verifies that every cited snippet, attendee note, and public link digest actually appears in the inputs, and that no `attendee_history`, `mail`, or `calendar` field has been supplied as private. The packet step is an agent-mediated judgment, so an unattended run stops at `needs_agent` instead of fabricating the brief.
Verification
Why a real operator would use it
Meeting prep is a high-frequency operator workflow and a good test of scoped context: the skill receives bounded inputs and returns a brief without claiming access to anything it was not given. It is the canonical pattern for bounded-context skills in the runx catalog.
Refs Frantic Bounty #27 (runx skill: meeting prep from bounded context, USD 10, x402 rail on Base).