Init Thoughts banner
FelixSoderstrom FelixSoderstrom

Init Thoughts

Development community

Description

--- description: Initialize the thoughts/ directory structure. allowed-tools: Bash(mkdir:*), Bash(touch:*), Bash(echo:*) --- ## MODE: INIT Create the thoughts/ directory structure for GIVERNY's persistence layer. ### EXECUTION ```bash mkdir -p thoughts/shared/research mkdir -p thoughts/shared/plans mkdir -p thoughts/shared/prs mkdir -p thoughts/personal/tickets mkdir -p thoughts/personal/notes touch thoughts/.gitkeep ``` Optionally add to .gitignore: ```bash echo "thoughts/personal/" >> .gi

Installation

Installs to ~/.claude/commands/felixsoderstrom-giverny-init-thoughts.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/FelixSoderstrom/GIVERNY/HEAD/.claude/commands/init-thoughts.md -o ~/.claude/commands/felixsoderstrom-giverny-init-thoughts.md

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

Full documentation available on GitHub

View Source Repository