okhp3-process-intake-and-scope

okhp3-process-intake-and-scope is a skill for Claude Code, Codex from OKHP3/skillz. It costs 125 tokens per session (1,957 once invoked), scanned A, original, MIT.

A structured way to collect the details of a business process and define its boundaries. It records items such as triggers, people involved, inputs, outputs, steps, exceptions, rules, systems, and controls.

In plain words
What is it for?
Use it to document a process from scratch, map a workflow, define its scope and success criteria, and capture business rules, exception paths, and system touchpoints.
Why use it?
It turns an informal description of a workflow into a consistent process record that other documentation methods can use. It also clarifies what is included and excluded from the process.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to document a process from scratch, map a workflow, define its scope and success criteria, and capture business rules, exception paths, and system touchpoints.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/okhp3/skillz/okhp3-process-intake-and-scope
View source ↗ OKHP3/skillz
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.

Any agent
npx skills add OKHP3/skillz --skill okhp3-process-intake-and-scope
Clone the repo
git clone --depth 1 https://github.com/OKHP3/skillz

Made for: Claude Code, Codex.

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 okhp3-process-intake-and-scope

README.md
[![agentmods](https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-process-intake-and-scope/github.svg)](https://agentmods.dev/skills/okhp3/skillz/okhp3-process-intake-and-scope)
Your own site
<a href="https://agentmods.dev/skills/okhp3/skillz/okhp3-process-intake-and-scope"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-process-intake-and-scope/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 okhp3-process-intake-and-scope

Your own site · 80×15
<a href="https://agentmods.dev/skills/okhp3/skillz/okhp3-process-intake-and-scope"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-process-intake-and-scope.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 125 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,957 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.00125 $0.01957
Opus 5 $0.00063 $0.00979
Sonnet 5 $0.00025 $0.00391
Haiku 4.5 $0.00013 $0.00196

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

Security

Grade A, and why

okhp3-process-intake-and-scope 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.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/generate-pir.mjs, scripts/parse-yaml-minimal.mjs, scripts/score-intake-completeness.mjs, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/okhp3-process-intake-and-scope/SKILL.md · 199 lines

How it starts

The opening of the file, as written. The whole thing — 199 lines — stays where its author put it; the contents beside it link to each section on GitHub.

okhp3-process-intake-and-scope

OverKill Hill P³ · overkillhill.com · github.com/OKHP3

Purpose

This skill guides structured process intake and scope definition using BABOK v3-aligned elicitation techniques. It produces:

  1. Process Intake Record (PIR) — structured YAML with trigger, actors, inputs, outputs, steps, exceptions, business rules, systems, and controls
  2. Scope Statement — concise prose defining process boundaries, exclusions, and success criteria

The PIR is the foundational input consumed by every downstream skill in the BP-SKILL suite.


When to use this skill

  • User wants to document a process they describe in natural language, bullet points, or prose
  • User says "help me scope this," "let's map this process," or "define the boundaries"
  • You need a structured PIR before calling stakeholder-and-role-mapping or process-narrative-authoring
  • User wants to capture business rules, exception paths, or system touchpoints for a workflow

When NOT to use this skill

  • A validated PIR with ready_for_narrative: true already exists — proceed to process-narrative-authoring
  • User wants a diagram without prior discovery — use visual-process-modeling with their description
  • Do not invent process details the user has not provided — record gaps as open_questions

Intake Workflow

Execute the following stages in order. Conduct a natural conversation — do not present these as a checklist. Load references/pir-schema.md for full field reference.

Stage 0 — Orientation

Ask: "Before we start, can you give me one sentence: what does this process produce or accomplish?"

Record as process_name. If vague, probe: "Who benefits when this process runs correctly? What do they get?"

Stage 1 — Trigger

Ask: "What causes this process to start — a person doing something, a scheduled date, an incoming message, or a system event?"

Classify trigger.event_type:

  • Person acts → manual
  • Date/frequency → scheduled
  • Message/request/email → message
  • System condition → system

Read the full file on GitHub · 199 lines

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 · 199 lines · 125 tokens per session scan A 28b950fb9192

Subscribe to this mod's changes

okhp3-process-intake-and-scope is a skill published in the GitHub repository OKHP3/skillz (3 stars, last pushed yesterday), licensed MIT. It adds 125 tokens to every session and 1,957 once invoked, about $0.0006 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-31.