{
  "project_id": "clawplays/ospec",
  "repo": "clawplays/ospec",
  "name": "ospec",
  "github_url": "https://github.com/clawplays/ospec",
  "homepage_url": "https://ospec.ai",
  "language": "JavaScript",
  "license": "MIT",
  "project_kind": "project",
  "category": [
    "mcp_server"
  ],
  "tags": [
    "agentic-ai",
    "agentic-coding",
    "ai",
    "ai-agents",
    "ai-coding-assistant",
    "ai-workflow",
    "claude-code",
    "cli",
    "codex",
    "coding-agent",
    "developer-tools",
    "llm",
    "loop-engineering",
    "mcp",
    "model-context-protocol",
    "prompt-engineering",
    "sdd",
    "spec-driven-development"
  ],
  "description": "Spec-driven, agentic workflow framework for AI coding agents. Turn a request into a verifiable goal loop — plan, act, verify — with durable specs and evidence in your repo. Works with Claude Code, Codex, Gemini, OpenCode, and plain CLI.",
  "overview": "Use clawplays/ospec when the user needs a mcp server project with library-only, local, cloud deployment options.",
  "alternatives": [],
  "related": [
    {
      "repo": "mixpeek/amux",
      "reason": "Related to clawplays/ospec through mcp server category and local deployment."
    },
    {
      "repo": "cobusgreyling/loop-engineering",
      "reason": "Related to clawplays/ospec through mcp server category and local deployment."
    },
    {
      "repo": "openwong2kim/wmux",
      "reason": "Related to clawplays/ospec through mcp server category and library_only deployment."
    },
    {
      "repo": "sipyourdrink-ltd/bernstein",
      "reason": "Related to clawplays/ospec through mcp server category and library_only deployment."
    },
    {
      "repo": "ZaxbyHub/opencode-swarm",
      "reason": "Related to clawplays/ospec through mcp server category and library_only deployment."
    },
    {
      "repo": "automagik-dev/genie",
      "reason": "Related to clawplays/ospec through mcp server category and library_only deployment."
    },
    {
      "repo": "1jehuang/jcode",
      "reason": "Related to clawplays/ospec through mcp server category and library_only deployment."
    },
    {
      "repo": "Gitlawb/zero",
      "reason": "Related to clawplays/ospec through mcp server category and library_only deployment."
    }
  ],
  "dependencies": [
    "MCP",
    "LLM provider"
  ],
  "deployments": [
    "library_only",
    "local",
    "cloud"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "connect agents to tools",
    "expose APIs through MCP",
    "bootstrap MCP integrations"
  ],
  "not_good_for": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product"
  ],
  "classification": {
    "category": {
      "confidence": "medium",
      "evidence": [
        "Matched \"mcp\" in metadata."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Matched \"npm install\" in repository content.",
        "Local usage is assumed for open source repositories unless contradicted."
      ]
    },
    "difficulty": {
      "confidence": "medium",
      "evidence": [
        "Repository has under 10k stars, so complexity is treated conservatively."
      ]
    },
    "cloudflare_ready": {
      "confidence": "high",
      "evidence": [
        "Runtime blocker: postgres.",
        "No Cloudflare deployment signal detected.",
        "No wrangler.toml found in inspected repository files."
      ]
    }
  },
  "quality_signals": {
    "stars": 559,
    "recent_commits": 23,
    "contributors": 3,
    "issue_response_time_hours": null,
    "release_frequency_180d": 25
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "estimated",
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 26,
  "agent_score": 64,
  "score": 81,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 45,
    "deployment": 80,
    "popularity": 55,
    "community": 48
  },
  "git_top_score": 81,
  "git_top_score_breakdown": {
    "community": 78,
    "maintenance": 61,
    "documentation": 84,
    "stability": 100,
    "adoption": 76,
    "agent_readability": 90
  },
  "summary": {
    "tl_dr": "Use clawplays/ospec when the user needs a mcp server project with library-only, local, cloud deployment options.",
    "purpose": "Use clawplays/ospec when the user needs a mcp server project with library-only, local, cloud deployment options.",
    "install": "Install as a library or package using the repository instructions.",
    "inputs": [
      "tool definitions",
      "resource config",
      "transport settings"
    ],
    "outputs": [
      "MCP tools",
      "JSON-RPC responses",
      "server capabilities"
    ],
    "good_for": [
      "connect agents to tools",
      "expose APIs through MCP",
      "bootstrap MCP integrations",
      "agent tool exposure",
      "MCP integrations",
      "tool servers"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "front-end apps",
      "non-tooling backends"
    ],
    "deployment": [
      "library_only",
      "local",
      "cloud"
    ],
    "alternatives": []
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "medium",
        "evidence": [
          "Matched \"mcp\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Matched \"npm install\" in repository content.",
          "Local usage is assumed for open source repositories unless contradicted."
        ]
      },
      "difficulty": {
        "confidence": "medium",
        "evidence": [
          "Repository has under 10k stars, so complexity is treated conservatively."
        ]
      },
      "cloudflare_ready": {
        "confidence": "high",
        "evidence": [
          "Runtime blocker: postgres.",
          "No Cloudflare deployment signal detected.",
          "No wrangler.toml found in inspected repository files."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "estimated",
      "commits_30d": "complete",
      "releases_180d": "complete",
      "contributors_90d": "complete"
    },
    "source_fields": [
      "project.description",
      "project.topics",
      "project.language",
      "project.license",
      "agent_card.summary_for_agent",
      "agent_card.use_cases",
      "agent_card.deployment",
      "agent_card.classification",
      "metrics"
    ],
    "caveats": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "Partial or estimated quality signals: stars30dDelta."
    ],
    "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
    "last_verified_at": "2026-07-12T17:00:55.125Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "Partial or estimated quality signals: stars30dDelta."
  ],
  "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
  "source_fields": [
    "project.description",
    "project.topics",
    "project.language",
    "project.license",
    "agent_card.summary_for_agent",
    "agent_card.use_cases",
    "agent_card.deployment",
    "agent_card.classification",
    "metrics"
  ],
  "last_verified_at": "2026-07-12T17:00:55.125Z",
  "knowledge": {
    "project": {
      "id": "clawplays/ospec",
      "owner": "clawplays",
      "name": "ospec",
      "full_name": "clawplays/ospec",
      "github_url": "https://github.com/clawplays/ospec",
      "homepage_url": "https://ospec.ai",
      "description": "Spec-driven, agentic workflow framework for AI coding agents. Turn a request into a verifiable goal loop — plan, act, verify — with durable specs and evidence in your repo. Works with Claude Code, Codex, Gemini, OpenCode, and plain CLI.",
      "language": "JavaScript",
      "topics": [
        "agentic-ai",
        "agentic-coding",
        "ai",
        "ai-agents",
        "ai-coding-assistant",
        "ai-workflow",
        "claude-code",
        "cli",
        "codex",
        "coding-agent",
        "developer-tools",
        "llm",
        "loop-engineering",
        "mcp",
        "model-context-protocol",
        "prompt-engineering",
        "sdd",
        "spec-driven-development"
      ],
      "license": "MIT",
      "stars": 559,
      "forks": 34,
      "open_issues": 0,
      "default_branch": "main",
      "created_at": "2026-03-31T02:49:55Z",
      "updated_at": "2026-07-12T14:03:08Z",
      "pushed_at": "2026-07-12T14:03:02Z",
      "synced_at": "2026-07-12T17:00:55.125Z"
    },
    "agent_card": {
      "project_id": "clawplays/ospec",
      "project_kind": "project",
      "category": "mcp_server",
      "difficulty": "beginner",
      "deployment": [
        "library_only",
        "local",
        "cloud"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "connect agents to tools",
        "expose APIs through MCP",
        "bootstrap MCP integrations"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "alternatives": [],
      "summary_for_agent": "Use clawplays/ospec when the user needs a mcp server project with library-only, local, cloud deployment options.",
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"mcp\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"npm install\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: postgres.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-07-12T17:00:55.125Z"
    },
    "metrics": {
      "project_id": "clawplays/ospec",
      "stars_30d_delta": 163,
      "commits_30d": 23,
      "releases_180d": 25,
      "contributors_90d": 3,
      "issue_first_response_median_hours": null,
      "recent_push_days": 0,
      "git_score": 26,
      "maintenance_score": 45,
      "signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-07-12T17:00:55.125Z"
    }
  },
  "resolved_from": {
    "requested_id": "clawplays/ospec",
    "resolved_id": "clawplays/ospec",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 920,
    "generated_at": "2026-07-12T20:12:31.141Z",
    "snapshot_id": "d1:920:2026-07-12T19:01:03.592Z",
    "latest_synced_at": "2026-07-12T19:01:03.592Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}