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.
-
tomevault-io Bundle To PrdTurn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context. Use when this capability is needed.
-
tomevault-io Bundle Docus PlaygroundSample skill for testing the Docus agent skills discovery feature. Use to verify that /.well-known/skills/ routes work correctly. Use when this capability is needed.
-
tomevault-io Bundle Wiggumdev Ralph Ralph PrdYou are helping a developer implement a new feature. Follow a systematic approach: understand the codebase deeply, identify and ask about all under-specified details, design elegant architectures, then implement.
-
tomevault-io Bundle Ar4mirez Samuel Create PrdProduct Requirements Document (PRD) Creation
-
tomevault-io Bundle Capture Discovered KnowledgePersist hard-won discoveries to AGENTS.md or a new/existing SKILL.md so future agents don't repeat the discovery cost. Trigger after any long context-discovery task (multi-minute grep / file-reading session, parallel research agents, debugging that took several iterations) or whenever you learn something critical, surprising, undocumented, or that contradicted prior assumptions in AGENTS.md or a skill. Decides between updating AGENTS.md, updating an existing skill, or creating a new skill. Use when this capability is needed.
-
tomevault-io Bundle Skills XGuide for contributing new skills to the skills-x collection. This skill should be used when users want to add new open-source skills from external sources (like agentskills.io or anthropics/skills) to the skills-x repository. It covers the complete workflow from discovery to publishing. Use when this capability is needed.
-
tomevault-io Bundle Pm PlannerUse when creating, editing, or breaking down backlog tasks. Invoked for task management, feature decomposition, writing acceptance criteria, and ensuring tasks follow atomic, testable, independent guidelines.
-
tomevault-io Bundle Tzurot DocsSession workflow procedures. Invoke with /tzurot-docs for session start/end, CURRENT.md/BACKLOG.md management. Use when this capability is needed.
-
tomevault-io Bundle JtbdJobs to Be Done analysis to understand what customers really want. Use for product discovery, competitive analysis, or understanding why customers hire/fire solutions. Use when this capability is needed.
-
tomevault-io Bundle Phased Prd Red GreenCreate or update a phased PRD and then execute delivery using a strict red/green workflow. Use when a task spans multiple steps, has cross-cutting impact, needs explicit exit criteria, or requires reliable test-driven implementation sequencing. Use when this capability is needed.
-
tomevault-io Bundle TextumTextum PRD→Scaffold→Story workflow for Codex with low-noise outputs and gate checks. Use when this capability is needed.
-
tomevault-io Bundle GammaGamma sample skill for local discovery and CLI smoke tests. Use when this capability is needed.
-
tomevault-io Bundle Issue Loop ManagerManages a continuous development loop that picks the next open GitHub issue, implements it using sub-agents (code-writer, code-reviewer, technical-writer), and submits a detailed Pull Request. Use when the user wants to automate the implementation of a project backlog while adhering to Zero Dependency mandates.
-
tomevault-io Bundle Add Graphjin DatabaseUse when adding a new GraphJin database, warehouse, or CQL/NoSQL backend; building a simulator because no live service is available; wiring a dialect, discovery, tests, scripts, README/CONFIG/FEATURES, or website database support surfaces.
-
tomevault-io Bundle Scandal Market Agent BuilderBuild Agent2 agents for Polymarket market discovery, scandal-reactive watchlists, social-sentiment market analysis, market-sentinel workflows, and paper-trading research. Use when creating or modifying agents that find Polymarket markets affected by public opinion, reputation shocks, social media, scandals, fandom narratives, or news-latency signals. Use when this capability is needed.
-
tomevault-io Bundle Lxa WorkflowRoadmap-driven development process, version management, and build system instructions. Use when this capability is needed.
-
tomevault-io Bundle WebreconWebRecon - reconnaissance tool using parallel Chrome instances for competitive analysis, design extraction, and API discovery Use when this capability is needed.
-
tomevault-io Bundle Duck AgentDuckDB file discovery agent with verified absolute paths Use when this capability is needed.
-
tomevault-io Bundle Ruska AI Orchestra RalphRalph PRD Converter
-
tomevault-io Bundle GodmodeUse the godmode CLI to invoke any third-party API, GraphQL endpoint, or MCP server from the terminal with one grammar — `godmode <extension> <interface> <args>`. Triggers when the user wants to call services like Stripe, GitHub, Slack, OpenAI, or any OpenAPI/GraphQL/MCP backend without writing client code; install or discover extensions; expose an extension as an MCP server for Claude Code, Cursor, or another MCP client; or scope an agent's outbound tool access through a single `Bash(godmode:*)` permission. Covers the install/discovery/invocation loop and points at extension-specific skills when present. Use when this capability is needed.
-
tomevault-io Bundle Youglin Dev Aha Loop PrdPRD Generator
-
tomevault-io Bundle EnablementGenerate sales enablement materials — cheat sheets, objection guides, discovery question banks, competitive sheets, and onboarding kits from your library. Use when user says "cheat sheet", "objection guide", "discovery questions", "onboarding kit", "enablement materials", or asks for quick-reference sales tools. Use when this capability is needed.
-
tomevault-io Bundle Docs Project PrdProduct Requirements Document with FR/NFR and testable acceptance criteria Use when this capability is needed.
-
tomevault-io Bundle Backlog ManagementManage open-source GitHub issue backlogs (especially PrefectHQ/prefect) in batches. Use for backlog cleanup days, stale review, duplicate pruning, missing-info follow-up, and prioritized queue curation across many open issues. Use when this capability is needed.
-
tomevault-io Bundle BacklogThis skill provides the `list-issues` operation needed for this skill. **Do NOT use raw `gh project` commands.** Use when this capability is needed.
-
tomevault-io Bundle GroveRepository structure design, optimization, and audit. Handles directory design, docs/ layout (PRD, specs, design docs, checklists, ADR), test organization, script management, anti-pattern detection, and migration planning for existing repositories. Use when repository structure design or improvement is needed. Use when this capability is needed.
-
tomevault-io Bundle Backlog PlanTransform strategic recommendations in product/ideas.md into an execution-ready Gait backlog plan with epics, stories, tasks, repo paths, commands, acceptance criteria, and explicit test-matrix wiring. Use when this capability is needed.
-
tomevault-io Bundle Duckduckgo Android AndroidYou are scoping a maintenance task for the Android Agentic Maintenance Backlog. Your
-
tomevault-io Bundle Local PlacesSearches for local businesses and points of interest via a Google Places API proxy running on localhost. Resolves vague locations, applies filters for type, rating, and price, and returns structured place details. Use when the user asks to find restaurants, nearby places, coffee shops, business search, local recommendations, or anything involving place discovery by location. Use when this capability is needed.
-
tomevault-io Bundle PaperAcademic paper workflow — find, read/annotate (HTML), daily digest, cite. Use when user invokes /paper, needs paper annotation, literature search, citation generation, or daily paper discovery. Use when this capability is needed.
-
tomevault-io Bundle Implementation Plan ExecutorExecute implementation plans by delegating each task group to task-group-implementer subagent. Main agent coordinates prepares context, invokes subagent, processes output, marks checkboxes, updates work-log. Uses lazy standards loading from INDEX.md with keyword-triggered discovery. Use when this capability is needed.
-
tomevault-io Bundle Tekton Pipeline DiscoveryUse this when you need to find your way around tektoncd/pipeline before editing, reviewing, or debugging Tekton Pipelines code.
-
tomevault-io Bundle Xh Update Doc LinksPre-commit documentation consistency check. Ensures docs/README.md index, docs/planning/docs-roadmap.md, and the MCP server's document registry (docs/doc-registry.json) stay in sync with documentation files on disk. Validates inter-doc links and enhances cross-references when new docs are added. Use this skill whenever adding, renaming, moving, or deleting any README or concept doc — and before committing documentation changes. Also use when asked to "update the docs index", "check doc links", or "sync the doc registry". Use when this capability is needed.
-
tomevault-io Bundle DiscoveryStructured document analysis, interview preparation, and signal synthesis for new PM onboarding Use when this capability is needed.
-
tomevault-io Bundle OpenplanrAgile planning CLI for coding agents — creates epics, features, user stories, tasks, sprints, and backlog items as markdown artifacts in .planr/. Use when the user asks to plan a project, break down a PRD, write stories, estimate work, manage sprints, prioritize a backlog, or generate agent rule files (CLAUDE.md, AGENTS.md, .cursor/rules). Also use when the repo already contains a .planr/ directory — OpenPlanr owns that directory. Use when this capability is needed.
-
tomevault-io Bundle Project Standart ArchArchitecture design for PRD/use cases in the standard flow Use when this capability is needed.
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 to-prd, docus-playground, wiggumdev--ralph--ralph-prd. 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.