home/productivity/worker-prompts

Worker Prompts

GPTClaudeDeepSeek··672 copies·updated 2026-07-14
worker-prompts.prompt
# Worker Prompts — full-audit

Template per ciascun worker chiamato dall'orchestratore. Tutte le sostituzioni di placeholder `{...}` vanno fatte dall'orchestratore PRIMA di lanciare l'Agent.

---

## Common variables

Sostituiti dall'orchestratore:

- `{project_root}` — absolute path della project root
- `{project_name}` — basename(project_root)
- `{mode}` — `full | differential | targeted`
- `{scope_paths}` — JSON array di paths
- `{codebase_size}` — `SMALL | MEDIUM | LARGE`
- `{languages}` — JSON array di linguaggi dominanti
- `{baseline_summary}` — JSON compatto dell'output di Phase B
- `{critical_areas}` — JSON array da CLAUDE.md (può essere `[]` se assente)
- `{delta_summary}` — solo in mode `differential`: git diff stat (file + insertions/deletions)
- `{base_branch}` — solo in mode `differential`

---

## Baseline (Phase B) — single Agent Haiku call

Agent params: `subagent_type=general-purpose`, `model=haiku`.

Prompt body:

fill the variables

This prompt has 11 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{...}{project_root}{project_name}{mode}{scope_paths}{codebase_size}{languages}{baseline_summary}{critical_areas}{delta_summary}{base_branch}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo SpinaBuilds/full-audit-skill (MIT). A "Worker Prompts" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

SpinaBuilds/full-audit-skill · MIT