standup-notes

Generate daily standup notes by reviewing Obsidian vault context and Jira tickets.

Content Preview
---
model: claude-sonnet-4-0
---

# Standup Notes Generator

Generate daily standup notes by reviewing Obsidian vault context and Jira tickets.

## Usage
```
/standup-notes
```

## Prerequisites

- Enable the **mcp-obsidian** provider with read/write access to the target vault.
- Configure the **atlassian** provider with Jira credentials that can query the team's backlog.
- Optional: connect calendar integrations if you want meetings to appear automatically.

## Process

1. **Gather Context from
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/standup-notes.md \
  https://raw.githubusercontent.com/wshobson/commands/main/tools/standup-notes.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/wshobson/commands

Then reference at tools/standup-notes.md

Related Skills