Check Gitignore banner
Taoidle Taoidle

Check Gitignore

Development community

Description

--- description: "Check and update .gitignore to exclude Plan Cascade temporary files. Ensures planning files won't be accidentally committed to version control." --- # Plan Cascade - Check and Update .gitignore This command checks if your project's `.gitignore` is configured to exclude Plan Cascade temporary files, and updates it if needed. ## Why This Matters Plan Cascade creates various temporary files during planning and execution: - `prd.json`, `mega-plan.json` - Planning documents - `.

Installation

Installs to ~/.claude/skills/taoidle-plan-cascade-check-gitignore/SKILL.md

Terminal
mkdir -p ~/.claude/skills/taoidle-plan-cascade-check-gitignore && curl -fsSL https://raw.githubusercontent.com/Taoidle/plan-cascade/HEAD/commands/check-gitignore.md -o ~/.claude/skills/taoidle-plan-cascade-check-gitignore/SKILL.md

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

Full documentation available on GitHub

View Source Repository