# Work Concern

> Inspect the current implementation and surface a short list of concrete, evidence-backed concerns without editing or producing a full audit or fix plan. Use when the user asks what gives you pause, what might be wrong, or wants a lightweight implementation sanity check.

- **Type:** Skill
- **Install:** `agentstack add skill-xcaeser-work-skill-work-concern`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [xcaeser](https://agentstack.voostack.com/s/xcaeser)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [xcaeser](https://github.com/xcaeser)
- **Source:** https://github.com/xcaeser/work-skill/tree/main/skills/work-concern
- **Website:** https://skills.sh/xcaeser/work-skill

## Install

```sh
agentstack add skill-xcaeser-work-skill-work-concern
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Work / 5. Concern

Answer this question:

> What about the current implementation gives you pause? Identify only concrete
> risks, weak assumptions, or user-facing failure modes supported by the code
> and actual flow. What should be verified next before trusting it?

This is a lightweight, read-only judgment pass. Apply reliability, simplicity,
user-state safety, meaningful testing, and clean-break rules directly. Do not
spawn agents, create goals, edit files, commit, deploy, or produce a full fix
plan. Use `$work-audit` when the user wants exhaustive review, severity-ranked
findings, or a detailed executor-ready remediation plan.

## Inspect

1. Use the target named by the user. Otherwise inspect the current diff,
   implementation discussed in the conversation, or the smallest relevant
   feature and its consumers.
2. Read local instructions, the implementation, existing tests, public APIs,
   call sites, and the actual user flow before forming a concern.
3. Check only material axes supported by the target: correctness, reliability,
   data integrity, permissions, security, destructive actions, persistence,
   error recovery, usability, maintainability, and meaningful test coverage.
4. Distinguish a verified concern from an unknown, tradeoff, taste judgment, or
   preference. Do not turn uncertainty into a finding.

## Judgment

- Prefer two strong concerns over ten speculative ones.
- Cite the exact path, symbol, behavior, test, or observation behind each concern.
- Explain the realistic consequence, not an imaginary catastrophe.
- Do not invent requirements, impossible states, hypothetical attacks, or edge
  cases the implementation neither promises nor handles.
- Do not flag framework behavior, stylistic preference, or deliberate tradeoffs
  as defects without evidence of material harm.
- Do not create a concern to fill the response. If nothing material survives
  inspection, say so and name the limits of the review.
- Keep remediation to one smallest next check. Do not redesign or prescribe a
  full solution unless the user asks.
- Use `high` confidence for directly reproduced or contract-proven concerns,
  `medium` for strongly supported code-path risks, and `low` only for an
  important unknown with a decisive next check. Do not pad the table with low-confidence items.

## Return

```markdown
## Work / 5. Concern

**Scope:** 
**Question:** What about this implementation gives us pause?

| Concern | Why it matters | Evidence | Confidence | Verify next |
|---|---|---|---|---|
|  |  |  | high / medium / low |  |

**Unknowns:** 
**Review limit:** 
**Bottom line:** 
```

Order concerns by likely impact. Keep the response compact and proportional to
the evidence. Do not imply the pass was comprehensive when it was not. Use
`$work-checklist` when the user wants to capture the concerns as accountable
items or register a goal and resolve them.
Use `$work-test` instead when the only justified action is protecting observed behavior with tests.

## Source & license

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

- **Author:** [xcaeser](https://github.com/xcaeser)
- **Source:** [xcaeser/work-skill](https://github.com/xcaeser/work-skill)
- **License:** MIT
- **Homepage:** https://skills.sh/xcaeser/work-skill

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-xcaeser-work-skill-work-concern
- Seller: https://agentstack.voostack.com/s/xcaeser
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
