Stats
Actions
Tags
From verona
Add a new task to an existing Verona agent. Updates agent.toml and creates tasks/<id>.md. Use when the user wants to extend an existing agent with another scheduled or on_message task.
How this skill is triggered — by the user, by Claude, or both
Slash command
/verona:new-taskThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Add a task to an existing agent.
Add a task to an existing agent.
agents/examples/<name>/ or <state>/agents/<name>/.schedule = "<cron-or-friendly>" (e.g. "0 3 * * *", "every 30m")on_message = true (fires on inbound message via Slack/webhook)low | medium | high | max. Optional.Read, Write, Edit, WebFetch, Bash(curl:*).tasks/<task-id>.md. Should explain the task's goal, what tools to use, what to write to memory./verona:new-agent instead.agent.toml.[[tasks]] block to agent.toml with the inputs above.tasks/<task-id>.md with the supplied prompt body.verona schedule list (if state dir is initialized) — the new task should appear with the expected schedule.verona schedule run <agent>:<task>.agent.toml (preserve user ordering).[agent] block, soul, or memory config — that's /verona:tune-soul and /verona:new-agent territory.state/.Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub blake-simpson/verona --plugin verona