# Gsdnote

> Zero-friction idea capture. Append, list, or promote notes to todos.

- Skill: `thedixitjain/gsdnote` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/gsdnote`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/gsdnote/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/thedixitjain/gsdnote

---


<objective>
Zero-friction idea capture — one Write call, one confirmation line.

Three subcommands:
- **append** (default): Save a timestamped note file. No questions, no formatting.
- **list**: Show all notes from project and global scopes.
- **promote**: Convert a note into a structured todo.

Runs inline — no Task, no AskUserQuestion, no Bash.
</objective>

<execution_context>
@${CLAUDE_PLUGIN_ROOT}/workflows/note.md
@${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md
</execution_context>

<context>
$ARGUMENTS
</context>

<process>
Execute the note workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/note.md end-to-end.
Capture the note, list notes, or promote to todo — depending on arguments.
</process>

---

**Source:** [`davepoon/buildwithclaude`](https://github.com/davepoon/buildwithclaude) → `plugins/gsd/skills/note/SKILL.md`

