Product & Planning
Product & planning agent skills structure the thinking side of building: specs, PRDs, user stories, roadmaps, and prioritization frameworks. Install one and your AI agent produces planning documents with the same rigor and format every time.
-
limecloud Bundle Bugu Product Design Cheatsheet基于布谷AI内容工厂 PRD、用户故事、用户用例、UI 蓝图和工作流模型生成桌面端产品原型图或静态 HTML 原型,适用于 Prompt 工作台、SOP 工作流、图片生成、视频 Prompt、审核台、素材库和工作流管理等一级页面设计。必须先从 PRD 提取角色、用例、端到端路径和验收标准,再生成原型;默认不做移动端、不做营销页、不新增无关导航、不把 canvas 作为普通用户主路径。
-
limecloud Bundle Ppt MasterPPT全流程大师。4大场景引擎+故事线构建+版式设计系统,按需加载,智能路由。 覆盖从构思到交付的完整PPT制作链路,与pptx公共技能协同落地执行。 当用户需要制作PPT、设计演示文稿、构思汇报逻辑、优化幻灯片时触发。 触发词:PPT、演示文稿、幻灯片、slide、deck、路演、BP、汇报PPT、 述职报告、年终总结、方案提案、产品发布、培训课件、知识分享、 PPT大纲、PPT逻辑、PPT设计、PPT优化、演讲稿
-
aipentest Skill Zero Day Discovery0day自主发现引擎:变体分析/补丁间隙/差分/Fuzzing/污点推理/N-day武器化/猎人思维。Use when public vulns not found and need to discover 0day or weaponize N-day.
-
aipentest Skill Attack Surface Recon侦察/攻击面测绘:被动whois/amass/crt.sh/FOFA/Shodan,主动subfinder/httpx/naabu/katana/nuclei,DNS地域/CDN/Nginx catch-all/宝塔/UniApp指纹。开局第一动作,认知写入项目黑板。Use when starting recon, asset mapping, fingerprinting, or CDN/DNS bypass discovery.
-
eho Bundle Design DocCreate or update a concise, repository-grounded design document with canonical user stories ready for independent review and feature delivery. Use when asked to write a design doc, PRD, implementation plan, feature spec, requirements, or to turn a technical discussion into an implementable design.
-
eho Skill Design Doc ReviewerIndependently and read-only review a design doc, PRD, spec, or requirements for repository accuracy, material risks, and canonical story readiness. Produces a binary readiness verdict with evidence-backed blocking findings and optional non-blocking suggestions. Use design-doc-review-loop when revisions or feature-delivery readiness are requested.
-
kimasplund Bundle Integrated ReasoningMeta-orchestration guide for choosing optimal reasoning patterns. Analyzes problem characteristics and recommends which cognitive methodology to use - tree-of-thoughts (find best), breadth-of-thought (explore all), self-reflecting-chain (sequential logic), or direct analysis. Use when facing complex problems and unsure which reasoning approach fits best.
-
gabriel-f-santos Bundle UX DesignTurn a product vision into screens and user flows. Use when someone wants to design the UI from a validated product overview — "gera as telas", "desenha as telas dessa feature", "screen design", "user flows", "wireframes", "como vai ser a tela de X", "monta o protótipo de telas". Reads the product discovery brief / PRD (vision, personas, journeys, features), derives the information architecture, maps user flows, writes a screen spec per screen (layout, components, states, actions), and RENDERS them via a connected design tool — using the `pencil` or `figma` skill / a design MCP if available, else degrading to textual wireframes. Writes a findable summary to docs/design/<slug>/summary.md that the implementation plan references. Do not use to validate the problem (product-discovery) or to talk to a specific design tool directly (use the pencil/figma skill) — this orchestrates the design, the tool skills render it.
-
gabriel-f-santos Bundle Prd CreatorDraft a Product Requirements Document that feeds the plan→execute pipeline. Use whenever the user wants to write, draft, or scope a PRD, spec out a feature/module/migration before building, or 'criar um PRD', 'escrever o PRD de X', 'spec dessa feature', 'documentar o que vamos construir'. Produces docs/prd-<slug>.md in the repo's house format — grounded in the real codebase — with the slug that carries through /research and /plan-phase. It is the front door of the pipeline: PRD → /research → /plan-phase → /implement-phase. Do not use to write the technical decisions (use /research) or the phase breakdown (use /plan-phase).
-
gabriel-f-santos Bundle Tech DiscoveryAct as a senior technical architect running technical discovery AFTER product discovery/brainstorming. Use when a problem/product is validated and you need to design the system before building — "discovery técnico", "arquitetura da solução", "como vamos construir isso", "desenho de sistema", "technical discovery", "solution architecture", "definir a arquitetura". Reads the product discovery brief/PRD, explores architecture options with trade-offs, designs boundaries (C4/DDD), the data model, NFRs + cost, and a STRIDE threat model, surfaces the riskiest unknowns as time-boxed spikes, and writes a Tech Discovery Brief that feeds prd-creator and research. Do not use for product/market discovery (use product-discovery), for granular lib/pattern choices per phase (use research), or for the implementation plan (use plan-phase).
-
gabriel-f-santos Bundle Product DiscoveryTurn a vague product idea into a validated discovery brief through a deep founder interview, live market research, and generated user-research instruments. Use when the user has a product/SaaS/feature idea and wants to validate the problem before building — "tenho uma ideia", "quero validar um produto", "product discovery", "pesquisa de mercado", "vamos descobrir se vale a pena", "monta uma entrevista/survey pros usuários", "TAM SAM SOM". It interviews the founder (Mom Test + JTBD framing), researches the market (TAM/SAM/SOM, competitors, demand signals) using parallel subagents when available, generates user-research instruments (interview guide, survey, screener, fake-door landing), and writes a discovery brief. Do not use to write a build spec/PRD (that comes after) or to brainstorm features without validation — use product-brainstorming for pure ideation.
-
gabriel-f-santos Bundle Greenfield MonorepoBootstrap a brand-new polyglot monorepo from zero — interview for the apps and stacks, then scaffold a runnable hello-world per app with current best-practice harness, lint, tests, pre-commit, Docker Compose dev stack with seed data, dev scripts (up/down/restart/seed), root + per-app AGENTS.md, and CI. Use when the user wants to "start a new project/monorepo", "scaffold a greenfield repo", "set up frontend + backend + mobile", "iniciar um projeto do zero", "criar o monorepo", "montar o esqueleto", "configurar lint/test/pre-commit/docker do projeto novo", or hands over an architecture.md to build from. Ships two pinned stacks (Vite+React→Cloudflare Workers, FastAPI async) and a generic research-and-scaffold path (context7/web) for any other stack (LangGraph, Go realtime, Flutter, …). Do not use to add a feature to an existing app, to write a single Dockerfile/CI file in isolation, or to design product/architecture from scratch (chain to product-brainstorming / tech-discovery for that).
-
methasit-pun Skill Stakeholder ReportingTranslate pipeline metrics, SLA breaches, data quality failures, and incidents into clear non-technical summaries for business stakeholders. Use this skill whenever data was late, wrong, or missing and someone needs to communicate what happened to a manager, director, or business team. Also trigger when writing incident reports, SLA breach notifications, data quality summaries, pipeline health updates, or any communication where the audience doesn't know what Airflow or BigQuery is. If the user needs to explain a technical data failure to a non-technical person, this skill should be active.
-
studio-moser Skill Dev TaskUse when implementing one named feature, known bug fix, or focused code change interactively in the current repo, especially when a teammate needs guided approval gates. Do not use for a sprint or backlog batch, open-ended design, standalone review, or diagnosis before a cause is known.
-
studio-moser Skill Sprint DevUse when the user wants to build one or more already-ready `owner/ai` backlog items from a configured tracker. Do not use for one named change, an untriaged item, or tracker reconciliation.
-
isaac-sim Skill Meta SkillsPatterns for structuring, composing, and improving agent skills, plus the Meta-Skilling Framework (MSF) for developing new skills from zero to competent. Covers skill routing, chunked processing, collaboration protocols, quality gates, MSF five phases (Discovery, Practice, Capture, Validation, Iteration), the SKILL.md template, and stackability patterns. Use when creating new skills, improving existing ones, designing multi-skill workflows, building a skill hierarchy, reviewing whether an existing skill needs iteration, or deciding how to decompose a domain into sub-skills.
Audited -
magiccube Skill Daily HuntDaily tech product and open-source discovery digest. Fetches today's Product Hunt leaderboard and GitHub Trending top 10, then curates a personalized briefing in the user's preferred language using their memory/profile to highlight items most relevant to them. Use this skill whenever the user says "daily hunt", "今日猎奇", "tech digest", "daily digest", "what's trending", "今天有什么新产品", "PH today", "show me today's launches", "GitHub trending", "今日趋势", "morning briefing", "tech briefing", "daily brief", or any combination asking about Product Hunt + GitHub Trending together. Also trigger when the user asks about new product launches, trending repos, or wants a curated tech news digest. Even casual phrasing like "what's new in tech today" or "有什么好玩的项目" should trigger this skill.
-
ramp-public Skill Ramp Make X402 PaymentMake and verify a small x402 payment from a funded Ramp x402 wallet, using Exa as the default demo merchant or an official x402 Bazaar for discovery. Use when asked to test x402, pay an x402-protected API, or demonstrate a Ramp x402 payment. For wallet provisioning or funding, use ramp-setup-x402-wallet instead.
-
wangyendt Bundle Research Paper Deep DiveDeeply explain, critique, reproduce, or situate an academic paper for a reader entering an unfamiliar field. Use for 读论文, 论文精读, 帮我吃透这篇论文, paper deep dive, method/figure/experiment analysis, author or lab context, related work and GitHub discovery, technical history, reviewer mode, implementation mode, and research opportunities. Turn the paper into a compact, plain-language mental model first; use inspected paper figures and selective generated teaching visuals when they improve understanding; then place exact evidence and technical detail in an optional appendix. Distinguish fact from inference internally and never let audit machinery overwhelm the teaching story.
-
impertio-studio Bundle Vite Impl OptimizationUse when configuring dependency pre-bundling, troubleshooting slow dev server starts, handling monorepo dependencies, or forcing cache invalidation. Prevents stale cache issues and missing optimizeDeps.include for dynamically imported dependencies. Covers pre-bundling (CJS-to-ESM conversion), optimizeDeps.include/exclude/force, automatic discovery, monorepo linked deps, caching (node_modules/.vite), and Rolldown vs esbuild. Keywords: optimizeDeps, pre-bundling, node_modules/.vite, cache invalidation, monorepo, esbuild, Rolldown, dev server slow, slow startup, dependencies not pre-bundled, force rebundle.
-
impertio-studio Bundle Vite Errors DependencyUse when encountering pre-bundling errors, dependency resolution failures, stale cache issues, or slow development server startup. Prevents excluding CJS dependencies from pre-bundling (which breaks runtime module resolution) and misconfiguring optimizeDeps. Covers CJS/ESM conversion failures, missing dependency auto-discovery, optimizeDeps configuration, monorepo linked dependencies, cache invalidation, browser cache staleness, and large dependency tree performance. Keywords: pre-bundling, optimizeDeps, CJS, ESM, cache, dependency resolution, monorepo, node_modules/.vite, import not working, module not found, dependency error, stale cache, slow startup.
-
ryanthedev Skill ClarifyDecomposes underspecified requests by classifying gaps (missing info, ambiguity, false premises) and generating targeted clarifying questions. Produces a confirmed problem statement before any implementation begins. For sharpening a request that already exists; not for open-ended requirement discovery from a vague idea (use the research command).
-
ryanthedev Skill PlanningImplements the Standard/Full planning pipeline for Medium and Complex tasks: multi-step discovery, phase decomposition with skill matching, cross-cutting concerns, and plan emission with Gate fields.
-
atman-33 Skill To PrdTurn the current conversation into a PRD and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.
Audited -
atman-33 Skill To IssuesBreak a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices.
-
scoobydont-666 Skill Grill MeStructured interrogation methodology for stress-testing plans, designs, and decisions. Resolves decision tree branches through systematic questioning across 8 categories (requirements, constraints, edge cases, failure modes, scalability, security, tradeoffs, integration, maintenance). Invoked by write-a-prd and prd-to-plan during design validation.
-
scoobydont-666 Skill Inbound SyncGenerate a structured sync bundle that captures decisions, architecture changes, conventions, bug fixes, and roadmap updates from the current Claude.ai conversation for ingestion into local Project Swarm projects via Claude Code. Trigger when the user says "sync", "sync project details", "generate sync bundle", "save this for Claude Code", "update local projects", "export decisions", or any variation of requesting that conversation outcomes be persisted to the local codebase. Also trigger at the end of long conversations where significant decisions were made, if the user asks to wrap up or summarize. Do NOT trigger for general summaries unrelated to project sync.
-
scoobydont-666 Skill Project ManagementAutonomous work execution across all Swarm projects. Reads last session summary, picks highest-priority work, executes it, then loops to the next item. Only stops when blocked on the operator or nothing remains. Trigger on: "what's the status", "project status", "what needs work", "prioritize", "what's next", "plan work", "coordinate", "which projects", "phase status", "roadmap", "backlog", "session start", "session end", "wrap up", "what should I work on", "keep going", "crank it out", or any request to understand or organize work across multiple Swarm heads.
-
mehrad-dm Bundle RoadmapMasterMind: Map
-
memorysaver Bundle Aep WatchIngests bug trackers, errors, and telemetry, then dedupes them into backlog stories. Use for "monitor for new work" or telemetry-driven stories.
-
openbkn-ai Bundle Bkn CreatorBKN 全生命周期编排入口。按需读取 OpenBKN SDK / CLI 操作参考。 凡涉及创建 BKN、从 PRD/文档提取对象关系、 生成或更新 `.bkn`、做数据视图绑定、环境检查、测试集生成、校验与推送时, 优先使用 bkn-creator 进行流程路由、阶段门禁、子 skill 编排与结果回执。 适用于 BKN 的 create/read/update/delete/extract/copy/validate 场景, 技能包能力补齐/skill 草案生成场景, 以及使用反馈巡检与改进场景(定时任务触发、Agent 对话质量异常、 feedback_brief 传入、知识网络持续优化)。 不应用于纯数据语义查询,该场景应交由 data-semantic 处理。
-
openbkn-ai Bundle Bkn Requirement当需要从客户背景、拜访准备、业务访谈、会议纪要、录音转写、PRD、BRD、流程说明、系统/数据材料或粗略想法中,整理调研提纲、PRD 迭代、追问清单、验收用例和 BKN_Creator 交接摘要时使用。
-
openbkn-ai Bundle Bkn Ontology Builder当需要基于 PRD、会议纪要、流程说明、系统/数据材料、BKN_Creator 交接摘要或已有方案,生成、修订或对比业务可评审的 OpenBKN BKN 本体建模方案时使用。
-
openbkn-ai Skill Bkn Rules从 PRD/对话/建模中提取业务规则,生成可复用的业务规则 Skill。必执行。
-
productside Bundle Mi Collect TechintSweep patents, trademarks, changelogs, API diffs, repos, standards bodies, and preprints for what a company is building. Use when a roadmap bet depends on what ships in 12 to 18 months.
-
productside Bundle Mi Mine Voice Of CustomerMine reviews, app stores, forums, and communities for unmet needs, competitor weak points, and switching triggers, with quoted evidence and frequency labels. Use before a card or a roadmap bet.
Frequently asked questions
What are Product & Planning agent skills?
Product & planning agent skills structure the thinking side of building: specs, PRDs, user stories, roadmaps, and prioritization frameworks. Install one and your AI agent produces planning documents with the same rigor and format every time.
Which Product & Planning skills are most installed?
Popular Product & Planning skills on SkillMD right now include roadmap, bugu-product-design-cheatsheet, ppt-master. Rankings shift as installs change; sort this page by "Most installs" for the live list.
Do Product & Planning skills work with Claude Code and Cursor?
Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds@latest add <owner>/<name>, or copy the file into your agent's skills directory.