Mega Edit banner
Taoidle Taoidle

Mega Edit

Development community

Description

--- description: "Edit the mega-plan interactively. Add, remove, or modify features. Usage: /plan-cascade:mega-edit" --- # Edit Mega Plan Edit the mega-plan.json file interactively to add, remove, or modify features. ## Path Storage Modes Mega-plan file location depends on the storage mode: - **New Mode**: `~/.plan-cascade/<project-id>/mega-plan.json` - **Legacy Mode**: `mega-plan.json` in project root The command uses PathResolver to find the correct file location. ## Step 1: Verify Mega

Installation

Installs to ~/.claude/skills/taoidle-plan-cascade-mega-edit/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository