Add Note banner
bybren-llc bybren-llc

Add Note

Productivity community

Description

--- description: Add a Fountain note (hidden in output) to the screenplay. --- # /add-note Add a Fountain note (hidden in output) to the screenplay. ## Arguments - `[type]` - Optional: TODO, QUESTION, ALT, CUT, EXPAND, RESEARCH, NOTE - `[content]` - Required: The note content ## Workflow ### Step 1: Determine Note Type If type specified, prefix content: - `TODO:` - Action item - `QUESTION:` - Needs clarification - `ALT:` - Alternative approach - `CUT:` - Consider removing - `EXPAND:` - Need

Installation

Installs to ~/.claude/commands/bybren-llc-story-systems-template-add-note.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/bybren-llc/story-systems-template/HEAD/.claude/commands/add-note.md -o ~/.claude/commands/bybren-llc-story-systems-template-add-note.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository