.claude/skills/rd-decide/SKILL.md
--- name: rd-decide worker-type: verify sidecar-path: synthesis/decisions/ blocking: true requires: [rd-challenge] capabilities: [no-web-access] eval-signals: [finding-produced, question-answered] --- # rd-decide: Decision Finalization Incorporate challenge feedback and finalize the D-NNN decision file. ## When To Use - Dispatched after rd-challenge completes successfully - Final worker in the research-decision chain: gather → deliberate → challenge → decide ## Input - Draft decision from
npx skillsauth add gh-xj/exp-job-hunter-research rd-decideInstall 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.
Incorporate challenge feedback and finalize the D-NNN decision file.
synthesis/decisions/drafts/D-NNN-draft.mdanalysis/critiques/decisions/D-NNN-critique.mdsynthesis/decisions/D-NNN-slug.mdstatus-recommendation: blockedsynthesis/decisions/D-NNN-slug.md with status proposedstatus-recommendation: proposed — the dispatcher writes the status to the D-NNN frontmatter (workers never update frontmatter directly per Amendment 1)proposed, not accepted. A human must review and approve the transition to acceptedSame as the draft format from rd-deliberate, with these additions:
## Traceability Chain
| Research Question | Finding | Decision |
|-------------------|---------|----------|
| Q-NNN | F-NNN | D-NNN |
## Challenge Response
| Issue | Severity | Resolution |
|-------|----------|------------|
| [issue from critique] | BLOCKER | [how resolved] |
| [issue from critique] | WARNING | [acknowledged in Risks section] |
| [issue from critique] | OBSERVATION | [applied / skipped with reason] |
Before completing, verify:
proposed (never accepted — that requires human review)Max 2 self-correction iterations. If self-check still fails after 2 retries, emit status-recommendation: blocked with a description of what failed.
If BLOCKERs cannot be resolved with available evidence:
status-recommendation: blocked with description of unresolvable issuesdevelopment
--- 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
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