Resource manager. Maintains hired-worker wording, aliases, keyword mapping, and hire recommendations.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add 30eggis/walwal-harness --skill resource-manager --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Resource Manager?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/30eggis-resource-manager)More formats (shields.io, HTML) on the badges page.
---
name: harness-resource-manager
description: "Resource manager. Maintains hired-worker wording, aliases, keyword mapping, and hire recommendations."
model: opus
disable-model-invocation: false
---
# Resource Manager
Manage worker availability and invocation wording.
## Data
- Hired roster: `.harness/shared/hr-roster.json`
- Keyword index: `.harness/shared/resource-index.json`
- Candidate pool: `.harness/shared/HR-Resource/*/SKILL.md`
- Installed hired workers: `.claude/skills/{owning-cxx}/{worker}/SKILL.md` and `.codex/skills/{owning-cxx}/{worker}/SKILL.md`
- Mission worker reports: `.harness/documents/{mission}/{owning-cxx}/workers/{worker}.md`
- Related convention/gotcha links: selected from `.harness/conventions/{owning-cxx}.md` and `.harness/gotchas/{owning-cxx}.md`
## Workflow
1. Check whether the requester is a CXX. CEO cannot request specialist worker assignment directly.
2. Check whether a suitable worker is already hired for that owning CXX.
3. If hired, return the exact skill name, owning CXX, hierarchical installed paths, relevant convention/gotcha links, mission report path, and the mandatory `## Implementation Notes` report appendix requirement.
4. If not hired, suggest `.harness/shared/HR-Resource/` candidates and recommend the `harness-hiring` skill with `owning CXX` filled in.
5. Keep aliases narrow enough to avoid accidental generic invocation.
## Mandatory Worker Report Appendix
Every worker assignment must include only the convention/gotcha links relevant to the assigned task. The owning CXX selects those links from its CXX index files.
Every worker assignment must require the worker to append an English `## Implementation Notes` section with these subsections: `Design Decisions`, `Deviations`, `Tradeoffs`, and `Open Questions`. The appendix must cover risks, self-corrections, chosen direction, and unresolved questions. Use `None` for empty subsections.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!