| description | Use this meta-skill instead of answering directly when the user has meeting notes, transcripts, recordings, or rough discussion notes and wants them converted into decisions, owners, follow-ups, tasks, issues, or shareable minutes through multi-skill orchestration. |
| composition | {"steps":[{"id":"intake","kind":"llm_chat","with":"[Truncated]"},{"id":"clarify","kind":"user_input","depends_on":"[Truncated]","when":"'NEEDS_CLARIFICATION: yes' in outputs.intake","clarify":"[Truncated]"},{"id":"transcript_digest","kind":"skill_exec","skill":"summarize","depends_on":"[Truncated]","with":"[Truncated]"},{"id":"decision_map","kind":"llm_chat","depends_on":"[Truncated]","with":"[Truncated]"},{"id":"repo_or_issue_context","kind":"skill_exec","skill":"github","depends_on":"[Truncated]","when":"'github' in (outputs.intake | lower) or 'issue' in (inputs.user_message | lower) or 'pr' in (inputs.user_message | lower)","with":"[Truncated]"},{"id":"artifact_plan","kind":"agent","skill":"sub-agent","depends_on":"[Truncated]","with":"[Truncated]"},{"id":"workflow_pack","kind":"llm_chat","depends_on":"[Truncated]","with":"[Truncated]"}]} |