create-agent

Generate validation agents that score workflow outputs across 5 dimensions.

2|4|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/ScaleAcademy/creative-strategist-skills --skill create-agent-scaleacademy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent
Source: https://github.com/ScaleAcademy/creative-strategist-skills/tree/main/00-system/create-agent
Command: npx skills add https://github.com/ScaleAcademy/creative-strategist-skills --skill create-agent-scaleacademy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of validation agents that ensure the quality and compliance of workflow steps.

Core Features & Use Cases

  • Generate Validation Agents: Automatically generate agents for any workflow step to score outputs and enforce quality gates.
  • Customizable Scoring Dimensions: Define specific scoring dimensions to evaluate quality based on the workflow step.
  • Hard Violations: Set instant fails for critical errors that cannot be compensated by other quality measures.
  • Calibration Examples: Provide concrete examples to standardize scoring across the 5 dimensions.

Quick Start

Generate a validation agent for the 'brand-research' step by providing the step name and validation focus.

Frequently Asked Questions about create-agent

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

FAQPage Schema
How do I automate quality assurance for workflow steps in Python?

Automating quality assurance for workflow steps involves generating validation agents that score outputs across 5 dimensions, provide actionable rewrites, and enforce hard violations. Python is required to run the agent generation and analysis scripts.

What are hard violations in workflow validation agents?

Hard violations in workflow validation agents are critical errors that trigger an instant fail, meaning the output is rejected regardless of how well it scores on other quality dimensions. They enforce strict compliance gates that cannot be compensated by other measures.

Can I customize the scoring dimensions for my validation agent?

Yes, you can define customizable scoring dimensions to evaluate quality based on the specific requirements of your workflow step. You can also provide calibration examples to standardize the scoring across these 5 dimensions.

Do I need Python to generate validation agents for workflow automation?

Yes, Python is a required dependency for generating validation agents and running the analysis. You need a Python environment configured to execute the scripts that create and evaluate the validation logic.

What is the best way to standardize quality scoring across multiple validation dimensions?

The best way to standardize quality scoring is to provide calibration examples when generating the validation agent. These concrete examples standardize the scoring behavior across the 5 defined dimensions for consistent workflow validation.

When should I set instant fails for critical errors in a validation workflow?

You should set instant fails for critical errors when a mistake cannot be compensated by other quality measures. Configuring hard violations ensures that outputs with severe compliance issues are immediately rejected by the validation agent.