daily-retro

daily-retro is a skill for Claude Code, Codex from humanerd-drew/opencode-drewgent. It costs 0 tokens per session (1,314 once invoked), scanned A, original, MIT.

A daily review workflow that summarizes your work, sends reflection questions through Discord, and saves your answers in a structured vault. Discord is a chat app, and a vault is a folder of organized notes.

In plain words
What is it for?
Use it to review completed tasks each day, answer guided questions, and keep linked records of your reflections.
Why use it?
It separates routine summarizing from human judgment about decisions, priorities, and direction.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/humanerd-drew/opencode-drewgent/daily-retro
Any agent
npx skills add humanerd-drew/opencode-drewgent --skill daily-retro
Clone the repo
git clone --depth 1 https://github.com/humanerd-drew/opencode-drewgent

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for daily-retro

README.md
[![agentmods](https://agentmods.dev/badge/skills/humanerd-drew/opencode-drewgent/daily-retro.svg)](https://agentmods.dev/skills/humanerd-drew/opencode-drewgent/daily-retro)
Your own site
<a href="https://agentmods.dev/skills/humanerd-drew/opencode-drewgent/daily-retro"><img src="https://agentmods.dev/badge/skills/humanerd-drew/opencode-drewgent/daily-retro.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,314 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01314
Opus 5 $0.00000 $0.00657
Sonnet 5 $0.00000 $0.00263
Haiku 4.5 $0.00000 $0.00131

Measured 5d ago against content hash 31aedb518a67, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

daily-retro scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/brain/daily-retro/SKILL.md · 168 lines

How it starts

The opening of the file, as written. The whole thing — 168 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Daily Retro — 30% Human Zone

Concept

From the "How to Be a 30x AI Engineer with a Taste" framework: the 30% of work that humans should do directly is the part where quality judgment matters most. The daily retro is that 30% applied to reflection and direction-setting.

The agent handles the mechanical part (summarizing the day, sending prompts, storing results). The human handles the judgment part (evaluating decisions, setting direction, identifying what matters).

Architecture

cron job (daily at scheduled time)
  ↓
Phase 1: Agent gathers today's work summary from kanban + recent sessions
  ↓ Discord deliver
User reads summary + answers 3 reflection questions in Discord
  ↓ Discord reply
Phase 2: Agent structures answers into vault, links to related tasks
  ↓
P2-hippocampus/retro/YYYY-MM-DD.md (wikilink chain)

Phase 1 — Daily Cron Job

Channel

  • Discord channel: #growth (ID: 1492431680269713558)
  • 설정: deliver="discord:1492431680269713558"

Setup

cronjob(
    action="create",
    name="daily-retro",
    schedule="0 20 * * *",  # daily at 20:00 KST
    prompt="""Run the daily retro workflow:
1. Query kanban for tasks completed today (status='done')
2. Check recent session activity
3. Format a concise work summary
4. Send the retro prompt with 3 questions to the user""",
    skills=["daily-retro"],
    deliver="discord:<channel-id>",
)

What the message includes

━━━ 오늘 작업 요약 ━━━
• [task 1] — completed
• [task 2] — completed
• [key decision] — made

━━━ 오늘의 회고 ━━━
1. 오늘 가장 taste가 필요했던 결정은?
2. 내가(agent) 개선할 점이나 다르게 했으면 하는 것은?
3. 내일 집중할 한 가지는?

3 default questions

  1. Taste decision: "오늘 가장 taste가 필요했던 결정은?"
  2. Agent improvement: "내가(agent) 개선할 점이나 다르게 했으면 하는 것은?"
  3. Focus: "내일 집중할 한 가지는?"

These can be customized per user preference. Store custom questions in memory.

Phase 2 — Processing the Reply

When the user replies in Discord, the agent receives it in a normal session and must:

Read the full file on GitHub · 168 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 168 lines · 0 tokens per session scan A 31aedb518a67

Subscribe to this mod's changes

daily-retro is a skill published in the GitHub repository humanerd-drew/opencode-drewgent (2 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,314 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.