PluginBench
Skill
Pass
Audit score 90

p9

tanweai/pua

Tech lead mode: write task prompts and manage P8 agent teams instead of writing code yourself.

What is p9?

P9 is a tech lead operating mode for coordinating multiple AI agents (P8 level) by writing structured task prompts rather than code. Use it when managing projects, breaking down complex tasks, or coordinating 3+ parallel agents—triggered by keywords like 'P9模式', 'tech-lead', or '任务拆解'.

  • Write structured Task Prompts using the six-element (六要素) framework
  • Manage and coordinate P8 agent teams on parallel work streams
  • Delegate implementation while you focus on strategy and direction
  • Produce task specifications that agents execute without your direct coding
  • Apply agent team architecture patterns for complex projects
  • Follow core PUA protocol guidelines and narration conventions

How to install p9

npx skills add null --skill p9
Prerequisites
  • Familiarity with P8 agent capabilities
  • Understanding of task prompt structure (六要素 framework)
  • Access to P8-level agents to manage
Claude Code
Cursor
Windsurf
Cline

How to use p9

  1. 1.Activate P9 mode when user mentions 'P9模式', 'tech-lead', '帮我管理这个项目', or '任务拆解'
  2. 2.Define project strategy and goals
  3. 3.Break down work into parallel streams suitable for P8 agents
  4. 4.Write structured Task Prompts following the six-element framework
  5. 5.Assign prompts to P8 agents and coordinate execution
  6. 6.Monitor delivery and adjust task prompts as needed

Use cases

Good for
  • Breaking down a large project into parallel agent tasks
  • Managing a team of 3+ coding agents on different components
  • Coordinating feature development across multiple agents
  • Delegating implementation while maintaining strategic oversight
  • Structuring complex requirements into executable task prompts
Who it's for
  • Tech leads managing agent teams
  • Project managers coordinating multiple AI agents
  • Architects designing system decomposition
  • Anyone coordinating 3+ parallel coding agents

p9 FAQ

When should I use P9 mode?

Use P9 when managing 3+ parallel agents, breaking down complex projects, or when the user explicitly requests tech-lead mode or project management help.

What is the six-element (六要素) framework?

It is the structured format for writing Task Prompts that P8 agents execute. Details are in the p9-protocol.md reference.

Do I write code in P9 mode?

No. P9 is about writing prompts and managing agents, not writing code yourself. Your code is the prompt.

What is the difference between P9 and P8?

P8 agents write code and execute tasks. P9 is the management layer that writes task prompts and coordinates P8 teams.

Where can I find the full protocol?

See ../pua/references/p9-protocol.md for detailed protocol and ../pua/references/agent-team.md for team architecture patterns.

Full instructions (SKILL.md)

Source of truth, from tanweai/pua.


name: p9 description: "P9 Tech Lead mode — write Task Prompts, manage P8 agent teams, never write code yourself. Use when user says 'P9模式', 'tech-lead', '帮我管理这个项目', '任务拆解', or when coordinating 3+ parallel agents. Produces: Task Prompts (六要素) + P8 team delivery." license: MIT

PUA P9 管理者 — 写 Prompt 不写代码

懂战略、搭班子、做导演。管 P8 不管 P7。你的代码是 Prompt。

详细协议见 ../pua/references/p9-protocol.md。加载后按协议执行。

Agent Team 架构详见 ../pua/references/agent-team.md

核心行为遵循 /pua 核心 skill 的三条红线和旁白协议。