os-big-picture

os-big-picture is a skill for Claude Code from kharmanskyi/open-steps. It costs 180 tokens per session (1,989 once invoked), scanned A, original, MIT.

A project-status guide built around a BIG-PICTURE.md file, which records what the project contains, what is current, and what work remains. It tells an agent how to create or update only marked sections without overwriting the rest of the file.

In plain words
What is it for?
Use it when someone asks for the overall project state, inventory, stale material, deletions, or roadmap updates, and when folding a completed session report into the project overview.
Why use it?
It gives a project a maintained, shared overview instead of relying on conversation history or stale assumptions. Rechecking the project after a work session keeps status dates and backlog signals current.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths.

Part of the open-steps plugin — 8 skills, 1 command, 2 hooks shipped together

Good fit Use it when someone asks for the overall project state, inventory, stale material, deletions, or roadmap updates, and when folding a completed session report into the project overview.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kharmanskyi/open-steps/os-big-picture
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 kharmanskyi/open-steps --skill os-big-picture
Clone the repo
git clone --depth 1 https://github.com/kharmanskyi/open-steps

Made for: Claude Code.

Or install open-steps, the plugin that ships this one along with the rest of its 8 skills, 1 command, 2 hooks.

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 os-big-picture

README.md
[![agentmods](https://agentmods.dev/badge/skills/kharmanskyi/open-steps/os-big-picture/github.svg)](https://agentmods.dev/skills/kharmanskyi/open-steps/os-big-picture)
Your own site
<a href="https://agentmods.dev/skills/kharmanskyi/open-steps/os-big-picture"><img src="https://agentmods.dev/badge/skills/kharmanskyi/open-steps/os-big-picture/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 os-big-picture

Your own site · 80×15
<a href="https://agentmods.dev/skills/kharmanskyi/open-steps/os-big-picture"><img src="https://agentmods.dev/badge/skills/kharmanskyi/open-steps/os-big-picture.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 180 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,989 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.00180 $0.01989
Opus 5 $0.00090 $0.00994
Sonnet 5 $0.00036 $0.00398
Haiku 4.5 $0.00018 $0.00199

Measured today against content hash ee471fd26f66, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

os-big-picture 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 today.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/census.sh), 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.

skills/os-big-picture/SKILL.md · 167 lines

How it starts

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

os-big-picture

One file, BIG-PICTURE.md, where os-whats-next already looks for a backlog. It answers "where are we now" - not a plan, nothing in it a promise. Write it in the user's language; paths stay English.

When to use it. The user asks where the project stands, or there is no BIG-PICTURE.md yet → the full pass: describe, census, signals, backlog. A session report was just written → the fold-in: only the rows that session touched. Both re-measure, because a session that moves no row is the one after which the dates go quietly stale.

Step 1 - find the file, and never clobber it

BIG-PICTURE.md in the project root, and it may already be somebody's own work. Everything this skill writes lives between <!-- open-steps:begin --> and <!-- open-steps:end -->; no markers → append at the end; no file → create it, and add it to this clone's ignore list, never to .gitignore:

f=BIG-PICTURE.md; e="$(git rev-parse --git-dir)/info/exclude"
git check-ignore -q "$f" || git ls-files --error-unmatch "$f" >/dev/null 2>&1 \
  || grep -qxF "$f" "$e" 2>/dev/null || printf '%s\n' "$f" >> "$e"

Each of the three is a reason to leave it alone. Say in one line that you did it; git add -f BIG-PICTURE.md shares it instead. Never read Last worked on or Signal back out of the file - only Stage and the queue carry forward.

Step 2 - the census, measured by the script

bash "${CLAUDE_SKILL_DIR}/scripts/census.sh" .

An AGE line, then one measured PART row per part: path, last worked on, commits in six months, whether anything outside reaches it, the signal.

Step 3 - reading what it printed

Signal What it means What to do
active Being worked on Nothing
stable Quiet, and something still reaches it Leave it alone - finished and in use
unused - N months Quiet, and nothing reaches it The only real retire candidate

When the AGE line says young, write one line directly above the table, before the header row: "This project is N days old. Nothing here can be quiet for six months yet, so the Signal column will only start to mean something from the date the script gave." Every active is then a fact about the calendar, not the code. On an ok line, write no such note.

Read the full file on GitHub · 167 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today First seen · 167 lines · 180 tokens per session scan A ee471fd26f66

Subscribe to this mod's changes

os-big-picture is a skill published in the GitHub repository kharmanskyi/open-steps (372 stars, last pushed today), licensed MIT. It adds 180 tokens to every session and 1,989 once invoked, about $0.0009 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-09-12.

Related

Other skills, from other repositories

Linear

Managing Linear issues, projects, and teams. Use when working with Linear tasks, creating issues, updating status, querying projects, or managing team workflows.

wrsmith108/linear-claude-skill · 32 tokens

autogap

High-value project analyst + impl strategist. Any project type (code, docs, research, strategy, workflow, creative, ops, non-tech, hybrid). Inspect deep, infer top-value objective from signals, find top 3 gaps, propose 3 macro-steps user picks (none/one/two/all). After pick, plan + implement autonomously. Triggers…

micpet7514088/autogap · 134 tokens

traction-eos

Implement the Entrepreneurial Operating System (EOS) to align vision and execution across a company. Use when the user mentions "EOS", "Entrepreneurial Operating System", "V/TO", "quarterly rocks", "Level 10 meetings", "accountability chart", "IDS process", "my company feels chaotic", "we keep having the same…

wondelai/skills · 147 tokens

add-azuredevops

Adds Azure DevOps connector to a Power Apps code app. Use when querying work items, creating bugs, managing pipelines, or making ADO API calls.

microsoft/power-platform-skills · 37 tokens

team-topologies

Organize business and technology teams for fast flow using Skelton & Pais's "Team Topologies". Use when the user mentions "team topologies", "Conway's law", "platform team", "stream-aligned team", "team boundaries", "cognitive load", "how should we split teams", "who owns this service", "team dependencies", or…

wondelai/skills · 155 tokens

triage-inbox

Triage academic email and calendar (Gmail / Google Calendar via the session's MCP) into a prioritized digest plus a referee-obligations tracker — classifying referee requests, R&R and editor correspondence, co-author threads, seminar and conference invites, and grant/admin deadlines, and proposing a human-gated action…

pedrohcgs/claude-code-my-workflow · 132 tokens