skills/view/SKILL.md
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).
npx skillsauth add motsmanish/motspilot viewInstall 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.
View a phase artifact for a task.
Parse the user's input after /mots:view:
<phase> → view that phase for the current task:
bash ${CLAUDE_PLUGIN_ROOT}/motspilot.sh --project=$(pwd) view <phase>
<phase> --task=<name> → view that phase for a specific task:
bash ${CLAUDE_PLUGIN_ROOT}/motspilot.sh --project=$(pwd) view <phase> --task=<name>
No arguments → show available phases:
Which phase do you want to view?
req — Requirements
arch — Architecture
dev — Development
test — Testing
verify — Verification
delivery — Delivery
wo — Work order
Read the artifact file and show its contents to the user. If the artifact doesn't exist yet, tell the user which phases have been completed.
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.
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.