producer

Execute multi-step plans by invoking skills sequentially and validating outputs against doneness criteria.

30|4|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/kaigani/codeywood --skill producer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: producer
Source: https://github.com/kaigani/codeywood/tree/main/skills/producer
Command: npx skills add https://github.com/kaigani/codeywood --skill producer

SYSTEM DOCUMENTATION & REQUIREMENTS

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'.

Frequently Asked Questions about producer

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

FAQPage Schema
How do I validate multi-step workflow outputs before proceeding to the next task?

Workflow validation ensures each step meets defined doneness criteria and passes gate checks before proceeding. Sequential skill invocation captures outputs and verifies them, maintaining project integrity for complex processes.

What is the best way to orchestrate sequential skill execution in a modular AI task pipeline?

Orchestration of sequential skill execution loads a defined plan, tracks progress through phases, and calls skills with necessary inputs. This manages modular AI task pipelines by ensuring correct execution order and capturing outputs at each stage.

How does state management work for tracking progress in complex process workflows?

State management for complex process workflows maintains and updates a project state file to track progress. This records phase completion and workflow integrity, allowing execution to resume or verify the current pipeline state.

When do I need a quality gate to ensure workflow integrity in a multi-phase plan?

A quality gate is needed when a multi-phase plan requires validated outputs before subsequent phases begin. It ensures doneness criteria are met, preventing unvalidated steps from compromising downstream workflow integrity.

Can I use orchestration to manage a video generation pipeline with storyboarding and concept art?

Yes, orchestration manages a video generation pipeline by ensuring storyboarding is complete and validated before invoking the art director skill to generate concept art. This sequential validation maintains quality across pipeline stages.

How do I execute a defined plan for a complex workflow starting from a specific project path?

Executing a defined plan starts by specifying the project path to load the workflow phases. The orchestrator then follows the plan, sequentially invoking skills and validating outputs against criteria to track overall progress.