skills/reactivate/SKILL.md
Restore an archived motspilot task back to active status. Use when asked to reactivate, restore, or resume an archived motspilot task.
npx skillsauth add motsmanish/motspilot reactivateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Restore an archived task back to active status so you can re-run phases (e.g., for bug fixes).
Parse the user's input after /mots:reactivate:
<name> → reactivate that task:
bash ${CLAUDE_PLUGIN_ROOT}/motspilot.sh --project=$(pwd) reactivate <name>
No arguments → list archived tasks so the user can pick one:
bash ${CLAUDE_PLUGIN_ROOT}/motspilot.sh --project=$(pwd) tasks --all
Then ask which one to reactivate.
After reactivation, tell the user:
"Task '<name>' is active again. Run /mots:pilot <description> with --from=<phase> to re-run from a specific phase, or just /mots:pilot to pick up where it left off."
development
View a motspilot phase artifact. Use when asked to view, show, or read a pipeline phase output (architecture, development, testing, verification, delivery, requirements, or workorder).
devops
Show motspilot task status or list all tasks. Use when asked about motspilot task status, task list, or pipeline progress.
devops
Alias for /mots:pilot. Run the motspilot 6-phase AI pipeline. Use when asked to run pipeline.
development
Run the motspilot 6-phase AI pipeline for adding features to existing applications. Use when asked to run motspilot, run pipeline, or go motspilot.