بنقرة واحدة
meeting-note
Meeting note skill — scaffold a structured meeting page with cross-links
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Meeting note skill — scaffold a structured meeting page with cross-links
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Capability discovery — the canonical answer to 'what can you do?' and 'what do I say to ...?'
Close skill — draft resolution comment, sync backends, redirect to next task
Start skill — begin task with optional backend sync
End-of-day wrap-up skill — daily summary and status update
Morning brief skill — prioritized daily summary
Reconcile skill — detect wiki/backend drift and let the User resolve it via four moves
| name | meeting-note |
| description | Meeting note skill — scaffold a structured meeting page with cross-links |
Capture a substantive meeting as a structured wiki page.
Run this skill when the user says "meeting note", "log this meeting", "capture meeting", "after the meeting", or similar. Also triggered by /meeting-note.
Distinguish from short standups or one-line check-ins, which belong inline on the daily page. A standalone meeting page is appropriate when:
Ask the user for any details not already provided:
storefront). Optional.Run via Bash:
rubber-ducky page create meeting "<title>" \
--date <YYYY-MM-DD> \
--start <HH:MM> \
--end <HH:MM> \
--attendees "<comma-separated>" \
--project <slug>
Omit any flags the user didn't supply. The CLI scaffolds the page at wiki/meetings/<date>-<slug>.md with frontmatter and standard body sections (Agenda, Notes, Decisions, Action items, Related).
Edit the new page directly to capture meeting content under each section:
- [ ] <task> per item, with assignee names. These should later become tasks: ask the user "Convert any of these to tasks?" If yes, run /new-ticket or rubber-ducky page create task for each.If the meeting touches existing tasks, append a wikilink in each task's Activity log:
- Discussed in [[wiki/meetings/<date>-<slug>|<title>]]
If the meeting belongs to a project, append the meeting wikilink to the project's index page.
Add a one-line entry to today's daily page so the meeting shows up in the temporal spine:
- **<HH:MM>–<HH:MM>** — [[wiki/meetings/<date>-<slug>|<title>]] — <one-line takeaway>
A populated meeting page with all sections filled in (or marked TBD with a question), plus cross-links from related tasks and the daily page. Confirm where the page was saved and whether any action items should be promoted to tasks now.