Decide whether meeting or document intake should create a Draft, update an existing artifact, Finalize a shareable artifact, or produce Summary only. Use when Codex needs to route transcripts or notes into product/project documentation workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/document-intake-tools:artifact-lifecycle-routerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `../../references/meeting-intake-principles.md` for output modes, routing,
Use ../../references/meeting-intake-principles.md for output modes, routing,
and safety guidance.
Choose the lifecycle action based on the user's intent and artifact state. Do not update or finalize an artifact when the transcript only supports a summary.
Return:
Make the distinction between Draft, Update, Finalize, and Summary only clear. Route to the smallest action that matches the evidence.
npx claudepluginhub iam-jonny/jonny-agent-skills --plugin document-intake-toolsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.