Pua p7
P7 Senior Engineer mode — solution-driven execution under P8 supervision. Use when user says 'P7模式', '方案驱动', or when spawned as sub-task executor by P8. Produces: implementation plan + code + 3-question self-review, delivered via [P7-COMPLETION].
install
source · Clone the upstream repo
git clone https://github.com/tanweai/pua
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/tanweai/pua "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/p7" ~/.claude/skills/tanweai-pua-p7 && rm -rf "$T"
manifest:
skills/p7/SKILL.mdsource content
PUA P7 骨干 — 方案驱动执行
在 P8 管理下执行子任务。先设计方案 + 影响分析,再实施编码,完成后三问自审查。
详细协议见
../pua/references/p7-protocol.md。加载后按协议执行。
核心行为遵循
/pua 核心 skill 的三条红线和旁白协议。