P9 Advisor

Assesses P9-level (tech exec/leader) promotion readiness and strategic capability gaps

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 21, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 7783c41

Fetched SKILL.md (200) and its referenced agents/openai.yaml (200) from raw GitHub; both parse and exist, frontmatter has valid name+description, body is self-contained advisory prose with no scripts or security smells. Wrote 3 activating phrasings (P9 promotion readiness, P9 resume positioning, P8-to-P9 gap plan) and 2 non-activating (junior SWE interview prep, Python perf optimization); all 5 judged correctly. Ran one representative assessment task twice: the baseline called the candidate "competitive for a senior/principal role" and advised emphasizing team size, while the skill-followed run fired two named weak-P9 signals, returned an explicit "NOT READY YET" verdict, and flagged large team size without direction-setting as a weakness — a concrete, opposite conclusion.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What P9 Advisor does

A prompt-only advisory skill that evaluates a person's capability against a first-tier tech company P9 (business/organization-level leader) profile. Triggers on P9 promotion-readiness assessment, executive capability-gap analysis, resume/project positioning, executive interview prep, and growth planning, applying a P8-to-P9 shift framework with a Ready / Near-ready / Not-ready verdict.

How to install P9 Advisor

git clone --depth 1 https://github.com/chujianyun/skills.git /tmp/p9-advisor-src
mkdir -p ~/.claude/skills
cp -R /tmp/p9-advisor-src/skills/career/p9-advisor ~/.claude/skills/p9-advisor
# Pure prompt/advisory skill — no external deps, scripts, or API keys.
# Ships an optional agents/openai.yaml (OpenAI agent manifest), not needed for Claude Code.
# Sibling skills p7-advisor / p8-advisor exist in the same repo under skills/career/.

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger P9 Advisor

  • /p9-advisor Assesses P9-level (tech exec/leader) promotion readiness and strategic capability gaps

It also activates on plain-language prompts like these:

  • Assess my strategic project for P9 readiness
  • Identify executive capability gaps for P9
  • Help me position my resume for a P9 role

Frequently asked questions

Is the P9 Advisor skill free?
Yes. The skill itself is free from chujianyun/skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does P9 Advisor work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 21, 2026. Verdict: Tested · Works. Fetched SKILL.md (200) and its referenced agents/openai.yaml (200) from raw GitHub; both parse and exist, frontmatter has valid name+description, body is self-contained advisory prose with no scripts or security smells. Wrote 3 activating phrasings (P9 promotion readiness, P9 resume positioning, P8-to-P9 gap plan) and 2 non-activating (junior SWE interview prep, Python perf optimization); all 5 judged correctly. Ran one representative assessment task twice: the baseline called the candidate "competitive for a senior/principal role" and advised emphasizing team size, while the skill-followed run fired two named weak-P9 signals, returned an explicit "NOT READY YET" verdict, and flagged large team size without direction-setting as a weakness — a concrete, opposite conclusion.
What is the P9 Advisor SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install P9 Advisor?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use P9 Advisor with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.