Core Skill

Follow-up Management & Task Scheduling

Automating follow-ups, recurring checks, and delegated background tasks through structured job scheduling and subagent delegation.

Prompt Example

Use the skill 'plan-followups' to plan the following follow-up action: [ACTION]. Timing (optional): [TIMESCHEDULE INTERVAL].

Concrete examples

Use the skill 'plan-followups' to plan the following follow-up action: Daily check of the Ariadne Engine commit log for new releases.

Converts conversational outcomes into actionable, asynchronous tasks. This includes reminders, recurring validation checks, and the delegation of complex workflows to subagents.

Ensures operational integrity by inspecting existing jobs (`get_all_scheduled_jobs`) before modification. When generating new follow-ups, `search_message_chains` is leveraged to extract relevant historical context, ensuring highly precise follow-up prompts.

Employs subagents for substantial, bounded work packages. Subagent prompts are scoped to ensure that outputs remain easily verifiable by the master agent.

Provides visibility and control over background processes. All scheduled tasks include explicit execution windows and clear paths for modification or termination.