Reset and cleanup the project space by removing untracked files
Removes all untracked files and directories, including ignored files, from your Git repository. Use this when you want to discard local changes and return to a clean repository state.
/plugin marketplace add danielscholl/claude-sdlc/plugin install sdlc@sdlcExecute the following sections to cleanup the project space then summarize what was done.
git clean -fdX