What problem does it solve?
Turning a tested Claude Managed Agent into an unattended recurring job requires building a correct POST /v1/deployments payload, validating cron schedules and IANA timezones, and handling DST edge cases — all of which are error-prone when done by hand.
Core Features & Use Cases
- Deployment Payload Builder: Generates the POST /v1/deployments JSON with initial_events (user.message plus an optional nested user.define_outcome so each firing self-grades) and prints the BYOK curl commands to create and test it.
- Cron & Timezone Validation: Validates 5-field POSIX cron expressions and IANA timezone IDs, and prints the wall-clock DST note warning about skipped or double-fired times.
- Roadmap Finalization: Writes NEXT-DIRECTIONS.md from the build sheet's deferrals, recording the versioned upgrade plan.
- Use Case: You have a graded agent and want it to run a nightly audit at 9 AM Europe/Berlin — validate the schedule, build the deployment payload with a nested self-grading outcome, fire one manual test run, then leave the cron in place.
Quick Start
Ask the agent to put my graded agent on a schedule that runs every morning at 9 AM in Europe/Berlin and have each run grade itself.