Remove flow-next files from project
Removes flow-next files from project and cleans up documentation sections.
/plugin marketplace add gmickel/gmickel-claude-marketplace/plugin install flow-next@gmickel-claude-marketplaceflow-next/Use AskUserQuestion to confirm:
Question 1: "Remove flow-next from this project?"
If cancel → stop.
Question 2: "Keep your .flow/ tasks and epics?"
Run these bash commands as needed:
# If keeping tasks:
rm -rf .flow/bin .flow/usage.md
# If removing everything:
rm -rf .flow
# Always check for Ralph:
rm -rf scripts/ralph
For CLAUDE.md and AGENTS.md: if file exists, remove everything between <!-- BEGIN FLOW-NEXT --> and <!-- END FLOW-NEXT --> (inclusive).
Removed:
- .flow/bin/, .flow/usage.md (or entire .flow/)
- scripts/ralph/ (if existed)
- Flow-next sections from docs (if existed)