values

Manage Archon behavioral rule priorities, tiers, conflicts, and lifecycle.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ste-bah/archon --skill values
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: values
Source: https://github.com/ste-bah/archon/tree/main/.claude/skills/values
Command: npx skills add https://github.com/ste-bah/archon --skill values

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Archon behavioral rule priorities, tiers, conflicts, and lifecycle.

Core Features & Use Cases

  • View active rules with rule_id, tier, score, and trend
  • Add new rules with an optional tier, archive or deprecate old rules, and reprioritize relationships
  • Detect and resolve conflicts within the rule DAG to maintain consistent behavior

Quick Start

Add a new behavioral rule using /values add <rule_text> [--tier <tier>] and monitor its status

Frequently Asked Questions about values

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage behavioral rule priorities and conflicts in Archon?▼

You can manage Archon behavioral rules by parsing /values commands to store rule metadata in the memory graph, tracking statuses, tiers, scores, and conflict edges to maintain consistent behavior across the rule DAG.

What is the best way to add and archive behavioral rules in a memory graph?▼

Add new behavioral rules using the /values add command with an optional tier parameter, then archive or deprecate old rules to reprioritize relationships. Rule metadata is stored and tracked directly within the memory graph.

How does conflict detection work within a behavioral rule DAG?▼

Conflict detection works by tracking conflict edges within the rule DAG to identify and resolve conflicts. This ensures behavioral consistency by managing rule priorities, tiers, and lifecycle events within the memory graph.

Can I view active behavioral rules and their current priority scores?▼

Yes, you can view active rules to see their rule_id, tier, score, and trend. The system tracks and displays this metadata by storing and querying the rule information from the memory graph.

Do I need a memory graph to track rule lifecycle and deprecation statuses?▼

Yes, a memory graph is required to store rule metadata and track statuses, tiers, scores, and conflict edges. It provides the underlying structure needed to detect conflicts and manage the behavioral rule lifecycle.