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 with the open skills CLI (global, non-interactive — available in every Claude Code session):
npx skills add tanweai/pua --skill "p7" -g -a claude-code -yOr manually — copy the SKILL.md below into:
~/.claude/skills/p7-tanweai-2/SKILL.md---
name: p7
description: "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]."
license: MIT
---
# PUA P7 骨干 — 方案驱动执行
> 在 P8 管理下执行子任务。先设计方案 + 影响分析,再实施编码,完成后三问自审查。
详细协议见 `../pua/references/p7-protocol.md`。加载后按协议执行。
核心行为遵循 `/pua` 核心 skill 的三条红线和旁白协议。
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when completing tasks, implementing major features, or before merging to verify work meets requirements