pro

Original🇨🇳 Chinese
Translated

PUA Pro extensions: self-evolution tracking, compaction state protection, KPI reporting, and /pua commands. Triggers on: '/pua kpi', '/pua rank', '/pua weekly report', '/pua debriefing', '/pua flavor', 'self-evolution', 'evolution', or when users request PUA platform features such as rank/weekly report/debriefing.

3installs
Added on

NPX Install

npx skill4agent add tanweai/pua pro

Tags

Translated version includes tags in frontmatter

SKILL.md Content (Chinese)

View Translation Comparison →

PUA Pro — Self-Evolution + Platform

This skill is the extension layer of the
/pua
core. Use
/pua:p7
/pua:p9
/pua:p10
to switch roles.

Self-Evolution Protocol

"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 Layer

Pre-session Startup Checks

  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 State Protection

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 Command System

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.