skills/archive/SKILL.md
Archive a completed motspilot task. Use when asked to archive a motspilot task or clean up finished work.
npx skillsauth add motsmanish/motspilot archiveInstall 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.
Archive a completed task, moving it from active to the archive directory.
Parse the user's input after /mots:archive:
--task=<name> → archive that task:
bash ${CLAUDE_PLUGIN_ROOT}/motspilot.sh --project=$(pwd) archive --task=<name>
No arguments → read .motspilot/current_task to get the active task name. Confirm with the user before archiving:
"Archive task '<name>'? This moves it to the archive directory. You can restore it later with /mots:reactivate."
If the task doesn't exist, show available tasks by running the status command.
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.
development
Restore an archived motspilot task back to active status. Use when asked to reactivate, restore, or resume an archived motspilot task.
devops
Alias for /mots:pilot. Run the motspilot 6-phase AI pipeline. Use when asked to run pipeline.