Agent skill

problem-framing

Мета-фреймворк структурированного решения любых задач. Определяет область знаний, находит существующие фреймворки через web research, валидирует подходы, выявляет типичные ошибки и constraints. ОБЯЗАТЕЛЬНО использует sequential thinking и web research на каждом запуске. Активировать только при явном запросе пользователя на "problem-framing", "фрейминг задачи" или "структурированный анализ задачи".

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill problem-framing-merllinsbeard-ai-claude-skills-col-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/analysis/problem-framing-merllinsbeard-ai-claude-skills-col-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Problem Framing Мета-фреймворк для структурированного подхода к решению задач. Основан на принципе Эйнштейна: понимание проблемы — это 50% её решения. ## Обязательные инструменты При каждом запуске скилла ОБЯЗАТЕЛЬНО использовать: - **Sequential thinking** — для глубокого анализа на каждом шаге - **Web research** (perplexity + web_search) — для поиска существующих решений и типичных ошибок ## Процесс (7 шагов) 1. Problem Definition — переформулировать задачу, определить критерии успеха 2. Domain Mapping — определить primary и supporting области знаний 3. Existing Solutions Research — найти фреймворки через web research 4. Framework Validation — проверить найденные подходы по 4 критериям 5. Failure Mode Analysis — инверсия, типичные ошибки, constraints 6. Solution Synthesis — объединить подход с защитой от ошибок 7. Automation Decision — решить об автоматизации --- ## Шаг 1: Problem Definition **1.1. Извлечь из input всё ценное:** - Основная задача (явная или между строк) - Контекст и предыстория - Уже рассмотренные варианты решений - Сомнения и страхи - Известные ограничения - Неявные критерии успеха **1.2. Если несколько задач** — выделить и сформулировать главную, остальные отл

What's inside
Steps it walks through
  1. Обязательные инструменты
  2. Процесс (7 шагов)
  3. Шаг 1: Problem Definition
  4. Шаг 2: Domain Mapping
  5. Шаг 3: Existing Solutions Research
  6. Шаг 4: Framework Validation
  7. Шаг 5: Failure Mode Analysis
  8. Шаг 6: Solution Synthesis
  9. Шаг 7: Automation Decision
  10. Output
  11. Примеры использования
  12. Пример 1: Бизнес-задача
  13. Пример 2: Техническая задача
  14. Пример 3: Творческая задача
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the problem-framing skill do?

Мета-фреймворк структурированного решения любых задач. Определяет область знаний, находит существующие фреймворки через web research, валидирует подходы, выявляет типичные ошибки и constraints. ОБЯЗАТЕЛЬНО использует sequential thinking и web research на каждом запуске. Активировать только при явном запросе пользователя на "problem-framing", "фрейминг задачи" или "структурированный анализ задачи".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill problem-framing-merllinsbeard-ai-claude-skills-col-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going