بنقرة واحدة
refine
Refine an idea into an active project with a checklist of steps
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Refine an idea into an active project with a checklist of steps
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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
| name | refine |
| description | Refine an idea into an active project with a checklist of steps |
| argument-hint | <idea name or partial title> |
Refine an idea into an active project. Today: !date +%Y-%m-%d.
Input: $ARGUMENTS
Find the idea note:
obsidian search query="type:idea tag:status/unrefined" --output paths
If $ARGUMENTS is provided, filter results by name matching $ARGUMENTS. If multiple matches or no $ARGUMENTS, list them and ask: "Which idea do you want to refine?"
Read the matching note:
obsidian read file="[note-name]"
Show the current note content and confirm: "Is this the idea you want to refine?"
Ask: "What are the steps to complete this? List them one per line."
Update the note — change type: idea → type: project, status/unrefined → status/refined, and add sections:
obsidian properties:set file="[note-name]" key="type" value="project"
Then append the steps and work entries sections:
obsidian append file="[note-name]" content="
## Steps
- [ ] [step 1]
- [ ] [step 2]
...
## Work entries
"
Update Atlas/Ideas.md — move the link from ## Unrefined to ## Active:
Read the file, edit the line, write it back.
Confirm: "[[note-name]] is now an active project with [N] steps."
As the project progresses, /log entries will be linked back to this note under ## Work entries.
When all steps are done, tell Claude to mark it as complete — it will update the tag to status/done and move it to ## Archived in the Ideas atlas.