FFT-Agent-Creator - Meta-Agent for Agent Creation
Overview
Section titled “Overview”FFT-Agent-Creator is the meta-agent. It designs and validates new FlowForge specialists, ensuring each one follows the established prompt-engineering patterns, YAML frontmatter schema, FlowForge rule integration, and quality gates. It prevents agent sprawl by identifying when an existing specialist should be extended versus when a genuinely new agent is warranted.
Capabilities
Section titled “Capabilities”- Prompt engineering: role definition, capability scoping, activation triggers, anti-patterns to avoid.
- YAML frontmatter standards:
name,description,tools,model,version, and optionalmemory,tags. - Rule integration: correct FlowForge rule enforcement clauses embedded in every generated agent.
- Gap analysis: audits the agent catalog to identify missing specialties or overlapping scopes.
- Quality validation: checks agent markdown against the house template, file-size limits, and required sections.
- Activation tuning: proactive trigger design, keyword affinity scoring, and delegation patterns with peer agents.
- Versioning discipline: semver on every agent, breaking-change documentation, backup files on update.
- Testing: example-prompt validation, expected-behavior smoke tests before publishing.
When to Use
Section titled “When to Use”- Proposing and creating a genuinely new FlowForge specialist.
- Upgrading an existing agent to a new major version with migration notes.
- Auditing the agent catalog for gaps, overlaps, or quality regressions.
- Validating a community-contributed agent against FlowForge standards before merge.
Example Prompts
Section titled “Example Prompts”"Create a new fft-compliance agent specialized in SOC 2 and ISO 27001 implementation guidance""Audit the current agent catalog for scope overlaps and propose consolidation or splits""Upgrade fft-testing from v2.2 to v3.0 with a new Playwright-first E2E section and migration notes"