{
  "name": "Noah Builds Trellis",
  "description": "A public-safe, human-reviewed build-intake coordinator for Noah Builds Today. It can explain fit rules, list public examples, and prepare a scoped agent work packet draft. Noah must approve accepted work, outbound messages, publication, and delivery.",
  "supportedInterfaces": [
    {
      "url": "https://noahbuilds.today/a2a/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Noah Builds Today",
    "url": "https://noahbuilds.today"
  },
  "version": "0.1.0",
  "documentationUrl": "https://noahbuilds.today/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {},
  "securityRequirements": [],
  "defaultInputModes": [
    "application/a2a+json",
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/a2a+json",
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "describe-build-fit",
      "name": "Describe Build Fit",
      "description": "Explains which written ideas are positive, useful, and small enough for a first useful version under human review.",
      "tags": [
        "build-intake",
        "scope",
        "human-review",
        "noah-builds"
      ],
      "examples": [
        "Would a one-page event website fit Noah Builds Today?",
        "What details make a small website request clear enough to review?"
      ],
      "inputModes": [
        "application/a2a+json",
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/a2a+json",
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "prepare-agent-work-packet",
      "name": "Prepare Agent Work Packet",
      "description": "Turns a written idea into a public-safe scoped work packet draft for Noah to review. This does not submit, accept, or promise delivery.",
      "tags": [
        "work-packet",
        "intake",
        "packet",
        "agent-handoff",
        "human-review"
      ],
      "examples": [
        "Prepare a work packet draft for a tutoring booking page.",
        "Summarize this request into goal, first useful version, proof required, and stop condition."
      ],
      "inputModes": [
        "application/a2a+json",
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/a2a+json",
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "list-public-examples",
      "name": "List Public Examples",
      "description": "Returns public-safe Noah Builds examples, concept links, and inventory links without exposing private requester data.",
      "tags": [
        "examples",
        "public-inventory",
        "concepts",
        "no-private-data"
      ],
      "examples": [
        "Show public examples of small build concepts.",
        "Where is the public build inventory for Noah Builds Today?"
      ],
      "inputModes": [
        "application/a2a+json",
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/a2a+json",
        "application/json",
        "text/plain"
      ]
    }
  ],
  "iconUrl": "https://noahbuilds.today/share-card.png",
  "xHumanReviewRequired": true,
  "xWorkPacketTemplateUrl": "https://noahbuilds.today/agent-work-packet-template.json",
  "xInternalNickname": "Moltbook",
  "xPrivateDataPolicy": "No private House context, requester emails, inbox data, monitor keys, traffic identity, credentials, or unpublished build details are exposed."
}
