gan-style-harness

Orchestrate a multi-agent GAN-style loop for iterative app development.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cescrafli/compyrasion --skill gan-style-harness-cescrafli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gan-style-harness
Source: https://github.com/cescrafli/compyrasion/tree/main/skills/gan-style-harness
Command: npx skills add https://github.com/cescrafli/compyrasion --skill gan-style-harness-cescrafli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GAN-inspired architecture that separates generation from evaluation to produce higher-quality applications autonomously, avoiding self-critique bias and enabling rigorous testing.

Core Features & Use Cases

  • Separate GENERATOR and EVALUATOR with an adversarial feedback loop to improve output quality across iterative cycles.
  • Three-agent workflow (Planner, Generator, Evaluator) with configurable models and sprint-style development.
  • Playwright-based live testing and rubric-driven scoring to ensure design, originality, craft, and functionality meet production standards.

Quick Start

Use this harness to plan, implement, and evaluate a live application from a concise brief.

Frequently Asked Questions about gan-style-harness

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

FAQPage Schema
How does a GAN-inspired multi-agent architecture improve app development quality?

A GAN-inspired multi-agent architecture improves app development by separating generation from evaluation, creating an adversarial feedback loop. This avoids self-critique bias and forces iterative refinement until the application meets rubric-driven production standards.

How do I build and test an application from a concise prompt using an AI harness?

You can build an application from a concise prompt by running a sprint-style multi-agent workflow. A Planner drafts the scope, a Generator implements the app, and an Evaluator runs Playwright-based live testing and rubric scoring across iterative cycles.

Can I use Playwright for live testing within an automated AI generation loop?

Yes, Playwright-based live testing is integrated directly into the evaluation phase of the generation loop. The Evaluator agent executes live tests to validate the generated application's functionality against the configured rubric criteria.

How do I configure max iterations and scoring thresholds for automated app generation?

You can configure max iterations and scoring thresholds using environment variables. These settings control the adversarial loop's stopping criteria, ensuring the Generator and Evaluator cycle until the application meets the defined rubric-driven score threshold.

What is the best way to avoid self-critique bias when autonomously generating applications?

The best way to avoid self-critique bias is using an adversarial architecture that separates the Generator and Evaluator agents. By isolating evaluation into a dedicated agent with rubric-driven scoring, you prevent the generation logic from justifying its own flaws.