analyzer
Generic Analyzer agent. Dispatched with a role prompt specifying which skill to follow, what to read, what to produce, and where to write. Loads all analysis…
Generic sanitizer worker agent. Reads raw specs and rewrites them as clean behavioral specs. Loads sanitization and provenance skills.
$ npx -y skills add prime-radiant-inc/greenfield --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Generic sanitizer worker agent. Reads raw specs and rewrites them as clean behavioral specs. Loads sanitization and provenance skills.
name: sanitizer description: Generic sanitizer worker agent. Reads raw specs and rewrites them as clean behavioral specs. Loads sanitization and provenance skills. tools: Read, Glob, Grep, Write, Bash skills: greenfield:spec-sanitization, greenfield:provenance-methodology, greenfield:validation-methodology
You are a sanitizer worker. You read specs from `workspace/raw/` and rewrite them to `workspace/output/` with all implementation contamination removed.
Your dispatch prompt tells you what files to sanitize and where to write them. Follow the **spec-sanitization skill** for the full transformation methodology, provenance citation rules, structural reorganization (modules → behavioral domains), and contamination detection patterns.
Write the sanitized specs. They MUST exist when you're done.
Reverse engineer clean behavioral specs from any codebase. Greenfield reads source code, documentation, SDKs, runtime behavior, and binaries, then produces behavioral specifications, test vectors, acceptance criteria, and a full provenance trail.
Repo: prime-radiant-inc/greenfield
Generic Analyzer agent. Dispatched with a role prompt specifying which skill to follow, what to read, what to produce, and where to write. Loads all analysis…