problem-to-solution

problem-to-solution is a skill for Codex from PANGKAIFENG/ai-product-manager-skills. It costs 83 tokens per session (663 once invoked), scanned A, original, MIT.

A workflow for turning an unclear product problem into an agreed solution that is ready for requirements planning. It may use research, comparisons, idea generation, and review depending on what is missing.

In plain words
What is it for?
Use it to clarify goals and constraints, investigate important gaps, compare or challenge solution ideas, and decide whether a solution is confirmed.
Why use it?
It helps distinguish the actual problem from possible solutions and identifies the one unresolved issue that blocks progress. It stops before producing a full requirements document or development task list.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex; $skill-name invocation.

Good fit Use it to clarify goals and constraints, investigate important gaps, compare or challenge solution ideas, and decide whether a solution is confirmed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pangkaifeng/ai-product-manager-skills/problem-to-solution
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 PANGKAIFENG/ai-product-manager-skills --skill problem-to-solution
Clone the repo
git clone --depth 1 https://github.com/PANGKAIFENG/ai-product-manager-skills

Made for: Codex.

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 problem-to-solution

README.md
[![agentmods](https://agentmods.dev/badge/skills/pangkaifeng/ai-product-manager-skills/problem-to-solution/github.svg)](https://agentmods.dev/skills/pangkaifeng/ai-product-manager-skills/problem-to-solution)
Your own site
<a href="https://agentmods.dev/skills/pangkaifeng/ai-product-manager-skills/problem-to-solution"><img src="https://agentmods.dev/badge/skills/pangkaifeng/ai-product-manager-skills/problem-to-solution/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 problem-to-solution

Your own site · 80×15
<a href="https://agentmods.dev/skills/pangkaifeng/ai-product-manager-skills/problem-to-solution"><img src="https://agentmods.dev/badge/skills/pangkaifeng/ai-product-manager-skills/problem-to-solution.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 663 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.
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.00083 $0.00663
Opus 5 $0.00042 $0.00331
Sonnet 5 $0.00017 $0.00133
Haiku 4.5 $0.00008 $0.00066

Measured 12d ago against content hash 5851a8203638, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

problem-to-solution 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 12d 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.

workflows/problem-to-solution/SKILL.md · 49 lines

What it actually says

问题到方案

这是 workflow 的 Codex Runtime 入口,不是新的原子 Skill。先读取同目录 WORKFLOW.md,再按当前状态调用现有 Skill 或 Loop。

输入

优先从对话和项目材料中发现以下信息,只询问会改变路线的缺口:

  • 当前问题或模糊感受;
  • 期望结果与判断标准;
  • 用户、业务场景、约束和截止时间;
  • 已有事实、候选方案和不可改变项。

工作流

  1. 先判断输入状态:问题、目标或判断标准不稳定时使用 ai-collaboration-calibration;已经稳定时跳过校准。
  2. 只有当事实缺口会改变选择时才进入研究:开放式领域理解使用 research-topic-compiler,具体选择缺证据时使用 $decision-loop
  3. 问题已稳定但没有候选方案时,直接使用 brainstorming 比较真实方案并形成推荐与 Design Spec。
  4. 已有候选方案且只需挑战时,直接进入 $solution-loop;其他情况只在方案风险、依赖或失败模式需要多轮关闭时进入。
  5. WORKFLOW.md 的 Confirmed Solution Gate 判断结束、Human Gate 或阻塞,不用文档数量代替方案确认。

边界

  • 不为了走流程而调用全部 Skill。
  • 不把研究结论直接伪装成产品方案。
  • 不让 Maker 自己声明挑战已经关闭。
  • 不生成完整 PRD、UI 交付包、研发事项或外部发布结果。
  • Skill/Loop handoff 不授权 DingTalk、Yunxiao、Runtime 或 Skillshare 写入。

输出

返回 status、稳定的问题定义、关键决策、已确认方案、保留项、剩余 gap、下一责任节点和恢复点。只有达到 solution_confirmed 才建议进入 $solution-to-delivery

完成定义

只有 WORKFLOW.md 的 Confirmed Solution Gate 全部成立,且需要业务取舍时已经经过 Human Gate,才输出 solution_confirmed。否则必须返回唯一 next_gap 和可恢复的 resume_point

资源与验证

  • WORKFLOW.md 是阶段路由、完成门槛和输出状态的权威合同,每次执行前读取。
  • evals/evals.json 覆盖完整路径、最短路径、相邻原子 Skill 和下游 Workflow 的触发回归;修改入口后运行这些评测并保留结果。
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 49 lines · 83 tokens per session scan A 5851a8203638

Subscribe to this mod's changes

problem-to-solution is a skill published in the GitHub repository PANGKAIFENG/ai-product-manager-skills (11 stars, last pushed 12d ago), licensed MIT. It adds 83 tokens to every session and 663 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

baoyu-youtube-transcript

A tool for downloading the written captions, subtitles, chapter information, speaker labels, and cover image from a YouTube video using its URL or ID.

JimLiu/baoyu-skills · 107 tokens

baoyu-comic

A tool for creating original educational comics that explain knowledge or ideas through multiple illustrated panels. It supports different art styles and tones and can create several comics in one batch.

JimLiu/baoyu-skills · 61 tokens

baoyu-diagram

Create professional, dark-themed SVG diagrams of any type — architecture diagrams, flowcharts, sequence diagrams, structural diagrams, mind maps, timelines, illustrative/conceptual diagrams, and more. Use this skill whenever the user asks for any kind of technical or conceptual diagram, visualization of a system…

JimLiu/baoyu-skills · 146 tokens

playwright-cli

Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…

testdino-hq/playwright-skill · 64 tokens

agent-wiki

Incremental LLM-friendly wiki generator for Obsidian note vaults. Use when: (1) Building wiki from notes, (2) Ingesting notes to wiki, (3) Obsidian LLM wiki, (4) Incremental knowledge base management. Triggers: 'build wiki from notes', 'ingest notes to wiki', 'Obsidian LLM wiki', 'incremental knowledge base'.

Dianel555/DSkills · 89 tokens

sequential-think

Multi-step reasoning engine for complex analysis and systematic problem solving. Use when: (1) Complex debugging scenarios with multiple layers, (2) Architectural analysis and system design, (3) Problems requiring hypothesis testing and validation, (4) Multi-component failure investigation, (5) Performance bottleneck…

Dianel555/DSkills · 110 tokens