pwf-work-light

pwf-work-light is a command for Claude Code from J-Pster/Psters_AI_Workflow. It costs 30 tokens per session (414 once invoked), scanned A, original, MIT.

A lightweight workflow command for very small local code changes, such as a minor fix, cosmetic update, or local refactor.

In plain words
What is it for?
Use it for narrowly scoped edits that do not add data migrations, endpoints, authentication changes, or changes spanning multiple repositories.
Why use it?
It keeps small changes moving with a short set of documentation, implementation, and verification checks. It is only suitable when no more than two files are expected to change and no broader system behavior is involved.

Command for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it for narrowly scoped edits that do not add data migrations, endpoints, authentication changes, or changes spanning multiple repositories.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/j-pster/psters_ai_workflow/pwf-work-light
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/J-Pster/Psters_AI_Workflow

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pwf-work-light

README.md
[![agentmods](https://agentmods.dev/badge/commands/j-pster/psters_ai_workflow/pwf-work-light/github.svg)](https://agentmods.dev/commands/j-pster/psters_ai_workflow/pwf-work-light)
Your own site
<a href="https://agentmods.dev/commands/j-pster/psters_ai_workflow/pwf-work-light"><img src="https://agentmods.dev/badge/commands/j-pster/psters_ai_workflow/pwf-work-light/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pwf-work-light

Your own site · 80×15
<a href="https://agentmods.dev/commands/j-pster/psters_ai_workflow/pwf-work-light"><img src="https://agentmods.dev/badge/commands/j-pster/psters_ai_workflow/pwf-work-light.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 414 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00030 $0.00414
Opus 5 $0.00015 $0.00207
Sonnet 5 $0.00006 $0.00083
Haiku 4.5 $0.00003 $0.00041

Measured 9d ago against content hash b1dd0d3c230b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

pwf-work-light scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/psters-ai-workflow/commands/pwf-work-light.md · 52 lines

What it actually says

Execute Lightweight Work

Use this for truly small/local changes. Apply skills/using-psters-workflow/SKILL.md at start.

Trivial scope criteria

All must be true:

  • <= 2 files expected to change
  • no new entities/migrations/endpoints
  • no auth/security model changes
  • no cross-repo architectural impact

If any criterion fails, use /pwf-work or /pwf-work-plan instead.

Workflow

  1. Apply skills/docs-baseline-loading/SKILL.md and execute baseline loading before coding.
  2. Read docs/solutions/patterns/critical-patterns.md (if exists), directly relevant module/feature doc, and docs/runbooks/README.md when operational behavior is touched.
  3. Implement targeted change.
  4. Run minimal verification command(s) relevant to the change.
  5. Run focused documentation check:
    • update docs only if contract/behavior changed,
    • otherwise report "no doc impact" with reason. Work commands update docs as part of the workflow; use /pwf-doc or /pwf-doc-capture for explicit scope-targeted documentation.
  6. Finish with verification evidence.

Verification Evidence Format

Use the shared evidence format from rules/operational-guardrails.mdc.

Project-specific override is allowed via docs/workflow/operational-overrides.md (if present).

Guardrails

  • If scope expands during work, stop and switch to /pwf-work.
  • Do not use for migrations, risky deploy changes, or broad refactors.
  • /pwf-review when change risk is not purely cosmetic
  • /pwf-commit-changes after verification
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 52 lines · 30 tokens per session scan A b1dd0d3c230b

Subscribe to this mod's changes

pwf-work-light is a command published in the GitHub repository J-Pster/Psters_AI_Workflow (289 stars, last pushed 5mo ago), licensed MIT. It adds 30 tokens to every session and 414 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.