chromatic-walk

Coordinate three-agent codebase exploration using GF(3)-balanced prime geodesics.

60|13|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/plurigrid/asi --skill chromatic-walk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chromatic-walk
Source: https://github.com/plurigrid/asi/tree/main/skills/chromatic-walk
Command: npx skills add https://github.com/plurigrid/asi --skill chromatic-walk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables 3 parallel agents to explore codebase improvements using GF(3)-balanced derivation chains.

Core Features & Use Cases

  • Prime geodesic walk across code improvements
  • Seed-chaining across Generator, Coordinator, Validator
  • GF(3) conservation invariants throughout exploration
  • Goblin integration as a coordination role

Quick Start

just chromatic-walk seed=1069

Frequently Asked Questions about chromatic-walk

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

FAQPage Schema
How do I coordinate multi-agent codebase exploration across multiple roles?

Multi-agent codebase exploration uses three coordinated agents—Generator, Coordinator, and Validator—to systematically walk through code improvements. Chromatic-walk applies GF(3)-balanced derivation chains to maintain conservation invariants while each agent guides seed initialization, transport, and verification across genesis steps.

What is a GF(3)-balanced prime geodesic walk and when do I need it?

A GF(3)-balanced prime geodesic walk is a non-backtracking traversal that preserves finite-field arithmetic invariants across codebase exploration. You need it when coordinating multiple agents on code improvements where maintaining mathematical conservation properties throughout the derivation chain is critical.

How do I start a multi-agent codebase improvement workflow?

Initialize a chromatic walk by providing a seed value to begin the derivation chain. Run `just chromatic-walk seed=1069` to start; the Generator, Coordinator, and Validator agents then proceed through Genesis, Propose, Formalize, Verify, and Commit phases, stepping through improvements while maintaining GF(3) invariants.

What phases does the multi-agent coordination workflow follow?

The workflow progresses through five phases: Genesis initializes seed derivation, Propose generates improvement candidates, Formalize structures the proposals, Verify checks invariants and constraints, and Commit finalizes accepted changes. Each phase involves the three agents enforcing GF(3) conservation across the codebase exploration.

Can I use multi-agent exploration without understanding the mathematical framework?

Chromatic-walk requires understanding GF(3) conservation and seed derivation formulas to correctly configure agents and validate results. Entry barrier is moderate; you need familiarity with finite-field arithmetic and non-backtracking walk concepts to troubleshoot invariant violations during exploration.