master-schedule

Route FF&E product schedule tasks to the minimal helper pipeline.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/robikscube/SJ-skills-sandbox --skill master-schedule
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: master-schedule
Source: https://github.com/robikscube/SJ-skills-sandbox/tree/main/Skill-List/alpaca-product/master-schedule
Command: npx skills add https://github.com/robikscube/SJ-skills-sandbox --skill master-schedule

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Users managing FF&E and product schedules for architecture, engineering, and construction projects often need to juggle multiple specialized helper skills for tasks like data import, PDF parsing, cleanup, enrichment, and product matching. This skill eliminates that complexity by providing a single, unified entry point that automatically routes requests to the smallest relevant helper pipeline, no specialized skill knowledge required.

Core Features & Use Cases

  • Intelligent Request Routing: Classifies plain-language user requests for product schedule tasks and dispatches them to the correct helper skill pipeline, avoiding unnecessary skill loading.
  • Pre-flight PDF Validation: Scans input directories for unconverted PDF files before import to prevent missing product data, surfacing blockers explicitly instead of silently skipping files.
  • Full Workflow Coverage: Supports end-to-end product schedule lifecycles including raw data import, messy row cleanup, metadata enrichment, PDF spec parsing, product research, matching, pairing, image processing, and CSI outline spec writing.
  • Real-World Use Case: A user with a folder of product cut sheets, messy CSV notes, and a request to add all items to a master FF&E schedule can submit the request in plain language, and the skill will route the correct tools to parse PDFs, clean data, enrich entries, and import to the schedule.

Quick Start

Use the master-schedule skill to import my messy product notes and PDF cut sheets into the master FF&E schedule.

Frequently Asked Questions about master-schedule

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

FAQPage Schema
How do I import messy CSV product notes and PDF cut sheets into an FF&E schedule?

To import messy CSV product notes and PDF cut sheets into an FF&E schedule, use a master orchestration skill to automatically route plain-language requests to the correct helper pipeline for parsing, cleanup, enrichment, and import.

What is automated workflow routing for product schedule tasks?

Automated workflow routing for product schedule tasks classifies plain-language user requests and dispatches them to the minimal required helper pipeline, eliminating manual selection of specialized skills for data import or matching.

How do I parse PDF spec files for construction product schedules without missing data?

To parse PDF spec files for construction product schedules without missing data, use pre-flight PDF validation to scan input directories for unconverted files, surfacing blockers explicitly instead of silently skipping them.

Can I use one entry point for all FF&E product data lifecycle tasks?

You can use one entry point for all FF&E product data lifecycle tasks, covering raw data import, cleanup, enrichment, pairing, image processing, and CSI outline spec writing through deterministic routing.

Does product schedule routing work without knowing individual helper skills?

Product schedule routing works without knowing individual helper skills because the orchestration layer automatically classifies requests and applies configurable schedule access controls to dispatch the correct tools.

Why does product data import silently skip unconverted PDF files?

Product data import silently skips unconverted PDF files when pre-flight validation is missing; adding pre-flight scans surfaces these blockers explicitly to prevent missing product data during the workflow.