generator

Implement mission specs, commit milestones, and signal the Evaluator.

38|2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/FlineDev/TandemKit --skill generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generator
Source: https://github.com/FlineDev/TandemKit/tree/main/skills/generator
Command: npx skills add https://github.com/FlineDev/TandemKit --skill generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end workflow of implementing mission specs, logging milestones, and coordinating with the Evaluator to produce review-ready outputs.

Core Features & Use Cases

  • Automates spec implementation, milestone commits, and signaling for evaluation.
  • Generates and organizes Generator round reports, and updates change manifests for verification.
  • Supports collaboration with the Evaluator and background tasks to ensure a smooth, auditable workflow across rounds.

Quick Start

Instruct the Generator to implement the mission spec, commit milestones, and prepare a reviewer-ready round.

Frequently Asked Questions about generator

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

FAQPage Schema
How do I automate mission spec execution and prepare evaluator rounds?

Automating mission spec execution is handled by reading project context, implementing the spec, committing milestones, and signaling the Evaluator through a wait-for-state watcher to produce review-ready outputs.

What is the process for updating State.json atomically during generator rounds?

Updating State.json atomically involves modifying the file safely during mission implementation to track progress, ensuring the waiting Evaluator can coordinate with the Generator without race conditions across rounds.

How do I generate generator round reports and update changed files manifests?

Generating generator round reports requires logging milestones and committing implementation changes, then updating the ChangedFiles manifest to verify outputs and coordinate with the Evaluator for review.

Can I use this generator workflow for complex missions with multiple milestones?

Yes, the generator workflow supports complex missions by handling end-to-end processes including planning, implementation, documentation, and reviewer communications to ensure a smooth, auditable workflow across rounds.

How does the generator coordinate with a waiting evaluator through the wait-for-state watcher?

The generator coordinates with the waiting evaluator by signaling through the wait-for-state watcher after atomically modifying State.json, ensuring the evaluator receives review-ready outputs for verification.