What problem does it solve?
This Skill acts as the central orchestrator, ensuring that complex workflows are executed in the correct order, with each step validated before proceeding, thereby maintaining project integrity and quality.
Core Features & Use Cases
- Plan Execution: Loads and follows a defined plan, tracking progress through phases.
- Skill Invocation: Calls other Skills with necessary inputs and captures their outputs.
- Doneness & Gate Validation: Verifies that each Skill's work meets defined criteria and that phase gates are passed.
- State Management: Maintains and updates a project state file (
.state.json) to track progress.
- Use Case: In a video generation pipeline, the Producer ensures that storyboarding is complete and validated before the art director skill is invoked to generate concept art.
Quick Start
Use the producer skill to execute the 'animated-series' plan starting from the project path '/path/to/my/project'.