# Context Engineering Advisor

> Guide PMs in structuring information for AI-assisted workflows — context selection, prompt architecture, memory management, and output evaluation for AI-shaped product management.

- Skill: `nandanosql/context-engineering-advisor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nandanosql/context-engineering-advisor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nandanosql/context-engineering-advisor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: nandanosql (https://skillmd.com/u/nandanosql)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nandanosql/context-engineering-advisor

---


## Purpose

Guide PMs in structuring information for AI-assisted workflows — **what context to provide, how to architect prompts, how to manage persistent context**, and how to evaluate AI outputs for PM tasks.

---

## Application

### Question 1: PM Task

**Agent asks:** "What PM task are you trying to do with AI assistance?"

1. Writing (PRDs, user stories, specs)
2. Analysis (competitive, market, data)
3. Facilitation (workshops, meetings)
4. Decision-making (prioritization, evaluation)
5. Communication (presentations, emails, updates)

### Question 2: Context Available

**Agent asks:** "What context do you have available?"

1. Product documents (PRDs, specs, roadmaps)
2. User research (interviews, surveys, analytics)
3. Competitive data (battle cards, market analysis)
4. Internal context (organizational knowledge, constraints)
5. Historical decisions (decision logs, meeting notes)

### Output: Context Engineering Guide

```markdown
# Context Engineering for: [PM Task]

## Context Selection
| Priority | Context Type | What to Include | Format |
|----------|-------------|----------------|--------|
| 1 (essential) | [Type] | [Specific items] | [How to structure] |
| 2 (helpful) | [Type] | [Specific items] | [How to structure] |
| 3 (nice-to-have) | [Type] | [Specific items] | [How to structure] |

## Prompt Architecture
```
[System context — role + constraints + quality criteria]
[Task context — specific inputs for this task]
[Output format — exact structure expected]
[Quality checks — self-evaluation criteria]
```

## Memory Management
- **Persist across sessions:** [What to save as reusable context]
- **Refresh per task:** [What's task-specific]
- **Discard:** [What adds noise]

## Output Evaluation
- [ ] Does the output reflect the context provided?
- [ ] Would a PM recognize this as quality work?
- [ ] Are there hallucinated facts? (Always verify claims)
- [ ] Does it match the expected format?
```

---

## References

### Related Skills
- `skills/strategy/ai-shaped-readiness-advisor/SKILL.md` — AI maturity assessment
- `skills/specification/prd-template/SKILL.md` — AI-assisted PRD writing

---

**Skill type:** Interactive
**Domain:** Communication & Stakeholders

