Use when an operator wants chat-based approval loops plus a multi-source morning digest, where scheduled jobs propose in chat and a human approves before execution. Triggers on \"approval loop\", \"morning digest\", \"chat approval\", \"daily briefing\", \"approved execute\", \"CPA ROAS digest\". Non-triggers: unattended scheduled runs with no approval step (use routines), general background agents with no digest (use autonomous-agent-harness). Outcome: gated proposals approved in chat and ex...
Scanned 9/19/2026
Install to Claude Code
npx -y skills add majinmagros/magros.ai-skills --skill approval-loop-morning-digest --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Approval Loop Morning Digest?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majinmagros-approval-loop-morning-digest)More formats (shields.io, HTML) on the badges page.
---
name: approval-loop-morning-digest
description: "Use when an operator wants chat-based approval loops plus a multi-source morning digest, where scheduled jobs propose in chat and a human approves before execution. Triggers on \"approval loop\", \"morning digest\", \"chat approval\", \"daily briefing\", \"approved execute\", \"CPA ROAS digest\". Non-triggers: unattended scheduled runs with no approval step (use routines), general background agents with no digest (use autonomous-agent-harness). Outcome: gated proposals approved in chat and executed, plus a daily multi-source digest with a decision log."
metadata:
origin: ECC
---
# Approval Loop Morning Digest
Close the loop that scheduled jobs leave open: a cron proposes in chat, the
human replies with a short approval token (for example "approved A1"), and
only then the agent executes. Each morning a multi-source digest (news,
content queue, paid-traffic numbers) lands in the same chat. Pieces exist
in `routines` and crons; this skill is the loop itself.
## When To Activate
- The user wants jobs that ask first and execute later, with approval
happening in chat (Telegram, Slack, or equivalent).
- The user says approval loop, morning digest, daily briefing, approve
before running, approved-go, gated execution, or digest at 7h.
- A digest must combine multiple sources: news brief, content pipeline
status, and paid-traffic metrics such as CPA and ROAS.
- The operator needs a rule for what deserves an active loop versus
what stays a passive on-demand task.
## Workflow
### 1. Decide what earns an active loop
- Delegate to an active loop only work that requires approval (spend,
publish, send, delete, or external commitment).
- Require N passive rounds with zero corrections before promoting a
task to an active loop. Default N = 3; record the chosen N.
- Everything else stays passive: the human calls the agent on demand.
### 2. Define the proposal contract
- Each scheduled job posts one proposal message with: job name, run
time, options labeled A1/A2/A3, cost or risk of each option, and a
default action if the human stays silent (default = do nothing).
- Approval tokens are short and exact: "approved A1", "approved A2",
"rejected", or "snooze 24h".
- No token, no execution. Silence never means yes.
### 3. Run the morning digest
- Slot 1 - news brief: overnight items relevant to the operation,
each one line with source and why it matters.
- Slot 2 - content queue: what ships today (for example carousel),
status per item, and what is blocked.
- Slot 3 - paid traffic: spend, CPA, and ROAS per account since the
last digest, plus the proposed move per account.
- Keep the digest skimmable: headers, numbers first, details behind
a thread or attachment. Consistency daily beats perfection once.
### 4. Execute approved work only
- On a valid token, execute exactly the approved option, then reply
with DONE plus what changed and a link or id as proof.
- On "rejected" or timeout, log the decision and stop. Never retry
silently and never substitute another option.
- Rate-limit proposals: max one approval request per job per day
unless the human asks for more.
## Exemplo
```text
07h digest: 3 notícias + fila (2 carrosséis prontos, 1 bloqueado) + CPA R$31/ROAS 2,8x
09h job propõe: "A1 pausar conjunto C3 (freq 6,2) / A2 reduzir budget 30%"
Humano: "approved A1" → executa só A1 → responde DONE + id da mudança + log
Sem token = nada executa (silêncio nunca é sim)
```
## Playbook paid-traffic (leva YouTube rodada 8)
Para o slot de tráfego pago do digest: coleta multi-API com refresh de token, comparativos 7/14 dias e YoY, funil por canal. Use template pronto + variáveis (não gere HTML do zero todo dia): gere 5 opções, escolha 1, refine. Valide a análise antes de investir no visual. Ver unil-cro-watch para vigilância contínua entre digests.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!