Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
gsd:analyze-dependencies - Skill - OpenSmartRoute
Skillv1.0.0
gsd:analyze-dependencies
Analyze phase dependencies and suggest Depends on entries for ROADMAP.md
Imported from davepoon/buildwithclaude (plugins/gsd/skills/analyze-dependencies/SKILL.md). Install upstream with npx skills add davepoon/buildwithclaude --skill analyze-dependencies. Copyright stays with the author.
Run this command BEFORE /gsd:manager to fill in missing Depends on fields and prevent merge conflicts from unordered parallel execution.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "davepoon-buildwithclaude-analyze-dependencies",
"kind": "skill",
"name": "gsd:analyze-dependencies",
"description": "Analyze phase dependencies and suggest Depends on entries for ROADMAP.md",
"publisher": "davepoon",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Analyze phase dependencies and suggest Depends on entries for ROADMAP.md"
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/davepoon/buildwithclaude",
"path": "plugins/gsd/skills/analyze-dependencies/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/davepoon/buildwithclaude/blob/HEAD/plugins/gsd/skills/analyze-dependencies/SKILL.md",
"key": "davepoon/buildwithclaude/plugins/gsd/skills/analyze-dependencies/SKILL.md"
},
"allowed_tools": [
"Read",
"Write",
"Bash",
"Glob",
"Grep",
"AskUserQuestion"
]
},
"instructions": "<objective>\nAnalyze the phase dependency graph for the current milestone. For each phase pair, determine if there is a dependency relationship based on:\n- File overlap (phases that modify the same files must be ordered)\n- Semantic dependencies (a phase that uses an API built by another phase)\n- Data flow (a phase that consumes output from another phase)\n\nThen suggest `Depends on` updates to ROADMAP.md.\n</objective>\n\n<execution_context>\n@${CLAUDE_PLUGIN_ROOT}/workflows/analyze-dependencies.md\n</execution_context>\n\n<context>\nNo arguments required. Requires an active milestone with ROADMAP.md.\n\nR",
"cost": {
"context_tokens": 242
}
}
Fetch it by URL: GET /api/v1/registry/davepoon-buildwithclaude-analyze-dependencies/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.