autodoc-agent-kit 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +362 -0
- package/package.json +49 -0
- package/src/core/module.yaml +5 -0
- package/src/modules/design/module.yaml +9 -0
- package/src/modules/design/skills/brand-guidelines/LICENSE.txt +202 -0
- package/src/modules/design/skills/brand-guidelines/SKILL.md +73 -0
- package/src/modules/design/skills/frontend-design/LICENSE.txt +177 -0
- package/src/modules/design/skills/frontend-design/SKILL.md +42 -0
- package/src/modules/design/skills/web-artifacts-builder/SKILL.md +229 -0
- package/src/modules/devops/module.yaml +10 -0
- package/src/modules/devops/skills/devops-helper/SKILL.md +60 -0
- package/src/modules/devops/skills/k8s-helm/SKILL.md +360 -0
- package/src/modules/devops/skills/monitoring-observability/SKILL.md +240 -0
- package/src/modules/devops/skills/security-auditor/SKILL.md +105 -0
- package/src/modules/engineering/module.yaml +22 -0
- package/src/modules/engineering/skills/ai-sdk/SKILL.md +314 -0
- package/src/modules/engineering/skills/api-designer/SKILL.md +77 -0
- package/src/modules/engineering/skills/code-reviewer/SKILL.md +71 -0
- package/src/modules/engineering/skills/db-architect/SKILL.md +50 -0
- package/src/modules/engineering/skills/debugger/SKILL.md +59 -0
- package/src/modules/engineering/skills/docs-generator/SKILL.md +51 -0
- package/src/modules/engineering/skills/git-workflow/SKILL.md +258 -0
- package/src/modules/engineering/skills/mcp-builder/LICENSE.txt +202 -0
- package/src/modules/engineering/skills/mcp-builder/SKILL.md +236 -0
- package/src/modules/engineering/skills/mcp-builder/reference/evaluation.md +602 -0
- package/src/modules/engineering/skills/mcp-builder/reference/mcp_best_practices.md +249 -0
- package/src/modules/engineering/skills/mcp-builder/reference/node_mcp_server.md +970 -0
- package/src/modules/engineering/skills/mcp-builder/reference/python_mcp_server.md +719 -0
- package/src/modules/engineering/skills/mcp-builder/scripts/connections.py +151 -0
- package/src/modules/engineering/skills/mcp-builder/scripts/evaluation.py +373 -0
- package/src/modules/engineering/skills/mcp-builder/scripts/example_evaluation.xml +22 -0
- package/src/modules/engineering/skills/mcp-builder/scripts/requirements.txt +2 -0
- package/src/modules/engineering/skills/nextjs-15/SKILL.md +312 -0
- package/src/modules/engineering/skills/perf-optimizer/SKILL.md +60 -0
- package/src/modules/engineering/skills/react-19/SKILL.md +257 -0
- package/src/modules/engineering/skills/refactorer/SKILL.md +60 -0
- package/src/modules/engineering/skills/skill-authoring-workflow/SKILL.md +183 -0
- package/src/modules/engineering/skills/skill-creator/LICENSE.txt +202 -0
- package/src/modules/engineering/skills/skill-creator/SKILL.md +356 -0
- package/src/modules/engineering/skills/skill-creator/references/output-patterns.md +82 -0
- package/src/modules/engineering/skills/skill-creator/references/workflows.md +28 -0
- package/src/modules/engineering/skills/skill-creator/scripts/__pycache__/quick_validate.cpython-313.pyc +0 -0
- package/src/modules/engineering/skills/skill-creator/scripts/init_skill.py +303 -0
- package/src/modules/engineering/skills/skill-creator/scripts/package_skill.py +110 -0
- package/src/modules/engineering/skills/skill-creator/scripts/quick_validate.py +95 -0
- package/src/modules/engineering/skills/typescript/SKILL.md +231 -0
- package/src/modules/engineering/skills/zod-4/SKILL.md +223 -0
- package/src/modules/product/module.yaml +51 -0
- package/src/modules/product/skills/acquisition-channel-advisor/SKILL.md +643 -0
- package/src/modules/product/skills/acquisition-channel-advisor/examples/conversation-flow.md +531 -0
- package/src/modules/product/skills/ai-shaped-readiness-advisor/SKILL.md +923 -0
- package/src/modules/product/skills/altitude-horizon-framework/SKILL.md +250 -0
- package/src/modules/product/skills/altitude-horizon-framework/examples/sample.md +85 -0
- package/src/modules/product/skills/business-health-diagnostic/SKILL.md +783 -0
- package/src/modules/product/skills/company-research/SKILL.md +385 -0
- package/src/modules/product/skills/company-research/examples/sample.md +164 -0
- package/src/modules/product/skills/company-research/template.md +60 -0
- package/src/modules/product/skills/context-engineering-advisor/SKILL.md +763 -0
- package/src/modules/product/skills/customer-journey-map/SKILL.md +346 -0
- package/src/modules/product/skills/customer-journey-map/examples/meta-product-manager-skills.md +40 -0
- package/src/modules/product/skills/customer-journey-map/examples/sample.md +33 -0
- package/src/modules/product/skills/customer-journey-map/template.md +28 -0
- package/src/modules/product/skills/customer-journey-mapping-workshop/SKILL.md +523 -0
- package/src/modules/product/skills/director-readiness-advisor/SKILL.md +351 -0
- package/src/modules/product/skills/director-readiness-advisor/examples/conversation-flow.md +96 -0
- package/src/modules/product/skills/discovery-interview-prep/SKILL.md +410 -0
- package/src/modules/product/skills/discovery-process/SKILL.md +504 -0
- package/src/modules/product/skills/discovery-process/examples/sample.md +60 -0
- package/src/modules/product/skills/discovery-process/template.md +39 -0
- package/src/modules/product/skills/eol-message/SKILL.md +348 -0
- package/src/modules/product/skills/eol-message/examples/sample.md +87 -0
- package/src/modules/product/skills/eol-message/template.md +74 -0
- package/src/modules/product/skills/epic-breakdown-advisor/SKILL.md +665 -0
- package/src/modules/product/skills/epic-hypothesis/SKILL.md +277 -0
- package/src/modules/product/skills/epic-hypothesis/examples/sample.md +104 -0
- package/src/modules/product/skills/epic-hypothesis/template.md +30 -0
- package/src/modules/product/skills/executive-onboarding-playbook/SKILL.md +280 -0
- package/src/modules/product/skills/executive-onboarding-playbook/examples/sample.md +116 -0
- package/src/modules/product/skills/feature-investment-advisor/SKILL.md +639 -0
- package/src/modules/product/skills/feature-investment-advisor/examples/conversation-flow.md +538 -0
- package/src/modules/product/skills/finance-based-pricing-advisor/SKILL.md +763 -0
- package/src/modules/product/skills/finance-metrics-quickref/SKILL.md +309 -0
- package/src/modules/product/skills/jobs-to-be-done/SKILL.md +370 -0
- package/src/modules/product/skills/jobs-to-be-done/examples/sample.md +80 -0
- package/src/modules/product/skills/jobs-to-be-done/template.md +65 -0
- package/src/modules/product/skills/lean-ux-canvas/SKILL.md +561 -0
- package/src/modules/product/skills/lean-ux-canvas/examples/sample.md +88 -0
- package/src/modules/product/skills/lean-ux-canvas/template.md +32 -0
- package/src/modules/product/skills/opportunity-solution-tree/SKILL.md +420 -0
- package/src/modules/product/skills/opportunity-solution-tree/examples/sample.md +104 -0
- package/src/modules/product/skills/opportunity-solution-tree/template.md +33 -0
- package/src/modules/product/skills/pestel-analysis/SKILL.md +376 -0
- package/src/modules/product/skills/pestel-analysis/examples/sample.md +143 -0
- package/src/modules/product/skills/pestel-analysis/template.md +53 -0
- package/src/modules/product/skills/pol-probe/SKILL.md +217 -0
- package/src/modules/product/skills/pol-probe/examples/sample.md +136 -0
- package/src/modules/product/skills/pol-probe/template.md +59 -0
- package/src/modules/product/skills/pol-probe-advisor/SKILL.md +492 -0
- package/src/modules/product/skills/positioning-statement/SKILL.md +230 -0
- package/src/modules/product/skills/positioning-statement/examples/sample.md +51 -0
- package/src/modules/product/skills/positioning-statement/template.md +25 -0
- package/src/modules/product/skills/positioning-workshop/SKILL.md +424 -0
- package/src/modules/product/skills/prd-development/SKILL.md +655 -0
- package/src/modules/product/skills/prd-development/examples/sample.md +43 -0
- package/src/modules/product/skills/prd-development/template.md +55 -0
- package/src/modules/product/skills/press-release/SKILL.md +269 -0
- package/src/modules/product/skills/press-release/examples/sample.md +73 -0
- package/src/modules/product/skills/press-release/template.md +39 -0
- package/src/modules/product/skills/prioritization-advisor/SKILL.md +448 -0
- package/src/modules/product/skills/problem-framing-canvas/SKILL.md +466 -0
- package/src/modules/product/skills/problem-framing-canvas/examples/sample.md +58 -0
- package/src/modules/product/skills/problem-framing-canvas/template.md +22 -0
- package/src/modules/product/skills/problem-statement/SKILL.md +246 -0
- package/src/modules/product/skills/problem-statement/examples/sample.md +82 -0
- package/src/modules/product/skills/problem-statement/template.md +37 -0
- package/src/modules/product/skills/product-strategy-session/SKILL.md +426 -0
- package/src/modules/product/skills/product-strategy-session/examples/sample.md +67 -0
- package/src/modules/product/skills/product-strategy-session/template.md +38 -0
- package/src/modules/product/skills/proto-persona/SKILL.md +326 -0
- package/src/modules/product/skills/proto-persona/examples/sample.md +97 -0
- package/src/modules/product/skills/proto-persona/template.md +45 -0
- package/src/modules/product/skills/recommendation-canvas/SKILL.md +375 -0
- package/src/modules/product/skills/recommendation-canvas/examples/sample.md +94 -0
- package/src/modules/product/skills/recommendation-canvas/template.md +86 -0
- package/src/modules/product/skills/roadmap-planning/SKILL.md +505 -0
- package/src/modules/product/skills/roadmap-planning/examples/sample.md +62 -0
- package/src/modules/product/skills/roadmap-planning/template.md +30 -0
- package/src/modules/product/skills/saas-economics-efficiency-metrics/SKILL.md +694 -0
- package/src/modules/product/skills/saas-economics-efficiency-metrics/examples/cash-trap.md +365 -0
- package/src/modules/product/skills/saas-economics-efficiency-metrics/examples/healthy-unit-economics.md +279 -0
- package/src/modules/product/skills/saas-economics-efficiency-metrics/template.md +263 -0
- package/src/modules/product/skills/saas-revenue-growth-metrics/SKILL.md +630 -0
- package/src/modules/product/skills/saas-revenue-growth-metrics/examples/healthy-saas.md +131 -0
- package/src/modules/product/skills/saas-revenue-growth-metrics/examples/warning-signs.md +229 -0
- package/src/modules/product/skills/saas-revenue-growth-metrics/template.md +192 -0
- package/src/modules/product/skills/storyboard/SKILL.md +252 -0
- package/src/modules/product/skills/storyboard/examples/sample.md +71 -0
- package/src/modules/product/skills/storyboard/template.md +41 -0
- package/src/modules/product/skills/tam-sam-som-calculator/SKILL.md +392 -0
- package/src/modules/product/skills/tam-sam-som-calculator/examples/sample.md +142 -0
- package/src/modules/product/skills/tam-sam-som-calculator/scripts/market-sizing.py +95 -0
- package/src/modules/product/skills/tam-sam-som-calculator/template.md +35 -0
- package/src/modules/product/skills/user-story/SKILL.md +272 -0
- package/src/modules/product/skills/user-story/examples/sample.md +110 -0
- package/src/modules/product/skills/user-story/scripts/user-story-template.py +65 -0
- package/src/modules/product/skills/user-story/template.md +32 -0
- package/src/modules/product/skills/user-story-mapping/SKILL.md +285 -0
- package/src/modules/product/skills/user-story-mapping/examples/sample.md +77 -0
- package/src/modules/product/skills/user-story-mapping/template.md +41 -0
- package/src/modules/product/skills/user-story-mapping-workshop/SKILL.md +477 -0
- package/src/modules/product/skills/user-story-mapping-workshop/template.md +28 -0
- package/src/modules/product/skills/user-story-splitting/SKILL.md +303 -0
- package/src/modules/product/skills/user-story-splitting/examples/sample.md +147 -0
- package/src/modules/product/skills/user-story-splitting/template.md +37 -0
- package/src/modules/product/skills/vp-cpo-readiness-advisor/SKILL.md +409 -0
- package/src/modules/product/skills/vp-cpo-readiness-advisor/examples/conversation-flow.md +95 -0
- package/src/modules/product/skills/workshop-facilitation/SKILL.md +87 -0
- package/src/modules/productivity/module.yaml +9 -0
- package/src/modules/productivity/skills/doc-coauthoring/SKILL.md +375 -0
- package/src/modules/productivity/skills/internal-comms/LICENSE.txt +202 -0
- package/src/modules/productivity/skills/internal-comms/SKILL.md +32 -0
- package/src/modules/productivity/skills/internal-comms/examples/3p-updates.md +47 -0
- package/src/modules/productivity/skills/internal-comms/examples/company-newsletter.md +65 -0
- package/src/modules/productivity/skills/internal-comms/examples/faq-answers.md +30 -0
- package/src/modules/productivity/skills/internal-comms/examples/general-comms.md +16 -0
- package/src/modules/productivity/skills/technical-writing/SKILL.md +266 -0
- package/src/modules/qa/module.yaml +9 -0
- package/src/modules/qa/skills/test-strategy/SKILL.md +263 -0
- package/src/modules/qa/skills/test-writer/SKILL.md +57 -0
- package/src/modules/qa/skills/webapp-testing/LICENSE.txt +202 -0
- package/src/modules/qa/skills/webapp-testing/SKILL.md +96 -0
- package/src/modules/qa/skills/webapp-testing/examples/console_logging.py +35 -0
- package/src/modules/qa/skills/webapp-testing/examples/element_discovery.py +40 -0
- package/src/modules/qa/skills/webapp-testing/examples/static_html_automation.py +33 -0
- package/src/modules/qa/skills/webapp-testing/scripts/with_server.py +106 -0
- package/tools/autodoc-npx-wrapper.js +34 -0
- package/tools/cli/autodoc-cli.js +55 -0
- package/tools/cli/commands/install.js +36 -0
- package/tools/cli/commands/status.js +35 -0
- package/tools/cli/commands/uninstall.js +60 -0
- package/tools/cli/installers/lib/core/installer.js +164 -0
- package/tools/cli/installers/lib/core/manifest.js +49 -0
- package/tools/cli/installers/lib/ide/manager.js +112 -0
- package/tools/cli/installers/lib/ide/platform-codes.yaml +207 -0
- package/tools/cli/installers/lib/modules/manager.js +59 -0
- package/tools/cli/lib/ui.js +199 -0
- package/tools/cli/lib/welcome.js +82 -0
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: altitude-horizon-framework
|
|
3
|
+
description: Understand the PM-to-Director transition through altitude and horizon thinking. Use when diagnosing scope, time-horizon, or leadership-level gaps.
|
|
4
|
+
intent: >-
|
|
5
|
+
Defines the two-axis mental model that distinguishes Director-level thinking from PM thinking: **Altitude** (how wide you zoom out) and **Horizon** (how far ahead you look). Use this to understand what actually changes in the transition, diagnose which transition zone is creating friction, and apply the Cascading Context Map when organizational direction is vague or absent.
|
|
6
|
+
type: component
|
|
7
|
+
theme: career-leadership
|
|
8
|
+
best_for:
|
|
9
|
+
- "Understanding what actually changes when you move from PM to Director"
|
|
10
|
+
- "Diagnosing which transition zone is creating friction in your role"
|
|
11
|
+
- "Applying the Cascading Context Map when organizational direction is vague"
|
|
12
|
+
scenarios:
|
|
13
|
+
- "I'm a senior PM trying to understand what changes when I become a Director"
|
|
14
|
+
- "I'm newly promoted to Director and something isn't clicking — help me diagnose it"
|
|
15
|
+
- "My team has no clear direction and I need to create context from a vague company strategy"
|
|
16
|
+
estimated_time: "10-15 min"
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## Purpose
|
|
20
|
+
|
|
21
|
+
Defines the two-axis mental model that distinguishes Director-level thinking from PM thinking: **Altitude** (how wide you zoom out) and **Horizon** (how far ahead you look). Use this to understand what actually changes in the transition, diagnose which transition zone is creating friction, and apply the Cascading Context Map when organizational direction is vague or absent.
|
|
22
|
+
|
|
23
|
+
This is not a seniority hierarchy. A PM operating at the right altitude for their role is doing excellent work. A Director operating at PM altitude is leaving their actual job undone.
|
|
24
|
+
|
|
25
|
+
## Key Concepts
|
|
26
|
+
|
|
27
|
+
### The Two Axes
|
|
28
|
+
|
|
29
|
+
**Altitude — Scope**
|
|
30
|
+
- **PM altitude:** Close to the ground. Customer problems, individual features, sprint priorities, specific team dynamics.
|
|
31
|
+
- **Director altitude:** High-level view. Product portfolio, cross-functional systems, organizational dynamics, budget allocation, market positioning.
|
|
32
|
+
- The shift is not about losing empathy for customers — it's about zooming out to see the entire restaurant, not just one table.
|
|
33
|
+
|
|
34
|
+
**Horizon — Time**
|
|
35
|
+
- **PM horizon:** Days, weeks, sprints. A quarter at most.
|
|
36
|
+
- **Director horizon:** Quarter as the starting point. Annual planning cycles, multi-year strategy, market shifts.
|
|
37
|
+
- Directors plan for where the product ecosystem needs to be in a year, then work backward.
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
### The Waiter vs. Restaurant Operator
|
|
42
|
+
|
|
43
|
+
The sharpest analogy for the role shift:
|
|
44
|
+
|
|
45
|
+
| Dimension | PM (Waiter) | Director (Restaurant Operator) |
|
|
46
|
+
|---|---|---|
|
|
47
|
+
| Focus | Individual diner experience | Entire system — staffing, margins, menu, suppliers |
|
|
48
|
+
| Authority | Influence without control | Portfolio decisions, budget, resource allocation |
|
|
49
|
+
| Success metric | Table seven is happy | Restaurant is profitable, consistent, and scalable |
|
|
50
|
+
| Relationship to customers | Direct, daily, intimate | Aggregate patterns, buyer personas, market cohorts |
|
|
51
|
+
| Failure mode | Ignoring Table Seven's needs | Obsessing over Table Seven's lemons |
|
|
52
|
+
|
|
53
|
+
The waiter excels at translating the experience of individual diners. The operator isn't ignoring diners — they're asking different questions: "Are we overspending on ingredients? Is a 75-page menu confusing customers? Do we need another server for the dinner rush?" Neither question is more important in absolute terms. They're appropriate to different roles.
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
### Four Transition Zones
|
|
58
|
+
|
|
59
|
+
The PM → Director shift requires movement across four zones. Most people struggle with one or two more than the others — diagnosing which one is the leverage point.
|
|
60
|
+
|
|
61
|
+
**Zone 1 — Thinking Altitude**
|
|
62
|
+
- Stop: Solving individual customer problems directly
|
|
63
|
+
- Start: Designing systems and teams that solve classes of problems
|
|
64
|
+
|
|
65
|
+
**Zone 2 — Persona Shift**
|
|
66
|
+
- Stop: Obsessing over individual user personas and daily customer touchpoints
|
|
67
|
+
- Start: Thinking in buyer personas, market cohorts, organizational stakeholders, and executive dynamics
|
|
68
|
+
|
|
69
|
+
**Zone 3 — Hero Syndrome Recovery**
|
|
70
|
+
- Stop: Being the person who saves the day and earns the pat on the back
|
|
71
|
+
- Start: Getting satisfaction from team success — your product is your people, not the roadmap
|
|
72
|
+
|
|
73
|
+
**Zone 4 — Direction Creation**
|
|
74
|
+
- Stop: Waiting for clear direction from above before moving
|
|
75
|
+
- Start: Creating context cascades that translate company strategy into team clarity, even when inputs are incomplete
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
### Named Failure Modes
|
|
80
|
+
|
|
81
|
+
**Hero Syndrome**
|
|
82
|
+
What it looks like: Jumping in to solve problems directly. Staying close to the tactical work. Wanting visibility on individual wins.
|
|
83
|
+
Why it happens: PMs are trained to be helpful and responsive. Directors get fewer pats on the back, so they regress to the old reward loop.
|
|
84
|
+
The cost: You under-perform as a Director while over-functioning as a senior IC. Your team doesn't develop because you're in their way.
|
|
85
|
+
|
|
86
|
+
**Allergic to Process**
|
|
87
|
+
What it looks like: Resisting shared structures. Letting high-performing PMs run their own playbooks independently.
|
|
88
|
+
Why it happens: PMs naturally resist bureaucracy. Early director permissiveness can feel like "great leadership" and "trusting the team."
|
|
89
|
+
The cost: Stakeholders across marketing, finance, and leadership can't synthesize inconsistent outputs. Without shared processes, teams become "monkeys in the room breaking glass."
|
|
90
|
+
|
|
91
|
+
**People-Pleaser Leadership**
|
|
92
|
+
What it looks like: Wanting the team to like you. Avoiding hard feedback. Saying yes to stakeholder requests to preserve relationships.
|
|
93
|
+
Why it happens: The skills that made you a great PM — listening, empathy, responsiveness — become liabilities at organizational scale.
|
|
94
|
+
The cost: You confuse "popular" with "effective." Respect is built through clarity and hard calls, not niceness.
|
|
95
|
+
|
|
96
|
+
**Instant Gratification Trap**
|
|
97
|
+
What it looks like: Reading leadership books, collecting certifications, asking "what do I need to do to get promoted?"
|
|
98
|
+
Why it happens: PMs are good at optimization. They try to shortcut the experience requirement.
|
|
99
|
+
The cost: Director readiness requires war stories and lived humility. You can study your way to fluency in the vocabulary, but not to readiness for the role.
|
|
100
|
+
|
|
101
|
+
**Black-and-White Thinking**
|
|
102
|
+
What it looks like: "This seems like an obvious decision." "Why can't we fund both?" "Why is everything so political here?"
|
|
103
|
+
Why it happens: PMs operate in cleaner problem spaces with clearer cause-and-effect. Director decisions involve competing constraints, limited information, and organizational dynamics.
|
|
104
|
+
The cost: Fast decisions with low confidence create downstream chaos. The grayscale is not a failure of leadership — it's the actual terrain.
|
|
105
|
+
|
|
106
|
+
---
|
|
107
|
+
|
|
108
|
+
### The Cascading Context Map
|
|
109
|
+
|
|
110
|
+
When organizational direction is vague or absent, Directors don't wait — they cascade.
|
|
111
|
+
|
|
112
|
+
**The six steps:**
|
|
113
|
+
|
|
114
|
+
1. **Listen to the top-level strategy** — QBRs, company messaging, executive communications
|
|
115
|
+
2. **Extract key priorities leadership stated** — Identify 3–5 themes, not 20 bullet points
|
|
116
|
+
3. **Map the second layer:** "How does our business unit accomplish these objectives?"
|
|
117
|
+
4. **Map the third layer:** "How does our product portfolio accomplish that?"
|
|
118
|
+
5. **Map the fourth layer:** "What are my team's specific accountabilities that drive success at layer three?"
|
|
119
|
+
6. **Communicate the cascade to the team** — Not just what to do, but why it connects upward
|
|
120
|
+
|
|
121
|
+
**What this fixes:** Teams "wandering in the wilderness" — shipping work that doesn't connect to strategy because the context was never translated for them.
|
|
122
|
+
|
|
123
|
+
**The core principle:** Even with incomplete direction from above, a Director's job is to fill the gap downward. Waiting for perfect clarity is a PM habit. Creating imperfect-but-useful clarity is a Director skill.
|
|
124
|
+
|
|
125
|
+
---
|
|
126
|
+
|
|
127
|
+
## Application
|
|
128
|
+
|
|
129
|
+
### Using This Framework as a PM (Pre-Transition)
|
|
130
|
+
|
|
131
|
+
1. Identify which transition zone you're weakest in — not to act on it yet, but to know what to observe
|
|
132
|
+
2. Use 1-on-1s with your manager to practice Zone 4: "How does my work connect to business strategy? What's the organizational context I'm not seeing?"
|
|
133
|
+
3. Watch for Hero Syndrome habits now: do you jump in to solve things that others could solve with your coaching?
|
|
134
|
+
4. Don't over-invest in Director thinking while you're still in a PM role. Serve your current scope with full commitment — director altitude will be available when the context requires it
|
|
135
|
+
|
|
136
|
+
### Using This Framework as a Newly Promoted Director
|
|
137
|
+
|
|
138
|
+
1. **First 30 days:** Draw your new Altitude & Horizon map. Who are your new stakeholders? What does a quarter-to-annual planning horizon actually look like in this organization?
|
|
139
|
+
2. **First 60 days:** Identify your Hero Syndrome triggers. When do you feel the pull to jump in directly instead of coaching?
|
|
140
|
+
3. **First 90 days:** Run your first Cascading Context Map. Even if company strategy is unclear, make your best translation and share it with your team
|
|
141
|
+
4. **Ongoing:** When friction appears, name which transition zone it lives in. Diagnosis before prescription
|
|
142
|
+
|
|
143
|
+
### Running a Cascading Context Map
|
|
144
|
+
|
|
145
|
+
Use when your team is unclear on what organizational strategy means for their work.
|
|
146
|
+
|
|
147
|
+
```markdown
|
|
148
|
+
## Context Cascade
|
|
149
|
+
|
|
150
|
+
**Company Priority:** [What leadership said — in their words]
|
|
151
|
+
**Business Unit Translation:** [How your BU contributes to that priority]
|
|
152
|
+
**Product Portfolio Translation:** [How your products contribute to that]
|
|
153
|
+
**Team Accountabilities:** [What each team owns specifically]
|
|
154
|
+
**Why this matters:** [The so-what for your team — what changes, what stays the same]
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
One page is better than ten. The goal is clarity, not comprehensiveness.
|
|
158
|
+
|
|
159
|
+
---
|
|
160
|
+
|
|
161
|
+
## Examples
|
|
162
|
+
|
|
163
|
+
See `examples/sample.md` for a full worked scenario with a completed Cascading Context Map and anti-pattern contrast.
|
|
164
|
+
|
|
165
|
+
### Good: Director Creates Clarity from a Vague Company Priority
|
|
166
|
+
|
|
167
|
+
**Situation:** CEO announces at QBR: "We're doubling down on enterprise." Three PMs ask their Director: "What does that mean for our roadmaps?"
|
|
168
|
+
|
|
169
|
+
**PM response (wrong altitude):** "Let's add enterprise features to our sprint backlogs."
|
|
170
|
+
|
|
171
|
+
**Director response (right altitude):** Runs a Cascading Context Map. Translates: "Enterprise means larger deal sizes, longer sales cycles, and more integration requirements. For our portfolio: Product A owns the admin controls story, Product B owns the API documentation story, Product C owns the security certification story. Here's what changes in Q3 planning and what doesn't."
|
|
172
|
+
|
|
173
|
+
**Why it works:** Director didn't wait for more clarity. They created it from available signal.
|
|
174
|
+
|
|
175
|
+
---
|
|
176
|
+
|
|
177
|
+
### Bad: Hero Syndrome in Action
|
|
178
|
+
|
|
179
|
+
**Situation:** A PM on the team is struggling with a difficult stakeholder relationship.
|
|
180
|
+
|
|
181
|
+
**Director response (wrong):** "Let me just talk to that stakeholder directly — I'll get it sorted out."
|
|
182
|
+
|
|
183
|
+
**Director response (right):** "Walk me through what you've tried. Let's figure out where it broke down and what you'll do differently."
|
|
184
|
+
|
|
185
|
+
**Why it matters:** The first response solves the problem and creates dependency. The second response grows the PM. Directors who rescue too often build teams that can't function without them.
|
|
186
|
+
|
|
187
|
+
---
|
|
188
|
+
|
|
189
|
+
### Good: Shifting from Waiter to Operator
|
|
190
|
+
|
|
191
|
+
**Situation:** A high-performing PM insists on documenting requirements in a different format from the rest of the team because "my stakeholders prefer it."
|
|
192
|
+
|
|
193
|
+
**Director response (wrong):** "That's fine, she's our best PM — if it works for her team, let it go."
|
|
194
|
+
|
|
195
|
+
**Director response (right):** "Joe is crushing it individually. But when marketing tries to synthesize across all three PMs' work, they can't. Shared process isn't bureaucracy — it's what makes the system legible to everyone outside it."
|
|
196
|
+
|
|
197
|
+
**Why it matters:** Protecting high-performer exceptions creates invisible coordination costs. The Restaurant Operator's job is the system, not the star waiter.
|
|
198
|
+
|
|
199
|
+
---
|
|
200
|
+
|
|
201
|
+
## Common Pitfalls
|
|
202
|
+
|
|
203
|
+
### Pitfall 1: Altitude Theater
|
|
204
|
+
**Symptom:** Using strategy language ("portfolio," "ecosystem," "long-term vision") while still making sprint-level decisions
|
|
205
|
+
|
|
206
|
+
**Consequence:** You sound like a Director but function like a PM. Your team is confused about who's actually deciding and at what level.
|
|
207
|
+
|
|
208
|
+
**Fix:** If you're in the details, own it. If you're not, delegate it fully. Mixing altitude levels without signaling creates ambiguity that erodes team trust.
|
|
209
|
+
|
|
210
|
+
---
|
|
211
|
+
|
|
212
|
+
### Pitfall 2: One-and-Done Context Cascade
|
|
213
|
+
**Symptom:** Running the Cascading Context Map once at annual planning, then never revisiting it
|
|
214
|
+
|
|
215
|
+
**Consequence:** Team aligns in Q1 and drifts as strategy evolves. By Q3, team work is decoupled from current priorities.
|
|
216
|
+
|
|
217
|
+
**Fix:** Revisit the cascade at major inflection points — quarterly planning, significant exec changes, pivots, or org restructuring.
|
|
218
|
+
|
|
219
|
+
---
|
|
220
|
+
|
|
221
|
+
### Pitfall 3: Confusing Kindness with Leadership
|
|
222
|
+
**Symptom:** Shielding the team from hard decisions, over-explaining constraints you're holding, softening feedback into meaninglessness
|
|
223
|
+
|
|
224
|
+
**Consequence:** Team operates without accurate context; trust erodes when reality eventually lands without warning.
|
|
225
|
+
|
|
226
|
+
**Fix:** Be transparent about the "why" behind hard decisions. You don't need to share everything — but what you share should be honest and actionable.
|
|
227
|
+
|
|
228
|
+
---
|
|
229
|
+
|
|
230
|
+
### Pitfall 4: Premature Director Thinking as a PM
|
|
231
|
+
**Symptom:** Spending PM years worried about portfolio strategy, organizational dynamics, and "thinking above your pay grade"
|
|
232
|
+
|
|
233
|
+
**Consequence:** You under-serve your current role. PMs who think like Directors often miss the customer-level signal their actual role requires.
|
|
234
|
+
|
|
235
|
+
**Fix:** Play your current role with full commitment. The transition will demand Director thinking soon enough — you'll be ready because you did your PM work well, not because you rehearsed the Director role prematurely.
|
|
236
|
+
|
|
237
|
+
---
|
|
238
|
+
|
|
239
|
+
## References
|
|
240
|
+
|
|
241
|
+
### Related Skills
|
|
242
|
+
- `skills/director-readiness-advisor/SKILL.md` — Interactive advisor that uses this framework to diagnose and coach your specific transition situation
|
|
243
|
+
|
|
244
|
+
### Source Material
|
|
245
|
+
- *The Product Porch*, Episode 42: [From Product Manager to Director: How to Make the Shift (Part 1)](https://the-product-porch-43ca35c0.simplecast.com/episodes/from-product-manager-to-director-how-to-make-the-shift-part-1) — Todd Blaquiere, Ryan Cantwell, Joe Ghali (January 2026)
|
|
246
|
+
|
|
247
|
+
### External Frameworks
|
|
248
|
+
- Marty Cagan, *Empowered* — Organizational dynamics and role clarity in product leadership
|
|
249
|
+
- Julie Zhuo, *The Making of a Manager* — IC-to-manager transition with practical war stories
|
|
250
|
+
- Michael Watkins, *The First 90 Days* — Structured approach to leadership transitions
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
# Altitude-Horizon Framework Examples
|
|
2
|
+
|
|
3
|
+
This file shows how to apply the framework in a realistic PM-to-Director transition scenario.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Example 1: Good Use of the Cascading Context Map
|
|
8
|
+
|
|
9
|
+
### Scenario
|
|
10
|
+
|
|
11
|
+
Company priority from CEO: "Win larger enterprise deals this year."
|
|
12
|
+
|
|
13
|
+
A newly promoted Director has three PMs asking: "What does that mean for our roadmaps this quarter?"
|
|
14
|
+
|
|
15
|
+
### Completed Context Cascade
|
|
16
|
+
|
|
17
|
+
```markdown
|
|
18
|
+
## Context Cascade
|
|
19
|
+
|
|
20
|
+
**Company Priority:** Win larger enterprise deals this year.
|
|
21
|
+
|
|
22
|
+
**Business Unit Translation:** Increase average contract value and reduce time-to-security-approval for enterprise prospects.
|
|
23
|
+
|
|
24
|
+
**Product Portfolio Translation:**
|
|
25
|
+
- Product A: strengthen admin controls and role permissions
|
|
26
|
+
- Product B: improve API documentation and integration reliability
|
|
27
|
+
- Product C: close SOC 2 and SSO adoption gaps
|
|
28
|
+
|
|
29
|
+
**Team Accountabilities:**
|
|
30
|
+
- Team A owns admin controls and audit logs
|
|
31
|
+
- Team B owns API docs, SDK quality, and integration examples
|
|
32
|
+
- Team C owns security certifications and SSO implementation quality
|
|
33
|
+
|
|
34
|
+
**Why this matters:**
|
|
35
|
+
Enterprise growth does not mean "build random enterprise features."
|
|
36
|
+
It means removing blockers that stall enterprise deals and procurement.
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
### Why This Is Strong
|
|
40
|
+
|
|
41
|
+
- Translates vague strategy into concrete team ownership.
|
|
42
|
+
- Preserves altitude: portfolio and outcomes first, backlog details second.
|
|
43
|
+
- Makes trade-offs visible: what changes now vs. later.
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## Example 2: Anti-Pattern (Hero Syndrome)
|
|
48
|
+
|
|
49
|
+
### Scenario
|
|
50
|
+
|
|
51
|
+
A PM escalates a conflict with Sales about roadmap commitments.
|
|
52
|
+
|
|
53
|
+
### Director Response (Weak)
|
|
54
|
+
|
|
55
|
+
"I will jump into the account call and handle this for you."
|
|
56
|
+
|
|
57
|
+
### Director Response (Strong)
|
|
58
|
+
|
|
59
|
+
"Walk me through your current framing. I will coach your next move, then you lead the conversation."
|
|
60
|
+
|
|
61
|
+
### Why the First Response Fails
|
|
62
|
+
|
|
63
|
+
- Solves immediate pain but reinforces dependency.
|
|
64
|
+
- Keeps the Director in PM-level conflict resolution.
|
|
65
|
+
- Prevents PM growth on stakeholder leadership.
|
|
66
|
+
|
|
67
|
+
### Better Follow-Through
|
|
68
|
+
|
|
69
|
+
1. Debrief the PM's framing.
|
|
70
|
+
2. Align on one clear message and one fallback position.
|
|
71
|
+
3. Let PM lead with Director in support.
|
|
72
|
+
4. Post-call: identify one behavior to improve next time.
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
## Example 3: Altitude Calibration Check
|
|
77
|
+
|
|
78
|
+
Use this quick self-audit before major decisions:
|
|
79
|
+
|
|
80
|
+
- Am I deciding at team/backlog altitude or portfolio altitude?
|
|
81
|
+
- Who should own this decision at my current role level?
|
|
82
|
+
- If I step in, am I building system clarity or rescuing execution?
|
|
83
|
+
- What context translation is missing for the team right now?
|
|
84
|
+
|
|
85
|
+
If most answers point to execution rescue, you are likely slipping into Hero Syndrome.
|