start-orchestrator

Start or resume CataForge orchestration flows from project descriptions or continuation states.

133|9|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/lync-cyber/CataForge --skill start-orchestrator-lync-cyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-orchestrator
Source: https://github.com/lync-cyber/CataForge/tree/main/.cataforge/skills/start-orchestrator
Command: npx skills add https://github.com/lync-cyber/CataForge --skill start-orchestrator-lync-cyber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides the entry point for starting a new CataForge project or resuming an existing one, so users can continue an AI-driven workflow without manually reconstructing project state.

Core Features & Use Cases

  • New Project Bootstrap: Detects when a project has no instruction file and begins the orchestrator startup path.
  • Resume Existing Work: Recognizes continuation mode, checks framework version state, and restores the current phase safely.
  • Workflow Control: Coordinates the initial handoff into CataForge's orchestrated process without writing downstream documentation itself.

Quick Start

Use the start-orchestrator skill to begin a new CataForge project from my description or resume the current project with continue.

Frequently Asked Questions about start-orchestrator

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

FAQPage Schema
How do I bootstrap a new project workflow using CataForge orchestration?

To bootstrap a new project workflow, the orchestrator detects the absence of an instruction file and automatically begins the CataForge startup path from your project description without writing downstream documentation.

How do I resume an in-progress orchestration workflow safely?

To resume an in-progress workflow safely, the orchestrator recognizes continuation mode, checks the framework.json version state, and restores the current phase-aware routing to recover your project.

When do I need to check the framework version for an existing deployment?

You need to check the framework version for an existing deployment when resuming an orchestration flow, ensuring the framework.json state is inspected to safely restore and route the current project phase.

Does the start-orchestrator write downstream project documentation itself?

No, the orchestrator does not write downstream documentation itself; it strictly handles instruction file detection, framework.json inspection, and initial phase-aware handoff into the orchestrated process.

What is needed to start a CataForge project from a description?

Starting a CataForge project requires providing a project description or continuation state so the orchestrator can detect instruction files, inspect framework versions, and route the workflow phases.