Add an automation - scheduled task, in-app agentic workflow, background process, long-running worker, webhook handler, heavy computation, or a personal recurring AI mission. Acts as a smart orchestrator over the four shapes: /add-cron (scheduled app task), /add-workflow (finite event-triggered pipeline running inside the app, some steps intelligent), /add-agent (autonomous product agent), /add-routine (personal recurring AI mission on the user's own Claude account) - plus dedicated workers (Cloudflare, Render) for the heavy/continuous cases. Discovery phase to understand the actual need, infers whether the job belongs to the APP or to the OPERATOR, recommends with plain-words reasoning, and delegates after validation. Optionally converts the project to Turborepo when a dedicated worker is needed.
$npx -y skills add flavien-ia/hypervibe-harness --skill add-automationInstalls into the current project.
Run `npx skills use "https://github.com/flavien-ia/hypervibe-harness" --skill "flavien-ia/hypervibe-harness/add-automation"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/flavien-ia/hypervibe-harness" that are relevant to the current task. Run `npx skills add "https://github.com/flavien-ia/hypervibe-harness"` and select the relevant skills, then follow their instructions.