What problem does it solve?
Creates properly structured vexjoy-agent operator .md files so new agents don’t ship with broken routing, missing required fields, or non-compliant instruction patterns.
Core Features & Use Cases
- DISCOVER overlap protection: checks for existing domain coverage and steers you to references instead of duplicating an agent.
- DESIGN routing and contract planning: defines role, triggers, pairs_with, allowed tools, complexity tier, and creates tight boundaries with redirect targets.
- SCAFFOLD deterministic scaffolding: generates the full operator file layout (phases, gates, error handling, reference loading table) and validates YAML structure and positive-instruction compliance.
- REGISTER and VALIDATE readiness: updates
agents/INDEX.json and runs reference/structure validation scripts so the router can reliably discover and execute the new agent.
Quick Start
Scaffold a new vexjoy-agent operator file by running the agent-creator workflow for your agent name and domain, then follow the phase gates to ensure routing triggers, pairs_with, and reference loading tables are correct before registration and validation.