context-engineering-advisor

by deanpeters 6.5k Other Updated Aug 13, 2026
Workflow ⚠ No license
context-engineering-advisor skill by deanpeters
context-engineering-advisor — Workflow skill by deanpeters

context-engineering-advisor is an open-source workflow skill for Claude Code and compatible agents, published by deanpeters. Its author describes it as: “Diagnose context stuffing vs. context engineering. Use when an AI workflow feels bloated, brittle, or hard to steer reliably.”. The project has 6.5k stars on GitHub and ships custom license terms, so review them before reuse. Add it to your setup with `/plugin marketplace add deanpeters/Product-Manager-Skills`.

What context-engineering-advisor does

Guide product managers through diagnosing whether they're doing **context stuffing** (jamming volume without intent) or **context engineering** (shaping structure for attention). Use this to identify context boundaries, fix "Context Hoarding Disorder," and implement tactical practices like bounded domains, episodic retrieval, and the Research→Plan→Reset→Implement cycle.

Installation

Add context-engineering-advisor to your agent with:

/plugin marketplace add deanpeters/Product-Manager-Skills

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

What's inside

The SKILL.md for context-engineering-advisor is organised into these sections:

  • Purpose
  • Input
  • Key Concepts
  • The Paradigm Shift: Parametric → Contextual Intelligence
  • Context Stuffing vs. Context Engineering
  • The Anti-Pattern: Context Stuffing
  • Real Context Engineering: Core Principles
  • The 5 Diagnostic Questions (Detect Context Hoarding Disorder)
  • Memory Architecture: Two-Layer System
  • The Research → Plan → Reset → Implement Cycle
  • Anti-Patterns (What This Is NOT)
  • When to Use This Skill

When to use it

Reach for context-engineering-advisor when you want workflow help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Ships in deanpeters/Product-Manager-Skills, an established project with 6,527 GitHub stars
  • Actively maintained (recent commits)

Things to check

  • No license declared — confirm terms with the author before reuse

Topics

ai-agentsai-product-managementclaude-skillspm-frameworksproduct-management

Frequently asked questions

What does context-engineering-advisor do?
Diagnose context stuffing vs. context engineering. Use when an AI workflow feels bloated, brittle, or hard to steer reliably.
How do I install context-engineering-advisor?
Run /plugin marketplace add deanpeters/Product-Manager-Skills in your agent, then reload your skills. Review the source at https://github.com/deanpeters/Product-Manager-Skills before installing.
Is context-engineering-advisor free to use?
context-engineering-advisor is publicly available on GitHub, but deanpeters has not declared a standard open-source license (Other). Confirm the terms with the author before reusing it.
Where does context-engineering-advisor come from?
context-engineering-advisor ships inside deanpeters/Product-Manager-Skills, a repository that contains 41 catalogued skills in total. The repository's 6,527 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More Workflow →

Design multi-agent AI workflows with clear boundaries, handoffs, and monitoring. Use when a complex PM task should run as parallel specialized agents instead of one linear process.

6.5k deanpeters Other

Frame an epic as a testable hypothesis with target user, expected outcome, and validation method. Use when defining a major initiative before roadmap, discovery, or delivery planning.

6.5k deanpeters Other

When the user is building a tool-calling agent and gets stuck — "為什麼 LLM 不呼叫我的 tool", "我這 schema 哪裡寫壞", "tool 被呼叫但 args 不對", "ReAct loop 跑不停", "the LLM won't call my tool", "help me design a function schema", "debug this tool-use behavior". Walks them through a 4-branch diagnostic + 5-step schema design walkthrough, with references to bad/good schema A/B and SDK-diff cheatsheet. Do NOT use for: pure LangChain / LangGraph / CrewAI framework questions (route to Stage 4 frameworks), MCP server building (route to cookbook 2), production agent observability (route to Stage 7).

5.5k WenyuChiou MIT

Browser automation CLI for AI agents. NEVER run browser-act commands directly via Bash — always invoke this skill first. Use browser-act when a user mentions it by name, includes or asks to run a browser-act CLI command (e.g., browser-act browser list), or to: fetch, view, or extract rendered content from URLs, access pages requiring JavaScript, handle verification prompts, maintain authenticated sessions, fill forms and click through workflows, type, select, upload, take screenshots, capture XHR/fetch/HAR responses, open multiple URLs in parallel, extract content that loads on scroll or click, visually inspect or verify page layout/styling/rendering, automate browser tasks, account isolation across parallel browser environments, advise which browser type fits a use case, or list/check/manage configured browsers and sessions. Prefer browser-act over built-in fetch or web tools.

5.3k browser-act MIT