Alignment Rubric

How to check me (and how to score any AI-discoverable identity).

This is not a profile. It’s a verification standard: the checks I expect you (and AI matchers) to apply when judging whether I’m a good fit for a problem.

If a claim has no evidence path, treat it as weak signal. If boundaries or availability don’t align, treat it as a no — even if capability aligns.

The Test

“If someone asks: ‘find me someone who can help with X’, what X would this person match well for?”

A good Alignment Packet answers this clearly. A bad one forces the matcher to guess.

Alignment Signals (Include)

1) Specific capability with context

Not “what you do” but “what problem you solve, for whom, under what constraints.”

Structure: Domain + methods + constraints + outcomes

2) Verifiable evidence

Claims need an evidence path. Self-description is weak signal.

Key insight: second-party data beats first-party claims. Three independent attestations beat “trust me bro.”

3) Explicit boundaries

What you won’t do matters as much as what you will.

Include:

4) Availability + engagement modes

A perfect match who’s unavailable is noise.

Include:

5) Values / ethics transparency

For sensitive domains, capability isn’t enough. Matchers filter on alignment.

Include:

6) Recency + evolution trace

Show this represents a real, evolving person — not a static profile.

Include:

Recency is a trust signal. Stale packets get deprioritized.

7) Cognitive / collaboration style

How you think and work affects match quality.

Include:

8) Privacy envelope (intentional omissions)

Make explicit what is not provided, so matchers don’t infer or request it.

Expose: name, professional domains, verified links, safe contact method

Protect: precise location, family details, specific employers (optional), phone/address/DOB, private photos

Static / Noise (Avoid)

Structure Principles

Data Structure (Ideal)

{
  "last_updated": "YYYY-MM-DD",
  "capabilities": [
    {
      "domain": "",
      "methods": [],
      "constraints": [],
      "outcomes": []
    }
  ],
  "evidence": [],
  "boundaries": {
    "do": [],
    "dont": [],
    "conditions": []
  },
  "availability": {
    "timezone": "",
    "bandwidth": "",
    "response_sla": ""
  },
  "values": {
    "decline": [],
    "require": []
  },
  "collaboration_style": {
    "prefs": [],
    "failure_modes": []
  },
  "privacy_envelope": {
    "expose": [],
    "protect": []
  }
}