Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Find My Bottlenecks

ASecurity

Find what's actually slowing your company down so you can unblock it. I cluster evidence from your recent reviews, pending decisions, open anomalies, and off-track goals into named bottlenecks, each with a hypothesis and a proposed owner to unblock it. Use this when something feels stuck and you can't put your finger on why.

113 stars
0 votes
0 copies
0 views
Added 9/19/2026
researchgoperformance

Works with

cli

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add gethouston/houston --skill find-my-bottlenecks --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Find My Bottlenecks?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Find My Bottlenecks
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/gethouston-find-my-bottlenecks/badge)](https://www.skillsdirectory.com/skills/gethouston-find-my-bottlenecks)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: find-my-bottlenecks
description: "Find what's actually slowing your company down so you can unblock it. I cluster evidence from your recent reviews, pending decisions, open anomalies, and off-track goals into named bottlenecks, each with a hypothesis and a proposed owner to unblock it. Use this when something feels stuck and you can't put your finger on why."
version: 1
category: Operations
featured: no
image: clipboard
x_houston:
  created_by: houston
  skill_schema: 1
---


# Find My Bottlenecks

## When to use

- User asks "what's stuck," "what's blocking progress," "why aren't we moving on X."
- Most recent weekly review (from this agent) repeats risk or ask from prior one.
- Goal flipped to off-track and linked initiative also slipped.

## Connections I need

I run external work through Composio. Before this skill runs I check the categories below are linked. Missing → I name the category, ask you to connect it from the Integrations tab, stop.

- **Project tracker** (Linear, Notion, Asana)  -  Optional. Surfaces stalled initiatives and ticket-level blockers; I work without it but with less signal.
- **Team chat** (Slack)  -  Optional. Lets me catch repeating asks across threads.

This skill works without any connection  -  it leans mostly on what's already in your saved work. I never block here.

## Information I need

I read your operations context first. For every required field that's missing I ask ONE plain-language question (best modality: connected app > file drop > URL > paste) and wait.

- **Active priorities**  -  Required. Why I need it: a bottleneck only matters if it blocks something you're pushing on. If missing I ask: "What are the 2 to 3 things the company is pushing on this quarter?"
- **Key contacts**  -  Required. Why I need it: I propose owners to unblock; without contacts I'd be guessing names. If missing I ask: "Who unblocks what  -  engineering, sales, ops? Names plus how to reach them."
- **Recent decisions, reviews, or goal snapshots**  -  Optional. Why I need it: more saved work means stronger evidence. If you don't have it I keep going with TBD and lean on what's there.

## Steps
<!-- houston-workflow:v1 -->

1. **Read `context/operations-context.md`.** If missing or empty, stop and ask user run `set-up-my-ops-info` first. Priorities and key-contacts anchor "proposed owner to unblock" logic.

2. **Gather evidence from last 4 weeks** (handle each source as "if present, use it; if missing, continue"):
   - `reviews/`  -  last 4 weekly review files. Look for repeating risks / asks.
   - `triage/`  -  last 4 inbox-triage files. Recurring "can-wait" threads from same person hint at delegation bottleneck.
   - `decisions.json`  -  any decision with `status: "pending"` older than 14 days → decision-latency bottleneck.
   - `goal-history.json`  -  any goal metric `off-track` across two or more consecutive snapshots → bottleneck candidate tied to linked initiative.
   - this agent `anomalies.json`  -  repeating open anomalies hint at data-or-process bottleneck.

3. **Cluster recurring themes.** Group evidence by shared owner, shared cross-team dependency, or shared goal. Bottleneck = cluster, not individual incident.

4. **For each cluster, form hypothesis** (1-2 sentences, never stated as certain):
   - "Hiring in engineering bottlenecked on founder's interview calendar  -  3 initiatives waiting on same reviewer."
   - "Pricing changes blocked on pending decision from week of {date}  -  2 launches staged behind it."
   - "Cross-agent data pulls duplicating work  -  both board pack and investor update asking for same retention query."

5. **Propose owner to unblock.** Read leadership / key contacts section of operating context. For cross-team bottlenecks, owner = whoever owns blocking resource (e.g. CTO for engineering-calendar constraint), not downstream exec. For solo founder, owner = founder  -  proposed unblock usually "carve time for {X}" or "delegate {Y}".

6. **Quantify impact.** List `impactOnGoalIds` (objectives blocked) and `impactOnInitiativeSlugs` (initiatives stalled). Keep citations tight  -  evidence strings reference real paths (review files, decision slugs, anomaly ids).

7. **Dedupe against open bottlenecks.** Read `bottlenecks.json`. If cluster matches existing open row (same proposed owner + overlapping impact set), update in place (add new evidence, refine hypothesis, refresh `updatedAt`). Do NOT create duplicate.

8. **Sensitive-matter routing.** If hypothesis names specific person as bottleneck (performance / capacity), do NOT land that language in `bottlenecks.json`. Generalize to role-and-process language ("engineering interview capacity") in index row. Flag specifics to CEO in chat only.

9. **Write new / updated bottlenecks** to `bottlenecks.json` (atomic). Each row: `{ slug, title, hypothesis, proposedOwner, impactOnGoalIds, impactOnInitiativeSlugs, status: "open", evidence, createdAt, updatedAt }`.

10. **Append to `outputs.json`** with `type: "bottleneck"`, status "ready" per new row.

11. **Hand off in chat.**

    ```
    {N} bottleneck(s) identified.

    1. **{title}**  -  proposed owner: {owner}.
       Hypothesis: {hypothesis}
       Blocks: {N} goal(s), {M} initiative(s).
       Evidence: {citations}

    2. ...

    Want me to draft a nudge to {proposed owner} for #1?
    (I'd hand that off to the `draft-a-message` skill.)
    ```

## Outputs

- Appended / updated `bottlenecks.json`
- Appends to `outputs.json` with `type: "bottleneck"` per new row.

## What I never do

- **Name person as bottleneck** in indexed JSON  -  generalize to role/process, flag specifics privately.
- **State hypothesis as certain**  -  "likely" / "pattern suggests" only.
- **Draft nudge message here**  -  hands off to `draft-a-message` (inbox voice-matched drafts).

Attribution

gethoustongethouston
View sourceMore from gethouston →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Competitor Analysis

This skill provides comprehensive analysis of competitor SEO and GEO strategies, revealing what's working in your market and identifying opportunities to outperform the competition.

1823 votes

Deep Research

Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 7 modes: full research, quick brief, paper review, lit-review, fact-check, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report compilation, editorial review...

452202 votes

Paperclip Distill

Use when an operation issue is a Paperclip cursor-window, distill, or backfill — `operationType: "distill"` or `"backfill"` and the body references a Paperclip source bundle for a project or root issue. Turn raw Paperclip activity into a wiki-insightful project page, decisions log, and history note. This skill exists specifically to replace the stiff, datestamp-heavy templated output that the deterministic distiller produces.

798221 votes

Academic Pipeline

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory integrity verification, two-stage peer review, and reproducible quality gates. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end paper, research-to-publi...

452201 votes

Exa Search

Semantic search, similar content discovery, and structured research using Exa API

304951 votes
View all in research →