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:progress - Skill - OpenSmartRoute
Skillv1.0.0
gsd:progress
Check project progress, show context, and route to next action (execute or plan). Use --forensic to append a 6-check integrity audit after the standard report.
Imported from davepoon/buildwithclaude (plugins/gsd/skills/progress/SKILL.md). Install upstream with npx skills add davepoon/buildwithclaude --skill progress. Copyright stays with the author.
Provides situational awareness before continuing work.
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.
davepoon-buildwithclaude-progress.ocm.jsonjson
{
"ocm": "1",
"id": "davepoon-buildwithclaude-progress",
"kind": "skill",
"name": "gsd:progress",
"description": "Check project progress, show context, and route to next action (execute or plan). Use --forensic to append a 6-check integrity audit after the standard report.",
"publisher": "davepoon",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Check project progress, show context, and route to next action (execute or plan). Use --forensic to append a 6-check integrity audit after the standard report."
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/davepoon/buildwithclaude",
"path": "plugins/gsd/skills/progress/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/davepoon/buildwithclaude/blob/HEAD/plugins/gsd/skills/progress/SKILL.md",
"key": "davepoon/buildwithclaude/plugins/gsd/skills/progress/SKILL.md"
},
"allowed_tools": [
"Read",
"Bash",
"Grep",
"Glob",
"SlashCommand"
]
},
"instructions": "<objective>\nCheck project progress, summarize recent work and what's ahead, then intelligently route to the next action - either executing an existing plan or creating the next one.\n\nProvides situational awareness before continuing work.\n</objective>\n\n<execution_context>\n@${CLAUDE_PLUGIN_ROOT}/workflows/progress.md\n</execution_context>\n\n<process>\nExecute the progress workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/progress.md end-to-end.\nPreserve all routing logic (Routes A through F) and edge case handling.\n</process>",
"cost": {
"context_tokens": 130
}
}
Fetch it by URL: GET /api/v1/registry/davepoon-buildwithclaude-progress/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.