Daily OKR
Run one daily objective through seven linked Key Results. The cycle compounds only when evidence from today changes tomorrow's behavior or knowledge state.
Usage Template
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.
Workflow
- Load the current daily state and any scheduled-loop proposal.
- Choose one objective tied to an active project or explicit learning goal.
- Set a total time budget and a minimum viable day.
- Carry forward only unresolved items with an owner or decision value.
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.
Create seven causally linked KRs:
- Input: capture one high-value source or observation.
- Cognition: extract one mechanism, contradiction, or decision implication.
- Wiki: write or improve one durable note with provenance.
- Behavior: execute one minimum behavior linked to the objective.
- Creativity: produce one alternative or falsifiable experiment.
- Output: ship one reviewable artifact or project increment.
- Feedback: record evidence, error, and tomorrow's adjustment.
Each KR needs an artifact or receipt. Keep unfinished work visible; do not convert a scheduled trigger into a success claim.
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.
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.
Failure Protocol
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.
Output Contract
Return status, result (objective plus seven KR states), evidence (artifact links or receipts), unknowns, and next_action for the next cycle.
Edge Cases
- Only 15 minutes remain: perform Input -> Cognition -> Wiki as one atomic note, then record feedback; mark other KRs skipped.
- A scheduled loop note exists but no command ran: record the trigger as proposed work, not execution evidence.
Success Metrics
- One objective governs all seven KRs.
- At least one source becomes a verified durable note.
- The closing feedback changes a named next action.
Quality Gates
1---2name: daily-okr3description: Use when planning or closing a daily knowledge-compounding cycle across input, cognition, wiki, behavior, creativity, output, and feedback.4---56# Daily OKR78<skill_contract>9 <input>Date, one priority objective, available time, active project, current inputs, and prior-day evidence.</input>10 <output>A seven-KR daily cycle linking input, cognition, wiki, behavior, creativity, output, and feedback.</output>11 <done>Each claimed KR has a durable receipt, and today's feedback changes one explicit next-day action or knowledge state.</done>12 <non_goals>Seven unrelated priorities, invented completion, activity counting without evidence, or treating scheduled notes as execution.</non_goals>1314Run one daily objective through seven linked Key Results. The cycle compounds only when evidence from today changes tomorrow's behavior or knowledge state.1516## Usage Template1718Provide: 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.1920## Workflow2122<intake>23241. Load the current daily state and any scheduled-loop proposal.252. Choose one objective tied to an active project or explicit learning goal.263. Set a total time budget and a minimum viable day.274. Carry forward only unresolved items with an owner or decision value.2829</intake>3031<unknowns_gate>3233If 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.3435</unknowns_gate>3637<execute>3839Create seven causally linked KRs:40411. **Input:** capture one high-value source or observation.422. **Cognition:** extract one mechanism, contradiction, or decision implication.433. **Wiki:** write or improve one durable note with provenance.444. **Behavior:** execute one minimum behavior linked to the objective.455. **Creativity:** produce one alternative or falsifiable experiment.466. **Output:** ship one reviewable artifact or project increment.477. **Feedback:** record evidence, error, and tomorrow's adjustment.4849Each KR needs an artifact or receipt. Keep unfinished work visible; do not convert a scheduled trigger into a success claim.5051</execute>5253<evaluate>5455At 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.5657</evaluate>5859<state_contract>6061Persist `{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.6263</state_contract>6465## Failure Protocol6667- `NEEDS_INPUT`: no daily objective or time budget can be inferred safely.68- `BLOCKED_DEPENDENCY`: a required source, project, or tool is unavailable; complete independent KRs and record the blocker.69- `VERIFY_FAILED`: a KR has no artifact or receipt; mark it partial or skipped.70- `BUDGET_STOP`: time is exhausted; close the state and select one next action.7172## Output Contract7374Return `status`, `result` (objective plus seven KR states), `evidence` (artifact links or receipts), `unknowns`, and `next_action` for the next cycle.7576## Edge Cases7778- Only 15 minutes remain: perform Input -> Cognition -> Wiki as one atomic note, then record feedback; mark other KRs skipped.79- A scheduled loop note exists but no command ran: record the trigger as proposed work, not execution evidence.8081## Success Metrics8283- One objective governs all seven KRs.84- At least one source becomes a verified durable note.85- The closing feedback changes a named next action.8687## Quality Gates8889- [ ] Every completed KR has evidence.90- [ ] Scheduled and executed states are distinct.91- [ ] Carry-forward work has decision value and an owner.92- [ ] The minimum day respects the declared budget.9394</skill_contract>