com um clique
decide
Log a decision with rationale — high-value evidence for performance reviews
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
Log a decision with rationale — high-value evidence for performance reviews
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ê.
Log a work achievement as a linked note in the vault — for performance reviews
End-of-day check-in — pulls GitHub activity, compares to existing logs, and creates missing entries
Log a concrete task with an optional deadline — surfaces in daily briefings
Morning planning session - reads recent vault activity, flags urgent items, plans the day
Initialise claudia for a new user — walks through prerequisites, then uses the Obsidian CLI to set up the vault
Weekly review - flags forgotten ideas/tasks, summarises the week
Baseado na classificação ocupacional SOC
| name | decide |
| description | Log a decision with rationale — high-value evidence for performance reviews |
| argument-hint | <what was decided and why> |
Log a decision. Today: !date +%Y-%m-%d.
Input: $ARGUMENTS
If $ARGUMENTS is empty, ask: "What was the decision? Include what you chose, what alternatives were considered, and why."
Parse the input:
Generate a short slug from the decision (lowercase, hyphens, 4-6 words max).
Create the note:
obsidian create name="[date]-[slug]" path="Notes/" content="---
date: [date]
type: decision
tags: [work/led, status/done]
---
# [Decision title]
**Decision**: [what was decided]
**Alternatives considered**:
- [option and why it was rejected]
**Rationale**: [why this was the right call]
**Impact**: [what this enables or prevents]
"
Check for related active projects:
obsidian search query="type:project tag:status/refined" --output paths
If a project is clearly related, ask: "Is this related to [[project-name]]?" If yes, append a back-reference to the project note.
Insert into the correct quarter in the Work atlas (decisions are work):
obsidian read file="Atlas/Work"### QN (...) heading under the correct year.- [[date-slug]] | [date] | work/led after existing entries under that quarter heading.Confirm: "Logged decision as [[date-slug]]."
If alternatives or impact were inferred, note it: "(inferred — edit [[date-slug]] if wrong)".