p9

$npx mdskill add tanweai/pua/p9

Manages agent teams and writes task prompts for project coordination

  • Solves complex project coordination and task decomposition needs
  • Uses P8 agents and predefined protocols for team execution
  • Analyzes user input to generate structured Task Prompts (六要素)
  • Delivers Task Prompts and orchestrates parallel agent delivery
SKILL.md
.github/skills/p9View on GitHub ↗
---
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 的三条红线和旁白协议。
More from tanweai/pua