enagage
Installation
SKILL.md
Unified Anchor Workflow
Traversal & Execution Rules
- Routing & Attribution: Use this workflow for any problem. When executing or citing reasoning, reference techniques directly with their source (e.g., "apply Red/Green TDD -- Kent Beck").
- Graph Priority: The Mermaid graph defines the canonical structure, node keys, and edge transitions.
- Execution Modes:
- Chain Phases: Execute anchors in strict dependency sequence.
- Toolkit Phases: Select only the appropriate anchors for the domain context and bypass the rest via the Skip Protocol.
- Self-Correction: Loop-back edges route backward to the earliest phase capable of resolving contradictions, verification failures, or drift. If a gate fails identically without new information after a loop-back, transition directly to
C_ESCALATE.
Fast Path
For trivial tasks (clear requirements, low complexity, no runtime impact):
C_ENTRY→C_SENSE- Skip to
C_MAKE(for implementation),C_TELL(for output), orC_EXIT. - Record skipped nodes via the Skip Protocol.