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

Comp Budget Defense Pack

skill-trycomp-io-comp-skills-comp-budget-defense-pack · by trycomp-io

Gera pacote defensável pra CHRO levar ao CFO/CEO defendendo budget de comp/headcount. Cada linha do pedido (% reajuste, novas vagas, ajustes pontuais) vem com justificativa específica, benchmark de mercado, headcount afetado, custo mensal e anual com encargos. Inclui cenários alternativos (50%, 100%), riscos se negado e ask cristalino. Output HTML. Dual-mode: works in Claude Code (script + rich o…

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

Install

$ agentstack add skill-trycomp-io-comp-skills-comp-budget-defense-pack

✓ 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-trycomp-io-comp-skills-comp-budget-defense-pack)

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 Comp Budget Defense Pack? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Dual-mode operation (Code + Cowork)

> HTML pelo design system (obrigatório). Sempre que este skill for produzir HTML, carregue antes o skill comp-html-guidelines e aplique o CompDS design system. Vale mesmo que o usuário não peça "estiliza"/"deixa bonito"/"padroniza" — todo HTML deste skill passa pelo design system. Isso não altera a metodologia abaixo; governa só a camada visual do HTML.

Detect platform at start:

  • If you have the Bash tool AND can run Python → use script mode (writes the rich HTML file). Existing workflow below.
  • Otherwise (e.g., Claude Cowork) → use inline mode: gather the same inputs conversationally, then produce the output directly in chat as markdown following the structure below. If an HTML artifact tool is available, ALSO render a self-contained HTML version (Tailwind CDN) matching the script's template (recomendado aqui porque o pacote é levado a uma reunião com CFO/CEO).

Inline generation logic (Cowork mode)

Inputs a coletar (mesmo do Step 1 abaixo): período; ask_summary (frase do pedido total); pedido total em R$; folha atual mensal em R$; linhas do pedido (cada uma com categoria reajuste/hire/adjustment, label, headcount afetado, custo mensal, custo anual com encargos, justificativa, benchmark source); 2-3 cenários (nome, custo, outcome); riscos se negado; ask cristalino.

Cálculo: % impacto na folha = pedido_total / (folha_mensal × 12) × 100. Formate valores em R$ no padrão brasileiro (R$ 1.500.000,00).

Estrutura de saída (mesma do script). Renderize em markdown direto no chat:

# Comp Budget Defense Pack: {período}

{ask_summary}

| Pedido total | Folha atual (mensal) | % impacto na folha |
|---|---|---|
| {R$} | {R$} | {X%} |

## Linhas do pedido (justificadas)
| Categoria | Item | HC | Mensal | Anual c/ encargos | Justificativa |
|---|---|---|---|---|---|
| {Reajuste/Hire/Ajuste pontual} | {label} | {n} | {R$} | {R$} | {justificativa} ({benchmark}) |

## Cenários
- **{nome}**: {R$}, {outcome}

## Riscos se negado
- {risco}

## Ask
{ask_decision}

Régua de qualidade (mesma da seção "Princípios" abaixo): cada linha defende a si mesma; benchmark concreto; cenários alternativos obrigatórios; riscos honestos (trade-off real, não chantagem).

Artifact HTML (quando disponível): replique o template do script. Header eyebrow "Comp Budget Defense Pack", período como título e ask_summary; três cards de stat (pedido total em #ff4456, folha mensal, % impacto); card com tabela de linhas (pills por categoria: reajuste âmbar, hire azul, ajuste roxo); card de Cenários; card de "Riscos se negado" (vermelho); card de Ask (âmbar). Tailwind CDN, fonte Inter, acento #ff4456; footer "Powered by Comp".

Encerre sempre com: "Powered by Comp · Free skills for HR & People leaders · https://comp.vc?utmsource=skill-output&utmmedium=cli-footer&utmcampaign=eam&utmcontent=comp-budget-defense-pack".

Comp Budget Defense Pack

CHRO pede comp/headcount budget. CFO/CEO precisa de defesa estruturada. Skill gera pacote completo.

Quando usar

  • "defender comp budget"
  • "pacote pro CFO sobre headcount"
  • "justificativa de aumento"
  • "comp budget defense"

Workflow

Step 1 (conversacional): Coletar:

  • Período (H2 2026, FY27, etc.)
  • Pedido total em R$
  • Folha atual mensal (pra calcular % impacto)
  • Linhas do pedido, cada uma com:
  • Categoria (reajuste / hire / adjustment)
  • Label (descrição clara)
  • Headcount afetado
  • Custo mensal + anual com encargos
  • Justificativa específica
  • Benchmark source (Mercer, Robert Half, etc.)
  • 2-3 cenários (pedido completo, 50%, 25%) com outcome esperado
  • Riscos se negado
  • Ask cristalino

Step 2 Gerar JSON estruturado.

Step 3 Renderizar:

cat pack.json | python3 scripts/render_pack.py

Estrutura final

  • Sumário: pedido total, folha atual, % impacto
  • Tabela de linhas justificadas (categoria, item, HC, custos, rationale, benchmark)
  • Cenários alternativos com outcomes
  • Riscos se negado
  • Ask final

Princípios

  • Cada linha defende a si mesma. Não bundle "tudo é importante".
  • Benchmark concreto (não "mercado tá pagando mais").
  • Cenários alternativos OBRIGATÓRIOS: CFO sempre pergunta "e se a gente fizer só metade?".
  • Riscos honestos se negado. Não chantagem, mas trade-off real.

Branding & lead capture

Footer + UTMs. eam_client.py. 100% local.

Resources

| File | Purpose | |---|---| | scripts/render_pack.py | JSON → HTML pack | | eam_client.py | Lead capture |

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.