Agent Skills: DPD System

Work with Dynamic Prime Directive (DPD) system - analyze empathy/coherence/dissonance weights, view DPD evolution history, debug weight calculations

UncategorizedID: yui-synth-lab/aenea-project/dpd

Install this agent skill to your local

pnpm dlx add-skill https://github.com/yui-synth-lab/aenea-project/tree/HEAD/.claude/skills/dpd

Skill Files

Browse the full folder contents for dpd.

Download Skill

Loading file tree…

.claude/skills/dpd/SKILL.md

Skill Metadata

Name
dpd
Description
Work with Dynamic Prime Directive (DPD) system - analyze empathy/coherence/dissonance weights, view DPD evolution history, debug weight calculations

DPD System

DPD weight evolutionの分析とデバッグ。

Key Files

Scores vs Weights

  • Scores: S4 evaluation (0.0-1.0 each)
  • Weights: System distribution (sum to 1.0)
  • Dashboard displays Weights

Quick Queries

# Current weights
sqlite3 data/aenea_consciousness.db "SELECT * FROM dpd_weights ORDER BY version DESC LIMIT 1;"

# API
curl "http://localhost:3000/api/consciousness/dpd/evolution?limit=50"

Detailed Reference

Types, algorithm, more queries: reference.md