Skip to content

content-scheduler

Content pipeline scheduling presets — delegates to armadillo-scheduler core skill with content-pumper defaults.

ModelSource
sonnetpack: content-pumper
Full Reference

Mandatory Announcement — FIRST OUTPUT before anything else:

┏━ 📅 content-scheduler ━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ [one-line description of scheduling operation] ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

Thin wrapper around armadillo-scheduler with content-pumper presets. All scheduling operations delegate to the core scheduler.

JobCronPromptTimeout
topic-scan0 */6 * * * (every 6h)Use the trend-scanner skill to scan for trending topics600s
performance-review0 9 * * 1 (Mon 9am)Use the content-qa skill to review last week's published content300s
auto-generateevent-drivenTriggered by topic-scorer when score > threshold1200s

To register a content preset:

Use armadillo-scheduler to register the topic-scan preset:
- id: topic-scan
- cron: 0 */6 * * *
- prompt: "Use the trend-scanner skill to scan for trending topics"
- workingDirectory: <project root>
- maxTurns: 15

All operations — register, unregister, list, status, run-now, history, logs — use armadillo-scheduler. This skill only provides content-specific defaults and prompt templates.

See armadillo-scheduler reference docs for full API.