# Prep Meeting

> >

- **Type:** Skill
- **Install:** `agentstack add skill-timominkus-obsidian-para-gtd-ai-prep-meeting`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [timominkus](https://agentstack.voostack.com/s/timominkus)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [timominkus](https://github.com/timominkus)
- **Source:** https://github.com/timominkus/obsidian-para-gtd-ai/tree/main/.claude/skills/prep-meeting

## Install

```sh
agentstack add skill-timominkus-obsidian-para-gtd-ai-prep-meeting
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Prep Meeting Skill

Prepares you for any upcoming meeting by loading relevant context, compiling topics
to address, and creating a structured prep note. The note is intentionally lightweight —
Notes and Tasks are filled after the meeting via `/process-meeting`.

---

## CRITICAL RULES

- **Templates**: Always read `04_RESOURCES/Templates/Meeting Preparation.md` before creating a note
- **WikiLinks**: NEVER wrap [[WikiLinks]] in backticks
- **File placement**: Follow the folder routing table below — NEVER save directly in `03_AREAS/Meetings/`
- **No speculation**: Only add topics you have evidence for (hub file, daily note, previous meeting note)

---

## Step 1 — Identify the meeting

Determine: which meeting, which date, which attendees.

If the user gave enough context (e.g. "prep for team standup with Dennis tomorrow"), confirm and proceed.
If unclear, ask: "Which meeting, with whom, and on what date?"

Once identified, determine:
- **Meeting type**: 1:1 with direct report / 1:1 with peer / 1:1 with leadership / team meeting / external / other
- **Attendees**: list of names

---

## Step 2 — Load context

Run all relevant reads in parallel:

1. **Hub files** — for each attendee who has a hub file, read it from `03_AREAS/People/`:
   - Direct reports: `03_AREAS/People/Team/[Name]/[Name].md`
   - Peers: `03_AREAS/People/Peers/[Name]/[Name].md`
   - Leadership: `03_AREAS/People/Leadership/[Name]/[Name].md`
   - Extract: 📌 Next Meeting items, open tasks (👥 / ⌛), Focus Topics

2. **Daily Note** — read `01_ACTIVE/Daily Notes/YYYY-MM-DD.md`
   - Extract: any 📌 @[attendee] items relevant to this meeting

3. **Previous meeting note** — glob `03_AREAS/**/*[Name or MeetingKeyword]*.md` for the most recent note of this recurring meeting type
   - Extract: open action items, unresolved topics

4. **Meeting Preparation template** — read `04_RESOURCES/Templates/Meeting Preparation.md`

---

## Step 3 — Compile "My Topics & Questions"

From all loaded context, compile a deduplicated list of topics to raise:

- 📌 items from hub files and daily note (primary source)
- Open tasks or waiting-for items that need a status update
- Unresolved items from the previous meeting note
- Any context the user provided in the prompt

Keep topics concise: one line each. No invented items.

---

## Step 4 — Create the prep note

Create the file using the template. Fill in **only the `## Meeting Preparation` section**:

- **Frontmatter**: apply standard meeting frontmatter
- **Header**: date + meeting name
- **Meeting Date / Type / Attendees**: fill from Step 1
- **My Topics & Questions**: insert compiled topics as a prioritized bullet list
- **Open Tasks & Delegations**: pull from hub file tasks section

**CRITICAL — `## Meeting Documentation` section**: Leave completely untouched with template placeholders. These are filled after the meeting via `/process-meeting`.

**Frontmatter:**
```yaml
---
tags: [meeting, preparation, YYYY-MM-DD]
up: "[[folder-path]]"
---
```

**File naming:** `YYYY-MM-DD_[Meeting-Name].md`

**Folder routing:**

| Meeting type | Folder |
|---|---|
| 1:1 with direct report | `03_AREAS/People/Team/[Name]/` |
| 1:1 with peer | `03_AREAS/People/Peers/[Name]/` |
| 1:1 with leadership | `03_AREAS/People/Leadership/[Name]/` |
| Recurring team meeting | `03_AREAS/Organization/[MeetingType]/` |
| General / external | `03_AREAS/Organization/` |

---

## Step 5 — Summary

Tell the user briefly:
- File created at [path]
- How many topics are queued
- The 1–2 most important topics to not skip (your judgment based on context)

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [timominkus](https://github.com/timominkus)
- **Source:** [timominkus/obsidian-para-gtd-ai](https://github.com/timominkus/obsidian-para-gtd-ai)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-timominkus-obsidian-para-gtd-ai-prep-meeting
- Seller: https://agentstack.voostack.com/s/timominkus
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
