schedule-tune

Modify and validate maintenance schedules from natural language instructions.

18|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/walm00/business-context-os --skill schedule-tune
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedule-tune
Source: https://github.com/walm00/business-context-os/tree/main/.claude/skills/schedule-tune
Command: npx skills add https://github.com/walm00/business-context-os --skill schedule-tune

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to modify and manage maintenance schedules easily without editing raw JSON files, reducing errors and saving time.

Core Features & Use Cases

  • Natural Language Scheduling: Users describe desired schedule changes in everyday language, such as "run audit twice a week" or "switch dispatcher to 08:30," and the Skill interprets and applies these requests.
  • Configuration Validation: Ensures all schedule modifications adhere to schema rules, preventing malformed settings.
  • Use Case: A user wants to shift an audit job to weekly on Tuesdays and Fridays; the Skill validates, diff's, and applies the change seamlessly.

Quick Start

Ask the AI to change your maintenance job to run on Mondays and Fridays using natural language.

Frequently Asked Questions about schedule-tune

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

FAQPage Schema
How do I update maintenance schedules using natural language instead of editing JSON?

You can update maintenance schedules by providing instructions in plain language, such as "run audit twice a week." The system interprets your request, automatically modifies the JSON configuration, and ensures schema compliance.

How do I validate maintenance schedule changes before applying them to a JSON configuration?

Schedule modifications are validated against schema rules to prevent malformed settings. The system generates a diff-based confirmation, allowing you to review exact JSON changes before they are applied to your configuration.

What is the best way to enable, disable, or reset automated maintenance jobs?

Automating maintenance job states is handled by expressing desired actions in natural language. You can instruct the system to enable, disable, adjust times, or reset schedules, which translates your commands into valid JSON configurations.

Can I adjust specific maintenance job times without manually parsing JSON files?

Yes, you can shift job times by stating your target schedule conversationally, like "switch dispatcher to 08:30." The system parses your intent and directly applies the time adjustments to the JSON file.

Why do my maintenance schedule configurations fail schema validation after manual edits?

Manual JSON edits often break schema rules due to syntax errors or invalid parameters. Using natural language to modify schedules ensures all configurations are automatically validated and compliant before being applied.

What are the limitations of using natural language for maintenance schedule automation?

Natural language schedule automation relies on interpreting user instructions into JSON configurations. If instructions are ambiguous, the system may struggle to map the request to exact schema-compliant time adjustments or specific job resets.