mark393295827/daily-okr
Use when planning or closing a daily knowledge-compounding cycle across input, cognition, wiki, behavior, creativity, output, and feedback.
npx skills add https://github.com/Mark393295827/third-brain-v7-skills --skill daily-okr
<skill_contract>
<input>Date, one priority objective, available time, active project, current inputs, and prior-day evidence.</input>
<output>A seven-KR daily cycle linking input, cognition, wiki, behavior, creativity, output, and feedback.</output>
<done>Each claimed KR has a durable receipt, and today's feedback changes one explicit next-day action or knowledge state.</done>
<non_goals>Seven unrelated priorities, invented completion, activity counting without evidence, or treating scheduled notes as execution.</non_goals>
Run one daily objective through seven linked Key Results. The cycle compounds only when evidence from today changes tomorrow's behavior or knowledge state.
Provide: date, one objective, available time, active project, knowledge inputs, and yesterday's evidence. Optional: a scheduled knowledge-loop note; treat it as input, not proof of execution.
<intake>
</intake>
<unknowns_gate>
If priority, available time, or completion evidence is missing, return NEEDS_INPUT with one narrow probe. If the day is constrained, select the minimum cycle rather than fabricating seven completed results.
</unknowns_gate>
<execute>
Create seven causally linked KRs:
Each KR needs an artifact or receipt. Keep unfinished work visible; do not convert a scheduled trigger into a success claim.
</execute>
<evaluate>
At close, mark each KR done, partial, blocked, or skipped from evidence. Check that at least one input became a durable wiki change and one observation changed a future action. Remove vanity metrics and report the bottleneck.
</evaluate>
<state_contract>
Persist {run_id, status, attempt, budget, evidence, unknowns, last_error, next_action} plus date, objective, seven KR statuses, artifact links, bottleneck, and tomorrow adjustment. Append receipts; never rewrite historical completion evidence.
</state_contract>
NEEDS_INPUT: no daily objective or time budget can be inferred safely.BLOCKED_DEPENDENCY: a required source, project, or tool is unavailable; complete independent KRs and record the blocker.VERIFY_FAILED: a KR has no artifact or receipt; mark it partial or skipped.BUDGET_STOP: time is exhausted; close the state and select one next action.Return status, result (objective plus seven KR states), evidence (artifact links or receipts), unknowns, and next_action for the next cycle.
</skill_contract>
Take mark393295827/daily-okr from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.