pitch
Installation
SKILL.md
galmuri:pitch — Outbound message adapter
Prerequisites
scripts/preflight.shpasses.skills/distill/engine is installed.
Step 1: Alias detection + Audience (required)
When triggered via shrink / 줄여줘 / 압축: warn once that the shrink alias is deprecated, then apply the routing rules below to decide whether pitch is the right adapter.
Routing rules (apply in order):
Note:
ratiohere is inferred from the user's natural-language signal ("한 줄"/"TL;DR"/"one line") — it is not a user-input variable. The actual--ratioflag passed to distill is hardcoded in Step 2.
- Input is long (≥ 80 tokens) AND ratio ≤ 0.1 (or user says "one line" / "TL;DR") → pitch handles it, continue.
- Input is long AND ratio > 0.1 → tell the user: "This input is better suited for
/doc. Please re-invoke as/doc." and stop. - Input is short (< 80 tokens) → tell the user: "Short input is better suited for
/explain. Please re-invoke as/explain." and stop.
When triggered directly as pitch: skip routing, proceed immediately.
"Who is this message for? (e.g. team lead, customer, Slack channel)"
Related skills