AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Hr Staffing

skill-sdwolf4103-opencode-agenthub-hr-staffing · by sdwolf4103

Build staffing plans for pure-soul agents, mixed soul+skill agents, and skill attachments

No reviews yet
0 installs
23 views
0.0% view→install

Install

$ agentstack add skill-sdwolf4103-opencode-agenthub-hr-staffing

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-sdwolf4103-opencode-agenthub-hr-staffing)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Hr Staffing? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

HR Staffing Protocol

Purpose

Produce a staffing plan that is advisory, explicit, and downstream-compatible with Agent Hub composition.

Prerequisites

This skill must not be invoked until the parent HR agent has completed Stage 1 - REQUIREMENTS and the user has confirmed the requirements summary. If requirements are still ambiguous, return that gap to the parent instead of pretending the plan is ready.

Output Files

Write the latest plan to:

  • $HR_HOME/state/staffing-plans/latest.json
  • $HR_HOME/state/staffing-plans/latest.md

Required Plan Structure

Every staffing plan must include:

  • schema_version
  • task_summary
  • recommended_team
  • alternatives
  • composition
  • required_skills
  • required_tools
  • draft_names (draft agent names and draft profile name for user review)
  • risks
  • team_size_advisory (included when recommended team exceeds four agents)
  • next_action

Compact Summary Shape

Keep latest.md compact and field-based. Use this shape:

recommended:
- role: ... | source: ... | agent_class: ... | model: ...
alternatives:
- ...
composition:
- ...
draft_names:
- seat: ... | proposed_agent_name: ... | reason: ...
- profile: ... | reason: ...
required_skills:
- skill: ... | why: ...
risks:
- ...
team_size_advisory: 
next_action: ...

Composition Rules

For each recommended entry, specify:

  • asset_kind: agent or skill
  • agent_class: pure-soul, mixed-soul-skill, or not-applicable
  • deployment_role: primary-capable, subagent-preferred, or skill-attachment
  • compatibility: native-ready, needs-adaptation, or skill-only

Decision Rules

  • At least one staffing-plan entry must have deployment_role: primary-capable.
  • Prefer the smallest team that can cover planning, sourcing/exploration, implementation, audit, verification, and documentation.
  • If the recommended team has more than four agents, include a team_size_advisory noting that the team should be structured around one to two primary agents with the remaining agents deployed as subagents. Do not recommend more than two primary-capable agents unless the user explicitly requests it.
  • When multiple candidates can cover the same seat, prefer a pure-soul agent with attached skills over a mixed soul+skill agent. Use a mixed soul+skill agent only when the specialized workflow cannot be cleanly separated, the source is tightly fused, or the user explicitly wants that mixed form.
  • Prefer local worker cards from $HR_HOME/inventory/workers/ with inventory_status = available.
  • Treat draft worker cards as sourcing inputs that still need review or explicit operator acceptance.
  • Exclude retired worker cards from recommended staffing compositions.
  • Treat user-supplied model names as advisory. Model confirmation happens during staging via opencode environment availability probing, not during staffing planning. If a user-supplied name looks syntactically invalid, note that, but do not attempt catalog-based validation here.
  • If multiple valid compositions exist, present them as options rather than pretending one is certain.
  • If a skill host is unresolved, say so plainly.
  • Draft names must be treated as proposals only. The parent HR agent must show them to the user and get confirmation before adaptation starts.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.