Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,454
总 Skills
90.8M
总安装量
2,582
贡献者
# Skill 仓库 描述 安装量
4051 spring-boot-rest-api-standards giuseppe-trisciuoglio/developer-kit
Spring Boot REST API Standards This skill provides comprehensive guidance for building RESTful APIs in Spring Boot applications with consistent design patterns, proper error handling, validation, and architectural best practices based on REST principles and Spring Boot conventions. Overview Spring Boot REST API standards establish consistent patterns for building production-ready REST APIs. These standards cover resource-based URL design, proper HTTP method usage, status code conventions, DTO pa...
1.5K
4052 render-deploy openai/skills
Deploy to Render Render supports Git-backed services and prebuilt Docker image services. This skill covers Git-backed flows: Blueprint Method - Generate render.yaml for Infrastructure-as-Code deployments Direct Creation - Create services instantly via MCP tools Blueprints can also run a prebuilt Docker image by using runtime: image , but the render.yaml still must live in a Git repo. If there is no Git remote, stop and ask the user to either: Create/push a Git remote (can be minimal if only the ...
1.5K
4053 generating-custom-lightning-type forcedotcom/afv-library
When to Use This Skill Use this skill when you need to: Create Custom Lightning Types (CLTs) for structured inputs/outputs Generate JSON Schema-based type definitions for Lightning Platform Configure CLTs for Einstein Agent actions Set up editor and renderer configurations for custom UI Troubleshoot deployment errors related to Custom Lightning Types Specification CustomLightningType Metadata Specification Overview & Purpose Custom Lightning Types (CLTs) are JSON Schema-based type definitions us...
1.5K
4054 draft-offer anthropics/knowledge-work-plugins
/draft-offer If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Draft a complete offer letter for a new hire. Usage /draft-offer $ARGUMENTS What I Need From You Role and title : What position? Level : Junior, Mid, Senior, Staff, etc. Location : Where will they be based? (affects comp and benefits) Compensation : Base salary, equity, signing bonus (if applicable) Start date : When should they start? Hiring manager : Who will they report to? If you d...
1.5K
4055 generating-custom-application forcedotcom/afv-library
When to Use This Skill Use this skill when you need to: Create Lightning applications Organize tabs and features into focused apps Configure application navigation and branding Set up custom page layouts for objects Troubleshoot deployment errors related to custom applications CustomApplication (Lightning App) Metadata Specification Overview Custom applications (Lightning Apps) that group tabs and functionality to provide a focused user experience for specific business processes. Always configur...
1.5K
4056 tiptap ueberdosis/tiptap
Tiptap Integration Skill Instructions for coding agents integrating the Tiptap rich text editor Reference Repositories Clone the tiptap and tiptap-docs repositories so you can search the source code and documentation. https://github.com/ueberdosis/tiptap https://github.com/ueberdosis/tiptap-docs If the workspace already has a reference folder with other repositories, clone them there. Otherwise, clone the repositories in a new .reference folder. The reference folder should be git-ignored. Before...
1.5K
4057 pixijs-scene-core-concepts pixijs/pixijs-skills
This skill is the shared mental model referenced by all pixijs-scene-* leaves. It explains what the scene graph is in PixiJS v8, how a Container differs from a leaf, and where each concept lives. It does not go deep on any single API; it frames the pieces and points to the skill or reference file that does. Quick Start const world = new Container ( { isRenderGroup : true } ) ; app . stage . addChild ( world ) ; const hero = new Container ( { label : "hero" } ) ; hero . addChild ( new Sprite ( bo...
1.5K
4058 pixijs-performance pixijs/pixijs-skills
Profile before optimizing. PixiJS handles a lot of content well out of the box; browser DevTools Performance + GPU profiling should be your first move. Once you've found the bottleneck, apply the targeted pattern below (destroy, pool, batch, cache, or cull). Quick Start container . cacheAsTexture ( true ) ; container . updateCacheTexture ( ) ; container . cacheAsTexture ( false ) ; container . destroy ( { children : true } ) ; import { CullerPlugin , extensions } from "pixi.js" ; extensions . ad...
1.5K
4059 youtube-seo kostja94/marketing-skills
Platforms: YouTube SEO Guides YouTube video and channel optimization for search and discovery. Title, description, and thumbnail form an interconnected system; channels using systematic keyword strategies see 156% longer view durations, 89% better CTR, and 312% higher search discovery. Use this skill when optimizing videos for YouTube search and recommendations. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main ...
1.5K
4060 ucp shopify/shopify-ai-toolkit
ucp When a buyer expresses commercial intent — wanting to find, buy, or track products — this is your toolkit. You can search across thousands of merchants via a bundled global catalog, build carts and complete checkouts against any UCP-supporting merchant, and follow up on orders. For merchants that don't support direct transactions, hand off gracefully to the merchant's own flow. How to decide what to do Buyer says... Do this "Find me X", "I need X for Y", "what's a good X under $Z" — no merch...
1.5K
4061 generating-flow forcedotcom/sf-skills
Goal Generate Salesforce Flow metadata by running the required 3-step MCP pipeline (fetchGroundedObjectMetadata → flowElementSelection → flowElementGeneration) and return the flow XML. When to Use This Skill Use this skill when you need to: Create any type of Flow (Screen, Autolaunched, Record-Triggered, Scheduled) Generate Flow metadata XML Automate business processes without code Build user-guided workflows or background automation Troubleshoot deployment errors related to Flows Specification ...
1.5K
4062 generating-custom-object forcedotcom/sf-skills
When to Use This Skill Use this skill when you need to: Create new custom objects Generate custom object metadata XML Configure object sharing and security settings Set up object features and capabilities Troubleshoot deployment errors related to custom objects Specification 1. Overview and Purpose This document defines the mandatory constraints for generating CustomObject metadata XML ( .object-meta.xml file). The agent must verify these constraints before outputting XML to prevent Metadata API...
1.5K
4063 generating-lwc-components forcedotcom/sf-skills
generating-lwc-components: Lightning Web Components Development Use this skill when the user needs Lightning Web Components : LWC bundles, wire patterns, Apex/GraphQL integration, SLDS 2 styling, accessibility, performance work, or Jest unit tests. When This Skill Owns the Task Use generating-lwc-components when the work involves: lwc//*.js , .html , .css , .js-meta.xml component scaffolding and bundle design wire service, Apex integration, GraphQL integration SLDS 2, dark mode, and accessibilit...
1.5K
4064 generating-custom-field forcedotcom/sf-skills
When to Use This Skill Use this skill when you need to: Create custom fields on any object Generate field metadata for any field type Set up relationship fields (Lookup or Master-Detail) Create formula or roll-up summary fields Troubleshoot deployment errors related to custom fields Salesforce Custom Field Generator and Validator Overview Generate and validate Salesforce Custom Field metadata with mandatory constraints to prevent deployment errors. This skill has special focus on the highest-fai...
1.5K
4065 documentation-lookup upstash/context7
Documentation Lookup (Context7) When the user asks about libraries, frameworks, or APIs, fetch current documentation via the Context7 MCP (tools resolve-library-id and query-docs ) instead of relying on training data. Core Concepts Context7 : MCP server that exposes live documentation; use it instead of training data for libraries and APIs. resolve-library-id : Returns Context7-compatible library IDs (e.g. /vercel/next.js ) from a library name and query. query-docs : Fetches documentation and co...
1.4K
4066 postbridge-social-growth giulioco/skills
Post Bridge Social Growth Coach Act as a hands-on organic growth coach. Guide users through a proven 30-day system for generating views, downloads, and revenue from TikTok and Instagram - no paid ads. Coaching Workflow Determine what the user needs, then route: New to organic growth / starting fresh? → Assess their product/app/business, then walk through the 30-day plan phase by phase Already posting but not getting views? → Diagnose issues (likely skipped warmup or no content-market fit), presc...
1.4K
4067 asc-wall-submit rudrankriyam/app-store-connect-cli-skills
asc wall submit Use this skill to add or update a Wall of Apps entry without introducing new CLI surface area. When to use User wants to submit an app to the Wall of Apps User wants to update an existing Wall of Apps entry User asks for the exact Wall submission flow Required inputs Collect and confirm all fields before running commands: app : app name link : app URL ( http / https , usually App Store URL) creator : GitHub handle or creator name platform : comma-separated labels (for example: iO...
1.4K
4068 aws-cdk-python-setup github/awesome-copilot
AWS CDK Python Setup Instructions This skill provides setup guidance for working with AWS CDK (Cloud Development Kit) projects using Python . Prerequisites Before starting, ensure the following tools are installed: Node.js ≥ 14.15.0 — Required for the AWS CDK CLI Python ≥ 3.7 — Used for writing CDK code AWS CLI — Manages credentials and resources Git — Version control and project management Installation Steps 1. Install AWS CDK CLI npm install -g aws-cdk cdk --version 2. Configure AWS Credential...
1.4K
4069 chrome-cdp-live-browser aradotso/trending-skills
Chrome CDP Live Browser Skill Skill by ara.so — Daily 2026 Skills collection Connect your AI agent to a live, already-running Chrome session — no fresh browser, no re-login, no automation framework. This skill uses Chrome DevTools Protocol (CDP) directly to interact with tabs you have open right now. What It Does Reads and interacts with authenticated pages (Gmail, GitHub, internal tools) without re-authenticating Takes screenshots of live tab state Evaluates JavaScript in page context Clicks el...
1.4K
4070 setup-sandbox recoupable/setup-sandbox
Setup Sandbox Create the folder structure for the connected account's organizations and artists. Environment RECOUP_ACCOUNT_ID — The account ID to fetch data for. Only needed when using an Org API Key. When using a Personal API Key, omit the --account flag and the CLI will use the authenticated account automatically. Steps Check if RECOUP_ACCOUNT_ID is set. If set, use --account $RECOUP_ACCOUNT_ID on all CLI commands below. If not set, omit the --account flag. Run recoup orgs list --json [--acco...
1.4K
4071 gtm-0-to-1-launch github/awesome-copilot
0-to-1 Launch Launch new products from idea to first customers. The goal isn't headlines — it's finding 10 customers who can't live without you. When to Use Triggers: "How do we launch this product?" "First customer acquisition strategy" "We launched but nobody's using it" "Product Hunt vs direct outreach?" "We have awareness but no conversion" "How do I know if this is working?" Context: New product launches Feature launches that feel like new products Finding first 10-50 customers Validating p...
1.4K
4072 exploratory-data-analysis davila7/claude-code-templates
Exploratory Data Analysis Overview Perform comprehensive exploratory data analysis (EDA) on scientific data files across multiple domains. This skill provides automated file type detection, format-specific analysis, data quality assessment, and generates detailed markdown reports suitable for documentation and downstream analysis planning. Key Capabilities: Automatic detection and analysis of 200+ scientific file formats Comprehensive format-specific metadata extraction Data quality and integ...
1.4K
4073 lightpanda-browser aradotso/trending-skills
Lightpanda — Headless Browser for AI & Automation Skill by ara.so — Daily 2026 Skills collection Lightpanda is a headless browser built from scratch in Zig, designed for AI agents, web scraping, and automation. It uses 9x less memory and runs 11x faster than Chrome headless. Key facts: Not based on Chromium, Blink, or WebKit — clean-slate Zig implementation JavaScript execution via V8 engine CDP (Chrome DevTools Protocol) compatible — works with Playwright, Puppeteer, chromedp Respects robots.tx...
1.4K
4074 sf-apex jaganpro/sf-skills
sf-apex: Salesforce Apex Code Generation and Review Expert Apex developer specializing in clean code, SOLID principles, and 2025 best practices. Generate production-ready, secure, performant, and maintainable Apex code. Core Responsibilities Code Generation: Create Apex classes, triggers (TAF), tests, async jobs from requirements Code Review: Analyze existing Apex for best practices violations with actionable fixes Validation & Scoring: Score code against 8 categories (0-150 points) Deployment...
1.4K
4075 memory-setup sundial-org/awesome-openclaw-skills
Memory Setup Skill Transform your agent from goldfish to elephant. This skill helps configure persistent memory for Moltbot/Clawdbot. Quick Setup 1. Enable Memory Search in Config Add to ~/.clawdbot/clawdbot.json (or moltbot.json ): { "memorySearch" : { "enabled" : true , "provider" : "voyage" , "sources" : [ "memory" , "sessions" ] , "indexMode" : "hot" , "minScore" : 0.3 , "maxResults" : 20 } } 2. Create Memory Structure In your workspace, create: workspace/ ├── MEMORY.md Long-te...
1.4K
4076 mongodb hoodini/ai-agents-skills
MongoDB & Mongoose Build and query MongoDB databases with best practices. Quick Start npm install mongodb mongoose Native Driver import { MongoClient, ObjectId } from 'mongodb'; const client = new MongoClient(process.env.MONGODB_URI!); const db = client.db('myapp'); const users = db.collection('users'); // Connect await client.connect(); // CRUD Operations await users.insertOne({ name: 'Alice', email: 'alice@example.com' }); const user = await users.findOne({ email: 'alice@example.com' });...
1.4K
4077 stripe-best-practices anthropics/claude-plugins-official
Latest Stripe API version: 2026-02-25.clover . Always use the latest API version and SDK unless the user specifies otherwise. Integration routing Building... Recommended API Details One-time payments Checkout Sessions references/payments.md Custom payment form with embedded UI Checkout Sessions + Payment Element references/payments.md Saving a payment method for later Setup Intents references/payments.md Connect platform or marketplace Accounts v2 ( /v2/core/accounts ) references/connect.md Subs...
1.4K
4078 shopify-development sickn33/antigravity-awesome-skills
Shopify Development Skill Use this skill when the user asks about: Building Shopify apps or extensions Creating checkout/admin/POS UI customizations Developing themes with Liquid templating Integrating with Shopify GraphQL or REST APIs Implementing webhooks or billing Working with metafields or Shopify Functions ROUTING: What to Build IF user wants to integrate external services OR build merchant tools OR charge for features: → Build an App (see references/app-development.md) IF user wants t...
1.4K
4079 vercel-deployment sickn33/antigravity-awesome-skills
Vercel Deployment You are a Vercel deployment expert. You understand the platform's capabilities, limitations, and best practices for deploying Next.js applications at scale. Your core principles: Environment variables - different for dev/preview/production Edge vs Serverless - choose the right runtime Build optimization - minimize cold starts and bundle size Preview deployments - use for testing before production Monitoring - set up analytics and error tracking Capabilities vercel deployment...
1.4K
4080 gtm-technical-product-pricing github/awesome-copilot
Technical Product Pricing Initial Assessment Before recommending pricing, understand: Product type : API/platform, developer tool, SaaS application, infrastructure? Current pricing : What do you charge now? How long has it been this way? GTM motion : Self-serve, sales-assisted, enterprise, or hybrid? Cost structure : What's your marginal cost per customer/user/unit? Competitive landscape : What do alternatives cost? (Including "do nothing") Core Frameworks 1. The Price Increase Nobody Noticed (Y...
1.4K
4081 resume alirezarezvani/claude-skills
/ar:resume — Resume Experiment Resume a paused or context-limited experiment. Reads all history and continues where you left off. Usage /ar:resume List experiments, let user pick /ar:resume engineering/api-speed Resume specific experiment What It Does Step 1: List experiments if needed If no experiment specified: python { skill_path } /scripts/setup_experiment.py --list Show status for each (active/paused/done based on results.tsv age). Let user pick...
1.4K
4082 gtm-ai-gtm github/awesome-copilot
AI Product GTM Go-to-market strategy for AI products. These aren't generic AI principles — they're patterns from selling autonomous AI agents into enterprises where "autonomous" scared buyers and "teammate" converted them. When to Use Triggers: "How do we position this AI product?" "Buyers say they're worried about AI breaking production" "Should we call it autonomous or copilot?" "How do we price AI when usage varies 10x by customer?" "Enterprise security passed but ops rejected us — why?" Cont...
1.4K
4083 banner-creator resciencelab/opc-skills
Banner Creator Skill Create professional banners through AI image generation with an iterative design process. Prerequisites Required API Keys (set in environment): GEMINI_API_KEY - Get from Google AI Studio Required Skills: nanobanana - AI image generation (Gemini 3 Pro Image) File Output Location All generated files should be saved to the .skill-archive directory: .skill-archive/banner-creator/<yyyy-mm-dd-summaryname>/ Example: .skill-archive/banner-creator/2026-01-19-opc-banner/ ...
1.4K
4084 setup alirezarezvani/claude-skills
Parallel Plugin Setup Install CLI See https://docs.parallel.ai/integrations/cli for the supported install methods (pipx, Homebrew, npm, native binary). Walk the user through whichever they pick. Authenticate parallel-cli login Verify parallel-cli auth If parallel-cli not found, add ~/.local/bin to PATH. Show more
1.4K
4085 day4-wrap-and-analyze ai-native-camp/camp-1
Day 4: Wrap & Analyze 이 스킬이 호출되면 아래 STOP PROTOCOL 을 반드시 따른다. 용어 정리 이 스킬에서 사용하는 핵심 용어: 용어 설명 session-wrap 코딩 세션이 끝날 때 작업을 정리하고 문서화하는 스킬. "퇴근 전 책상 정리" multi-agent 여러 에이전트가 동시에 일하는 패턴. "회의에서 각 팀장에게 동시에 보고 받기" 병렬(Parallel) 여러 작업을 동시에 처리하는 것. "4명의 팀장에게 한꺼번에 보고를 받는 것" (반대: 순차 = 한 명씩 차례로) 2-Phase Pipeline 먼저 분석(Phase 1, 병렬) → 다음 검증(Phase 2, 순차). "전문가 의견 수집 후 팀장이 중복 체크" frontmatter 스킬 파일 맨 위에 --- 로 감싸서 적는 "이름표". 스킬의 이름(name)과 설명(description)을 여기에 적는다 history-insight 과거 세션 기록을 분석해 인사이트를 추출하는 스킬 session-a...
1.4K
4086 gsd-2-agent-framework aradotso/trending-skills
GSD 2 — Autonomous Spec-Driven Agent Framework Skill by ara.so — Daily 2026 Skills collection GSD 2 is a standalone CLI that turns a structured spec into running software autonomously. It controls the agent harness directly — managing fresh context windows per task, git worktree isolation, crash recovery, cost tracking, and stuck detection — rather than relying on LLM self-loops. One command, walk away, come back to a built project with clean git history. Installation npm install -g gsd-pi Requi...
1.4K
4087 run alirezarezvani/claude-skills
/ar:run — Single Experiment Iteration Run exactly ONE experiment iteration: review history, decide a change, edit, commit, evaluate. Usage /ar:run engineering/api-speed Run one iteration /ar:run List experiments, let user pick What It Does Step 1: Resolve experiment If no experiment specified, run python {skill_path}/scripts/setup_experiment.py --list and ask the user to pick. Step 2: Load context Read experiment config cat .autoresearch/ { dom...
1.4K
4088 nuxt-better-auth onmax/nuxt-skills
Nuxt Better Auth Authentication module for Nuxt 4+ built on Better Auth. Provides composables, server utilities, and route protection. Alpha Status: This module is currently in alpha (v0.0.2-alpha.14) and not recommended for production use. APIs may change. When to Use Installing/configuring @onmax/nuxt-better-auth Implementing login/signup/signout flows Protecting routes (client and server) Accessing user session in API routes Integrating Better Auth plugins (admin, passkey, 2FA) Setting up ...
1.4K
4089 render earthtojake/text-to-cad
No SKILL.md available for this skill. View on GitHub Installs 1.3K Repository earthtojake/text-to-cad GitHub Stars 5.1K First Seen 9 days ago
1.4K
4090 design-engineering refoundai/lenny-skills
Design Engineering Help the user understand design engineering using frameworks from 2 product leaders who have built design engineering functions at companies like Snap, Captions, and Vercel. How to Help When the user asks for help with design engineering: Define the role - Clarify what design engineering means in their context (prototyping, production code, or both) Identify the need - Determine if the gap is between design and engineering handoffs, prototype fidelity, or shipping speed Assess...
1.4K
4091 nx-import nrwl/nx-ai-agents-config
name: nx-import description: Import, merge, or combine repositories into an Nx workspace using nx import. USE WHEN the user asks to adopt Nx across repos, move projects into a monorepo, or bring code/history from another repository. Quick Start nx import brings code from a source repository or folder into the current workspace, preserving commit history. After nx 22.6.0 , nx import responds with .ndjson outputs and follow-up questions. For earlier versions, always run with --no-interactive and s...
1.4K
4092 day1-onboarding ai-native-camp/camp-2
Day 1: Onboarding 이 스킬이 호출되면 아래 STOP PROTOCOL 을 반드시 따른다. STOP PROTOCOL — 절대 위반 금지 이 프로토콜은 이 스킬의 최우선 규칙이다. 아래 규칙을 위반하면 수업이 망가진다. 각 블록은 반드시 2턴에 걸쳐 진행한다 ┌─ Phase A (첫 번째 턴) ──────────────────────────────┐ │ 1. references/에서 해당 블록 파일의 EXPLAIN 섹션을 읽는다 │ │ 2. 기능을 설명한다 │ │ 3. references/에서 해당 블록 파일의 EXECUTE 섹션을 읽는다 │ │ 4. "지금 직접 실행해보세요"라고 안내한다 │ │ 5. ⛔ 여기서 반드시 STOP. 턴을 종료한다. │ │ ...
1.4K
4093 game-design-theory pluginagentmarketplace/custom-plugin-game-developer
Game Design Theory The MDA Framework ┌─────────────────────────────────────────────────────────────┐ │ MDA FRAMEWORK │ ├─────────────────────────────────────────────────────────────┤ │ MECHANICS (Rules): │ │ → Player actions, constraints, state changes │ │ → Example: Jump has height limit, costs stamina │ │ ↓ │ │ DYNAMICS ...
1.4K
4094 board alirezarezvani/claude-skills
/hub:board — Message Board Interface for the AgentHub message board. Agents and the coordinator communicate via markdown posts organized into channels. Usage /hub:board --list List channels /hub:board --read dispatch Read dispatch channel /hub:board --read results Read results channel /hub:board --post --channel progress --author coordinator --message "Starting eval" What It Does List Channels python { ...
1.4K
4095 spawn alirezarezvani/claude-skills
/hub:spawn — Launch Parallel Agents Spawn N subagents that work on the same task in parallel, each in an isolated git worktree. Usage /hub:spawn Spawn agents for the latest session /hub:spawn 20260317-143022 Spawn agents for a specific session /hub:spawn --template optimizer Use optimizer template for dispatch prompts /hub:spawn --template refactorer Use refactorer template Templates When --template <name> is pr...
1.4K
4096 postmortem alirezarezvani/claude-skills
/em:postmortem — Honest Analysis of What Went Wrong Command: /em:postmortem <event> Not blame. Understanding. The failed deal, the missed quarter, the feature that flopped, the hire that didn't work out. What actually happened, why, and what changes as a result. Why Most Post-Mortems Fail They become one of two things: The blame session — someone gets scapegoated, defensive walls go up, actual causes don't get examined, and the same problem happens again in a different form. The whitewash — "We ...
1.4K
4097 board-prep alirezarezvani/claude-skills
/em:board-prep — Board Meeting Preparation Command: /em:board-prep <agenda> Prepare for the adversarial version of your board, not the friendly one. Every hard question they'll ask. Every number you need cold. The narrative that acknowledges weakness without losing the room. The Reality of Board Meetings Your board members have seen 50+ companies. They've watched founders flinch at their own numbers, spin bad news as "learning opportunities," and present sanitized decks that hide what's actually...
1.4K
4098 stress-test alirezarezvani/claude-skills
/em:stress-test — Business Assumption Stress Testing Command: /em:stress-test <assumption> Take any business assumption and break it before the market does. Revenue projections. Market size. Competitive moat. Hiring velocity. Customer retention. Why Most Assumptions Are Wrong Founders are optimists by nature. That's a feature — you need optimism to start something from nothing. But it becomes a liability when assumptions in business models get inflated by the same optimism that got you started. ...
1.4K
4099 challenge alirezarezvani/claude-skills
/em:challenge — Pre-Mortem Plan Analysis Command: /em:challenge <plan> Systematically finds weaknesses in any plan before reality does. Not to kill the plan — to make it survive contact with reality. The Core Idea Most plans fail for predictable reasons. Not bad luck — bad assumptions. Overestimated demand. Underestimated complexity. Dependencies nobody questioned. Timing that made sense in a spreadsheet but not in the real world. The pre-mortem technique: imagine it's 12 months from now and thi...
1.4K
4100 hard-call alirezarezvani/claude-skills
/em:hard-call — Framework for Decisions With No Good Options Command: /em:hard-call <decision> For the decisions that keep you up at 3am. Firing a co-founder. Laying off 20% of the team. Killing a product that customers love. Pivoting. Shutting down. These decisions don't have a right answer. They have a less wrong answer. This framework helps you find it. Why These Decisions Are Hard Not because the data is unclear. Often, the data is clear. They're hard because: Real people are affected — some...
1.4K