simulator-tasks

Automate task creation and role-based approvals in Simulator.Company using Events actors.

58|9|Updated May 5, 2026
One-click install
npx skills add https://github.com/corezoid/simulator-ai-plugin --skill simulator-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simulator-tasks
Source: https://github.com/corezoid/simulator-ai-plugin/tree/main/plugins/simulator/skills/simulator-tasks
Command: npx skills add https://github.com/corezoid/simulator-ai-plugin --skill simulator-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps teams create and manage tasks within Simulator.Company by modeling tasks as Events actors and assigning executor, approvers, and signers with proper access rules and reactions.

Core Features & Use Cases

  • Create an Events task (no chatType) and define the task body via the actor description.
  • Assign roles (execute, sign, ds) to appropriate users using saveAccessRules to govern task lifecycle.
  • Manage the end-to-end lifecycle with reactions (done, sign, reject, ds) and accommodate orders/directives.

Quick Start

Create a new task in the Events form and assign an executor, approvers, and signers using the guided steps.

Frequently Asked Questions about simulator-tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate task creation and role-based approvals in Simulator.Company?

Automate task creation and role-based approvals by modeling tasks as Events actors, assigning executors, multiple approvers, and a legal signer, then tracking lifecycle progress via reactions like done, sign, and reject.

How do I assign executor, approver, and signer access rules to an Events task?

Assign executor, approver, and signer access rules to an Events task using the saveAccessRules function to govern the task lifecycle and accommodate orders or directives.

What lifecycle reactions are available for tracking task progress in an automated workflow?

Available lifecycle reactions for tracking task progress include done, sign, reject, and ds, which manage the end-to-end lifecycle of tasks modeled as Events actors.

Can I manage tasks requiring both multiple approvers and a legal signer in a single workflow?

Yes, you can manage tasks requiring multiple approvers and a legal signer in a single workflow by creating an Events actor without a chatType and applying access rules and reactions.

What is the best way to model tasks as Events actors for workflow automation?

The best way to model tasks as Events actors for workflow automation is to resolve the Events form, create the actor, define the task body via the actor description, and assign access rules.

Does the task automation workflow support orders and directives alongside standard approvals?

Yes, the task automation workflow supports orders and directives alongside standard approvals by accommodating them within the lifecycle reactions applied to the Events actors.