com um clique
period-update
Mid-period check-in (w/m/q/y) — adjust plan and reflect on direction.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Mid-period check-in (w/m/q/y) — adjust plan and reflect on direction.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Binder data modeling — define entity types, fields, relations, constraints, views, and navigation. Use when asked to "create a type", "add a field", "define a schema", "set up relations", "model entities", "create a view", "set up navigation", "render entities as files", or design a binder workspace schema.
Quick timestamped log entry — no conversation, just capture.
Build a day plan with carry-forwards and one critical item.
Day briefing — deliver context, capture what's happened, get moving.
Evening summary — reflect on the day, score it, close it out.
Period planning (w/m/q/y) — set goal and plan for the next period.
| name | period-update |
| description | Mid-period check-in (w/m/q/y) — adjust plan and reflect on direction. |
| argument-hint | [w|m|q|y] [offset] |
| disable-model-invocation | true |
Mid-period check-in. The period is live — things have happened, things have changed. This is a space to adjust the plan, reflect on direction, or surface something that's been building. Could be a quick tweak or a real conversation. Read the room.
Target period with children so far (created if missing):
!G=$0; O=$1; binder read $(bun scripts/journal.ts ${G:-w} ${O:-0} --key) -f "key,goal,plan,achievements,events,learnings,children(key,goal,plan,achievements,events,learnings,summary,totalScore)" --format yaml
Parent context:
!G=$0; O=$1; binder read $(bun scripts/journal.ts ${G:-w} ${O:-0} --key) -f "parent(key,goal,plan,achievements,events,learnings)" --format yaml
Previous period: !G=$0; O=$1; binder read $(bun scripts/journal.ts ${G:-w} $(( ${O:-0} - 1 )) --key) -f "goal,plan,achievements,events,learnings,summary,totalScore" --format yaml
Read the period's plan, goal, current learnings, and children completed so far. Deliver a compact snapshot:
If something stands out — a pattern, drift from the goal, unexpected momentum — name it in one honest line.
Then open the floor:
"What's changed? Anything to add, drop, or rethink?"
That's it. Don't pre-fill a structured overhaul. Don't ask multiple questions. Just open space.
I might bring:
Respond like a sharp, honest friend who has read all the context. Engage with what I actually said. If I'm adjusting the plan, help me think about what to cut — not just what to add. If I'm reflecting on direction, think with me at the parent-period level.
Push back gently if:
Ask one follow-up at most per turn. Don't steer me back to logistics if I'm thinking bigger.
Summarize what changed:
Plan changes: +added item, −dropped item, ~reworded item Goal: unchanged / revised to "..." Achievements: +added line, ~edited line, −removed line Events: +added line, ~edited line, −removed line Learnings: +added line, ~edited line, −removed line
Confirm, then write.
Use binder update to update the target period's entry (key from context):
plan: the updated plan — full replacement with all current items (plain bullet list, no checkboxes, no status markers)goal: only if revised — otherwise don't touch itachievements: update immediately when confirmed (same handling as events/learnings):
binder update <period-key> 'achievements+=<line>'events: update immediately when confirmed:
binder update <period-key> 'events+=<line>'learnings: update immediately when confirmed:
binder update <period-key> 'learnings+=<line>'summary — it is finalized at period-summary time