بنقرة واحدة
decide
Log a decision with rationale — high-value evidence for performance reviews
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Log a decision with rationale — high-value evidence for performance reviews
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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)".
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