pov

Installation
SKILL.md

/pov — Point-of-View Synthesis

/pov is a turn manager, not a one-shot. Each turn produces raw output, declares its successor, and stops. This is unfolding — prevents the model from simulating conclusions without doing the generative work.

When to use

  • Decision synthesis between 2-N options
  • Strategic alignment across competing perspectives
  • Terminology lockdown, IR design, vocabulary choice
  • Conflict resolution where framing diversity > model independence

When NOT to use

  • Facts under dispute → /cdo (model independence catches blind spots)
  • Code review / audit → /review or /security-review
  • Single-chain reasoning → /think
  • Parallel model comparison → /tribunal

The 4-turn protocol

Installs
1
Repository
lev-os/agents
GitHub Stars
22
First Seen
Jul 16, 2026
pov — lev-os/agents