build-run-plan-flow

build-run-plan-flow is a skill for Claude Code from tomeraitz/claude-slack-bridge. It costs 243 tokens per session (2,853 once invoked), scanned A, original, MIT.

A setup step for the implementation phase of the `/process` workflow. It asks whether the repository should include a run-plan step and, if needed, creates a helper skill that connects an existing or new implementation process.

In plain words
What is it for?
Use it to configure, skip, or connect the `/run-plan` phase that turns a written plan into code.
Why use it?
It avoids forcing every repository to use the same implementation process. It records the repository’s chosen approach so the larger workflow can invoke it consistently.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; names the AskUserQuestion tool; mentions Claude Code.

Part of the full-process plugin — 7 skills shipped together

Good fit Use it to configure, skip, or connect the /run-plan phase that turns a written plan into code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tomeraitz/claude-slack-bridge/build-run-plan-flow
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 tomeraitz/claude-slack-bridge --skill build-run-plan-flow
Clone the repo
git clone --depth 1 https://github.com/tomeraitz/claude-slack-bridge

Made for: Claude Code.

Or install full-process, the plugin that ships this one along with the rest of its 7 skills.

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 build-run-plan-flow

README.md
[![agentmods](https://agentmods.dev/badge/skills/tomeraitz/claude-slack-bridge/build-run-plan-flow/github.svg)](https://agentmods.dev/skills/tomeraitz/claude-slack-bridge/build-run-plan-flow)
Your own site
<a href="https://agentmods.dev/skills/tomeraitz/claude-slack-bridge/build-run-plan-flow"><img src="https://agentmods.dev/badge/skills/tomeraitz/claude-slack-bridge/build-run-plan-flow/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 build-run-plan-flow

Your own site · 80×15
<a href="https://agentmods.dev/skills/tomeraitz/claude-slack-bridge/build-run-plan-flow"><img src="https://agentmods.dev/badge/skills/tomeraitz/claude-slack-bridge/build-run-plan-flow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 243 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,853 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 6 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Agent Snooping · line 3
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 11
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 61
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 154
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 47
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 50
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
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.00243 $0.02853
Opus 5 $0.00121 $0.01426
Sonnet 5 $0.00049 $0.00571
Haiku 4.5 $0.00024 $0.00285

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

Security

Grade A, and why

build-run-plan-flow 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 10d 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.

plugin/skills/build-run-plan-flow/SKILL.md · 197 lines

How it starts

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

build-run-plan-flow — configure the /run-plan phase and write the claude-slack-bridge_run-plan wrapper

You run locally inside Claude Code (not via the Slack daemon). All clarifications go through AskUserQuestion. Do not call mcp__claude-slack-bridge__ask_on_slack from this skill — Slack is only the runtime channel for /process itself, not for setup.

This skill is the run-plan-flow phase of /process-setup. By the time it returns, either:

  • The user opted in, the inputs were captured, and .claude/skills/claude-slack-bridge_run-plan/SKILL.md has been generated (status: configured); or
  • The user opted out at Step 1 — no helper skill is written and the caller is told the literal label run-plan-flow: skip (status: skipped).

Return values the caller needs (printed as a fenced JSON block at the end of the final reply):

  • statusconfigured or skipped.
  • labelrun-plan-flow: configured when configured, run-plan-flow: skip when skipped.
  • has_existing_run_plan_processtrue / false (only present when configured).
  • existing_run_plan_reference — slash command or path to the user's existing run-plan flow (only when has_existing_run_plan_process == true).

Do not skip ahead to writing the helper skill until Step 3 has actually captured everything it needs.


Step 1 — does the user want a run-plan step at all?

Ask via AskUserQuestion:

Do you want a run-plan step in your /process workflow? (the run-plan step takes the approved plan doc, implements it in code, commits + pushes the changes, opens a PR for review, and only then hands off to the next step)

Options:

  1. Yes, set up the run-plan step — continue to Step 2.
  2. No, skip it — return immediately with status: "skipped" and label: "run-plan-flow: skip". Do not write any files.

Step 2 — does the user already have a run-plan process?

Capture the user's answer here so Step 3 knows which branch to take. Treat this as the working state of the skill — don't ask the same question twice in Step 3, just consume what you recorded here.

Read the full file on GitHub · 197 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. 10d ago First seen · 197 lines · 243 tokens per session scan A 479e05b3078e

Subscribe to this mod's changes

build-run-plan-flow is a skill published in the GitHub repository tomeraitz/claude-slack-bridge (33 stars, last pushed 20d ago), licensed MIT. It adds 243 tokens to every session and 2,853 once invoked, about $0.0012 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.

Related

Other skills, from other repositories

slack-expert

Expert in Slack bot development, Block Kit UI, Events API, slash commands, OAuth flows, and app distribution. Use when the user mentions communication, collaboration, bots, API, Slack bot, or Block Kit, or when the task involves Slack Platform, Development Tools, Slack Bot with Bolt, or Python Slack Bot.

personamanagmentlayer/pcl · 69 tokens

access

Manage Slack channel access — approve pairings, edit allowlists, set DM/channel policy. Use when the user asks to pair, approve someone, check who's allowed, or change policy for the Slack channel.

pierreraii/claude-slack-bridge · 43 tokens

configure

Set up the Slack channel — save the bot and app tokens and review access policy. Use when the user pastes Slack tokens, asks to configure Slack, asks "how do I set this up" or "who can reach me," or wants to check channel status.

pierreraii/claude-slack-bridge · 56 tokens

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens

specflow-use

To connect Rosetta with Grid Dynamics SpecFlow MCP; only when SpecFlow is mentioned and the MCP is installed.

griddynamics/rosetta · 27 tokens

simplify

Improve existing work with focused simplification passes across code, writing, research, operations, or general tasks.

CoWork-OS/CoWork-OS · 24 tokens