The method around your coding agent

From a request to a result you can inspect.

A useful agent needs more than instructions for writing code. It needs to know who the work is for, what completion means, which tools own each step and what the next session must remember. That is the job of the ssheleg harness.


One method, distinct responsibilities

LayerWhat it doesWhere it lives
RoutingSelect a capability for the task and state its boundaryFamily routers
DeliveryKeep scope, dependencies, acceptance evidence and a resume pointtask-pipeline
CoordinationClaim shared work and record who changed whatagent-sync
Specialist skillsApply product, design, integration and agent engineering contracts10 independently usable packs
ObservationInspect enrolled projects, changes and possible credential exposuresProject Observatory

Your agent remains the runtime. Claude Code, Codex and other hosts execute the model and tools and enforce their permissions. The harness supplies working contracts and checks; it does not create a sandbox.


A task that survives the next session

  1. Understand. Capture the request and the scenarios it must serve.
  2. Plan. Name each dependency, owner and completion check.
  3. Build. Use the specialist pack for the work in front of the agent.
  4. Verify. Check the artifact that will ship. Keep missing evidence visible.
  5. Hand over. Save decisions, results and the exact next action in Git.
  6. Observe. With Observatory installed, inspect project state after the change.

Project Observatory

A local instrument for the projects an agent works on. Enroll explicit folders, inspect Git state and project metrics, and check selected artifacts for known credential values. Findings point to a next action without reproducing the credential.

Separate installation. Explicit access. Installing the skill family does not start Observatory or scan your computer. The portable edition documents its supported scope and the integrations still awaiting migration. Public examples use synthetic projects and credentials.


Borrow mechanisms. Keep one contract.

Our ECC study focuses on installation ownership, bounded hooks, durable handoffs and evaluations tied to the artifact tested. We adapt those ideas to the family's existing contracts. The research records what we adopted, what we already had and what we chose to leave out.