원클릭으로
daily-log
Write an end-of-day log to your spoke vault. Use when session ends or user says "end of day" / "wrap up".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Write an end-of-day log to your spoke vault. Use when session ends or user says "end of day" / "wrap up".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Complete captain playbook — session startup, crew spawning, status writing, group awareness, and learnings. Use this skill at session start and reference it throughout.
Set up and manage the squadrant↔Telegram integration — bot setup, remote control, command-menu registration, and per-project notification tuning (mute, crew tiers, cap). Use when the user asks about Telegram setup, "why don't commands work", registering the /command menu, or muting/tuning notifications.
Add, edit, or remove a leveled crew routing rule in config.json without hand-editing JSON. Routing rules map task-text keywords to a tier → {agent, model}.
Command playbook — invoked on-demand by `squadrant command [--task ...]`. Covers daily briefing, delegation workflow, project registration, status checking, and learnings review. Command is no longer always-on.
Reconcile squadrant config drift that needs human judgment — changed defaults and invalid values surfaced by `squadrant config check`. Use when the drift banner says "items need review" or the user asks to fix config drift.
Four coding principles derived from Andrej Karpathy's observations on LLM pitfalls. Use to reduce wrong assumptions, overengineering, drive-by refactors, and vague execution. Apply to every crew coding task and every captain review.
| name | daily-log |
| description | Write an end-of-day log to your spoke vault. Use when session ends or user says "end of day" / "wrap up". |
Write a daily log before your session ends.
DATE=$(date +"%Y-%m-%d")
SPOKE_VAULT="{spokeVaultPath}"
mkdir -p "$SPOKE_VAULT/daily-logs"
{spokeVaultPath}/daily-logs/YYYY-MM-DD.md---
date: YYYY-MM-DD
project: {project-name}
---
# {project-name} — Daily Log
## Completed
- [tasks completed today]
## In Progress
- [tasks still being worked on]
## Blocked
- [anything stuck]
## Key Decisions
- [important decisions made today]
## Tomorrow
- [what should be picked up next]
This log is read by the command session to generate the morning briefing. Keep it concise — bullet points, not paragraphs.