What problem does it solve? Designing TAKT workflows by hand requires deep knowledge of the workflow YAML schema, rule syntax, parallel step semantics, and Faceted Prompting conventions. This Skill gathers your requirements and generates a consistent workflow YAML plus any needed facet files (personas, policies, instructions, knowledge, output contracts) in one pass. ## Core Features & Use Cases - Workflow YAML generation: Composes steps, transition rules (text conditions, ai(), all()/any(), deterministic when:), parallel review steps, subworkflow calls, system steps, structured outputs, and loop monitors. - Facet file generation: Creates custom personas, policies, instructions, knowledge, and output contracts following TAKT style conventions, while reusing builtin facets whenever possible. - Mechanical validation: Ships a validate-takt-files.sh script that checks required fields, initial_step references, facet file existence, and loop monitor consistency. - Use Case: Ask for a Rust backend workflow with a plan→implement→review→fix loop, and receive a complete workflow YAML placed under ~/.takt/ with builtin reviewer facets wired in and validated. ## Quick Start Ask the assistant to create a TAKT workflow for your project, describing the steps, review structure, and loop limits you need.