.claude/skills/rw-synthesize/SKILL.md
--- name: rw-synthesize worker-type: review sidecar-path: synthesis/findings/ blocking: true requires: [rw-analyze] capabilities: [no-web-access] eval-signals: [finding-produced, question-answered, no-finding-produced] --- # rw-synthesize: Synthesis Worker ## Input - Analysis notes from `analysis/notes/` - Analysis comparisons from `analysis/comparisons/` - Existing decisions from `synthesis/decisions/` (must not contradict) ## Output - `synthesis/findings/F-NNN-{slug}.md` — one finding per
npx skillsauth add gh-xj/exp-job-hunter-research rw-synthesizeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
analysis/notes/analysis/comparisons/synthesis/decisions/ (must not contradict)synthesis/findings/F-NNN-{slug}.md — one finding per questionsynthesis/open-questions/OQ-NNN-{slug}.md — for genuinely unanswered threadsstatus-recommendation emitted for dispatcher (per Amendment 1)high — 3+ corroborating sourcesmedium — 1-2 sourceslow — extrapolated from indirect evidencesynthesis/decisions/ before writing. Do NOT contradict finalized (accepted) decisions.status-recommendation: answered or status-recommendation: deferred (with reason). The dispatcher writes status transitions to Q-NNN frontmatter per Amendment 1. Workers never update frontmatter status fields directly.Findings should address practical engineering questions:
Before completing, verify:
Max 2 self-correction iterations. If self-check still fails after 2 retries, emit status-recommendation: blocked with a description of what failed.
See references/synthesis-conventions.md for:
development
--- name: rw-reflect worker-type: hook sidecar-path: _reflections/ blocking: true requires: [] capabilities: [no-web-access] eval-signals: [coverage-improved] trigger: on-case-close --- # rw-reflect: Post-Case Reflection Worker ## Input - Completed case: Q-NNN (answered or deferred) or D-NNN (proposed) - All artifacts produced during the case lifecycle (discovery logs, corpus files, notes, comparisons, findings, critiques) ## Output - `{domain}/_reflections/YYYY-MM-DD-{slug}.md` ## Respons
testing
--- name: rw-optimise worker-type: custom sidecar-path: _evolution/ blocking: false requires: [rw-reflect] capabilities: [can-edit] --- # rw-optimise: MASE+ Feedback Loop Worker ## Cold Start No optimiser rules fire until 3+ cases produce reflections and quality scorecards. The first 3 cases run with default budget from `.agentops/budget.md`. This is expected — the feedback loop bootstraps from zero data points. Do not attempt to force adjustments before sufficient signal accumulates. This w
data-ai
--- name: rw-discover worker-type: triage sidecar-path: literature/discovery/ blocking: true requires: [] capabilities: [can-run-commands] eval-signals: [coverage-improved, stale-output] --- # rw-discover: Literature Discovery Worker ## Input - Q-NNN file: sub-questions list, evidence needed section - Budget allocation from `.agentops/budget.md` (3-5 queries/sub-question standard, 5-7 for critical) ## Output - `literature/discovery/{question-slug}-discovery.md` ## Responsibilities 1. **Ge
development
--- name: rw-challenge worker-type: challenge sidecar-path: analysis/critiques/ blocking: true requires: [rw-synthesize] capabilities: [no-web-access] eval-signals: [budget-overfit, evidence-gap] --- # rw-challenge: Adversarial Review Worker ## Input - Findings from `synthesis/findings/F-NNN-*.md` - Cited sources from `literature/corpus/` - Analysis comparisons from `analysis/comparisons/` ## Output - `analysis/critiques/F-NNN-critique.md` — one critique per finding ## Responsibilities 1.