agentgenerator-change

Review and implement AgentGenerator workflow changes while preserving contract compliance.

14|1|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/BlocUnited-LLC/mozaiks --skill agentgenerator-change
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agentgenerator-change
Source: https://github.com/BlocUnited-LLC/mozaiks/tree/main/.claude/skills/agentgenerator-change
Command: npx skills add https://github.com/BlocUnited-LLC/mozaiks --skill agentgenerator-change

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents subtle breakage when you need to revise AgentGenerator prompts, structured outputs, scaffolds, tool/handoff wiring, or workflow safety guidance without drifting from the workflow-authoring contracts.

Core Features & Use Cases

  • AgentGenerator-scoped change review: Focuses changes on factory_app/workflows/AgentGenerator/** so updates remain workflow-local.
  • Contract-aware structured output updates: Helps ensure field names/enums and loader expectations stay aligned across structured_outputs.yaml and the converter/tool-planning paths.
  • Prompt and injection hygiene: Supports updating universal prompt hooks and safety guidance while preserving lane-discipline and provider-neutral OSS-safe behavior.

Quick Start

Use this skill to review a proposed change touching factory_app/workflows/AgentGenerator/structured_outputs.yaml and then update the narrowest matching AgentGenerator tests to confirm contract compliance.

Frequently Asked Questions about agentgenerator-change

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

FAQPage Schema
How do I update AgentGenerator structured outputs without breaking workflow contracts?▼

To update AgentGenerator structured outputs without breaking workflow contracts, review changes against structured_outputs.yaml and run the narrowest converter and tool-planning tests to ensure field names and loader expectations remain compliant.

What is workflow scaffolding safety guidance in AgentGenerator?▼

Workflow scaffolding safety guidance in AgentGenerator involves updating universal prompt hooks and injection hygiene rules to preserve lane-discipline and provider-neutral OSS-safe behavior across workflow artifacts.

How do I validate prompt changes in AgentGenerator workflows?▼

You validate prompt changes in AgentGenerator workflows by applying test-driven change practices that run narrowest matching UI quality-gate and tool-planning tests to reduce drift risk and verify contract alignment.

Does agentgenerator-change support updating universal prompt hooks?▼

Yes, agentgenerator-change supports updating universal prompt hooks by reviewing prompt hygiene and safety guidance while preserving workflow-local semantics within the factory_app/workflows/AgentGenerator directory.

Why do my structured output schema updates cause converter drift?▼

Structured output schema updates cause converter drift when field names, enums, or loader expectations in structured_outputs.yaml are modified without running the relevant narrowest converter and tool-planning tests to verify contract compliance.

Can I modify handoffs and tools generation without affecting workflow safety?▼

You can modify handoffs and tools generation without affecting workflow safety by reviewing changes against workflow-authoring contracts and preserving lane-discipline and provider-neutral OSS-safe behavior during the update process.