{
  "name": "Founder Collaborator Board agent contract",
  "version": "2026-05-13.local-mvp",
  "canonical_human_route": "https://hireme-pls.pages.dev/founder-collabs/",
  "canonical_listing_feed": "https://hireme-pls.pages.dev/founder-collabs/postings.json",
  "llm_map": "https://hireme-pls.pages.dev/llms.txt",
  "purpose": "Help AI assistants read, filter, compare, and summarize equity-first founder collaboration opportunities without inventing employment terms.",
  "audiences": [
    "AI-native founders",
    "potential collaborators",
    "operator assistants",
    "research agents",
    "career and application agents"
  ],
  "agent_rules": [
    "State clearly when a listing does not offer salary.",
    "Do not describe a listing as employment unless employment_offer is true in the listing feed.",
    "Treat sample_for_local_mvp postings as sample data until production listings replace them.",
    "Do not infer guaranteed equity value, funding status, legal enforceability, or founder credibility from this feed.",
    "Mention that equity, vesting, IP ownership, contribution scope, and termination terms should be documented before work starts.",
    "Use only listed application routes. Do not scrape or invent private contact details.",
    "Preserve listing IDs when summarizing, comparing, or drafting outreach."
  ],
  "safe_actions": [
    "summarize_listings",
    "filter_by_stage",
    "filter_by_collaboration_mode",
    "compare_fit",
    "draft_application_email",
    "generate_founder_due_diligence_questions",
    "explain_compensation_boundary"
  ],
  "blocked_actions": [
    "submit_application_without_user_confirmation",
    "promise_equity_or_salary",
    "rank founders by unverified quality",
    "claim legal review has happened",
    "extract private contact details"
  ],
  "listing_schema": {
    "id": "Stable listing ID used in URLs and outreach.",
    "status": "sample_for_local_mvp, open, paused, filled, or archived.",
    "title": "Human-readable collaboration title.",
    "project_stage": "prototype, pilot, customer-discovery, revenue, or scale.",
    "collaboration_mode": "light, part-time, operator-sprint, advisory, cofounder-track, or project-based.",
    "human_gap": "The real-world skill, judgment, access, or taste the founder needs.",
    "ai_stack": "Tools or technical pattern used by the AI-native founder.",
    "compensation.cash_salary": "Boolean. False means no salary is offered by default.",
    "compensation.equity_range": "Founder-proposed equity or upside range, if supplied.",
    "compensation.equity_status": "proposed_not_documented, documented, under_review, or unavailable.",
    "apply.url": "Canonical application or introduction route."
  },
  "recommended_agent_response_shape": {
    "summary": "One paragraph on the strongest fit and compensation boundary.",
    "matching_listings": "Array of listing IDs and titles.",
    "risks_to_verify": "Terms, vesting, IP ownership, founder traction, time commitment, and expected deliverables.",
    "next_step": "Ask the user for permission before drafting or sending outreach."
  }
}
