What problem does it solve? Starting a new Kailash SDK workflow, custom node, MCP server, or test suite from scratch requires remembering the canonical 4-parameter pattern, cycle setup rules, and tier-specific testing policies, which slows development and introduces structural errors. ## Core Features & Use Cases - Workflow Templates: Provides basic, cyclic, CLI, FastAPI async, and ETL workflow scaffolds using WorkflowBuilder and LocalRuntime. - Custom Node & MCP Server Templates: Supplies node class structures with parameter declaration and Pydantic validation, plus MCP server setups with authentication, caching, and permissions. - Three-Tier Test Templates: Includes unit (Tier 1, mocks allowed), integration (Tier 2, real Docker services), and end-to-end (Tier 3, full scenarios) pytest templates. - Use Case: When asked to scaffold a new iterative workflow, the Skill provides the cyclic template showing the critical build-before-cycle pattern with convergence criteria and max iteration limits. ## Quick Start Ask the AI to generate a basic Kailash workflow template with two connected PythonCodeNode steps and runtime execution.