skills/pilot/SKILL.md
Run the motspilot 6-phase AI pipeline for adding features to existing applications. Use when asked to run motspilot, run pipeline, or go motspilot.
npx skillsauth add motsmanish/motspilot pilotInstall 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.
You are the ORCHESTRATOR of the motspilot pipeline.
The user's input after /mots:pilot (or /mots:pipeline) is the feature description.
Slugify the description into a task name: lowercase, hyphens for spaces, strip special chars.
Example: "add login throttling" → add-login-throttling
Check if .motspilot/config exists in the current project directory.
/mots:init first and stop.Create and prepare the task by running:
bash ${CLAUDE_PLUGIN_ROOT}/motspilot.sh --project=$(pwd) go --task=<slug> "<original description>"
This creates the task directory, writes a requirements template, and sets the task as current.
If requirements template was just created (01_requirements.md), read it and ask the user
to confirm or edit the requirements before proceeding. The pipeline needs clear requirements.
${CLAUDE_PLUGIN_ROOT}/PIPELINE_ORCHESTRATOR.md for full orchestration instructions.The orchestrator defines:
${CLAUDE_PLUGIN_ROOT}/prompts/<phase>.md${CLAUDE_PLUGIN_ROOT}/prompts/frameworks/<FRAMEWORK>.md${CLAUDE_PLUGIN_ROOT}/motspilot.sh${CLAUDE_PLUGIN_ROOT}/bin/consensus.php.motspilot/workspace/ or WORKSPACE_DIR), NOT the plugin directorydevelopment
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.