# Meet

> Process meeting notes into structured notes with extracted decisions, blockers, and action items. Use for "/meet project type title" then paste notes.

- **Type:** Skill
- **Install:** `agentstack add skill-kv0906-pm-kit-meet`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [kv0906](https://agentstack.voostack.com/s/kv0906)
- **Installs:** 0
- **Category:** [Productivity](https://agentstack.voostack.com/c/productivity)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [kv0906](https://github.com/kv0906)
- **Source:** https://github.com/kv0906/pm-kit/tree/main/.claude/skills/meet
- **Website:** https://willtran.xyz

## Install

```sh
agentstack add skill-kv0906-pm-kit-meet
```

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

## About

# /meet — Meeting Processing

Process raw meeting notes into structured notes with extracted decisions, blockers, and action items.

## Context

Today's date: `!date +%Y-%m-%d`
Recent meetings: `!ls meetings/*.md 2>/dev/null | tail -5`

Reference template: @_templates/meeting.md
Config: @_core/config.yaml
Processing logic: @_core/PROCESSING.md

## Input

User input: $ARGUMENTS

Then user will paste raw notes.

## Session Task Progress

```
TaskCreate: "Parse meeting metadata"
  activeForm: "Parsing meeting metadata..."

TaskCreate: "Extract decisions, blockers, actions"
  activeForm: "Extracting items from notes..."

TaskCreate: "Create linked notes"
  activeForm: "Creating linked notes..."
```

## Processing Steps

1. **Parse Input**
   - Extract project
   - Extract type: sync, milestone, external
   - Generate slug from title

2. **Request Notes**
   - If notes not provided, prompt: "Paste your meeting notes:"

3. **Extract from Notes**
   - **Decisions**: Look for "decided", "agreed", "going with"
   - **Blockers**: Look for "blocked", "stuck", "waiting on"
   - **Action Items**: Look for "will do", "action:", "TODO", "@name"
   - **Attendees**: Look for @mentions or name lists

4. **Create Meeting Note**
   - Filename: `meetings/{date}-{type}-{slug}.md`
   - Apply template with extracted data
   - Add `## Links` section

5. **Create Linked Notes**
   - For each decision: Create `decisions/{project}/{date}-{slug}.md`
   - For each blocker: Create `blockers/{project}/{date}-{slug}.md`
   - Link back to meeting note

6. **Update References**
   - Add to project index if exists

7. **Append to Vault Log**
   - Append entry to `01-index/_vault-log.md` (see `.claude/rules/vault-log.md`)
   - Action: `meeting`
   - Details: summarize what was extracted (decisions, blockers, action items)

## Output

```
Created: meetings/{date}-{type}-{slug}.md
Extracted:
- Decisions: {count} (notes created)
- Blockers: {count} (notes created)
- Action items: {count}
```

## Export (Optional)

Supports `--docx`, `--pdf` flags. See `.claude/rules/export-formats.md` for layout specs and workflow. Complete normal processing first, then generate the formatted file.

## Source & license

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

- **Author:** [kv0906](https://github.com/kv0906)
- **Source:** [kv0906/pm-kit](https://github.com/kv0906/pm-kit)
- **License:** MIT
- **Homepage:** https://willtran.xyz

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-kv0906-pm-kit-meet
- Seller: https://agentstack.voostack.com/s/kv0906
- 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%.
