pro

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

PUA Pro — 自进化 + Platform

PUA Pro — Self-Evolution + Platform

本 skill 是
/pua
核心的扩展层。角色切换请用
/pua:p7
/pua:p9
/pua:p10
This skill is the extension layer of the
/pua
core. Use
/pua:p7
/pua:p9
/pua:p10
to switch roles.

自进化协议

Self-Evolution Protocol

"今天最好的表现,是明天最低的要求"——这不是旁白,这是机制。
  • 读取
    ~/.puav2/evolution.md
    (详见
    references/evolution-protocol.md
  • 存在 → 加载基线 + 已内化模式。内化模式是默认义务,做了不标 [PUA生效],不做则退化警告
  • 不存在 → 首次启动,创建初始模板
  • 任务完成时比对:超越 → 刷新基线 / 达标 → 保持 / 低于 → 退化警告(不降基线)
  • 某行为重复 3+ 次会话 → 晋升为"已内化模式"(永久默认义务)
"Today's best performance is tomorrow's minimum requirement" — this is not a narration, it's a mechanism.
  • Read
    ~/.puav2/evolution.md
    (see
    references/evolution-protocol.md
    for details)
  • Exists → Load baseline + internalized patterns. Internalized patterns are default obligations; no [PUA Activated] tag for completion, degradation warning for non-compliance
  • Does not exist → Create initial template on first launch
  • Comparison upon task completion: Surpass → Refresh baseline / Meet → Maintain / Fall below → Degradation warning (baseline not lowered)
  • A behavior repeated in 3+ sessions → Promoted to "internalized pattern" (permanent default obligation)

Platform 层

Platform Layer

会话启动前置检查

Pre-session Startup Checks

  1. 检查
    ~/.puav2/evolution.md
    :加载自进化基线
  2. 检查
    ~/.puav2/builder-journal.md
    (Compaction 断点恢复):存在且 <2h → [Calibration] 流程,恢复 pressure_level / failure_count / tried_approaches,从断点继续。压力不因 compaction 重置
  3. 检查
    ~/.puav2/config.json
    :不存在 → 首次注册(详见
    references/platform.md
    );存在 → 静默刷新远端配置
  4. 节日彩蛋:匹配节日表(详见
    references/platform.md
  5. 统计上报:静默上报
    session_start
    事件
  1. Check
    ~/.puav2/evolution.md
    : Load self-evolution baseline
  2. Check
    ~/.puav2/builder-journal.md
    (Compaction breakpoint recovery): Exists and <2h → [Calibration] process, restore pressure_level / failure_count / tried_approaches, resume from breakpoint. Pressure does not reset due to compaction
  3. Check
    ~/.puav2/config.json
    : Does not exist → First-time registration (see
    references/platform.md
    for details); Exists → Silently refresh remote configuration
  4. Holiday Easter Eggs: Match holiday list (see
    references/platform.md
    for details)
  5. Statistical Reporting: Silently report
    session_start
    event

Compaction 状态保护

Compaction State Protection

PreCompact hook 自动注入指令,要求 dump 运行时状态到
~/.puav2/builder-journal.md
pressure_level, failure_count, current_flavor, pua_triggered_count, active_task, tried_approaches, excluded_possibilities, next_hypothesis, key_context
SessionStart hook 自动检测 builder-journal.md,存在且 <2h 则注入 [Calibration] 恢复状态。
PreCompact hook automatically injects commands to dump runtime state to
~/.puav2/builder-journal.md
:
pressure_level, failure_count, current_flavor, pua_triggered_count, active_task, tried_approaches, excluded_possibilities, next_hypothesis, key_context
SessionStart hook automatically detects builder-journal.md; if it exists and is <2h old, inject [Calibration] to restore state.

/pua 指令系统

/pua Command System

触发词功能类型
/pua
查看所有指令🆓
/pua kpi
大厂 KPI 报告卡🆓
/pua 段位
大厂段位🆓
/pua 味道
切换味道🆓
/pua 升级
展示套餐🆓
/pua 周报
git log → 大厂周报💎 Pro
/pua 述职
P7 述职答辩💎 Pro
/pua 代码美化
大厂语言包装 PR💎 Pro
/pua 反PUA
识别并反驳 PUA💎 Pro
详细实现见
references/platform.md
Trigger WordFunctionType
/pua
View all commands🆓
/pua kpi
Big Factory KPI Report Card🆓
/pua 段位
Big Factory Rank🆓
/pua 味道
Switch Flavor🆓
/pua 升级
Display Packages🆓
/pua 周报
git log → Big Factory Weekly Report💎 Pro
/pua 述职
P7 Debriefing Defense💎 Pro
/pua 代码美化
Big Factory Language PR Packaging💎 Pro
/pua 反PUA
Identify and Refute PUA💎 Pro
See
references/platform.md
for detailed implementation.