Imported from reformlab/ReformLab (
.gemini/skills/bmad-testarch-atdd/SKILL.md). Install upstream withnpx skills add reformlab/ReformLab --skill bmad-testarch-atdd. Copyright stays with the author.
Follow the instructions in workflow.md.
Generate red-phase acceptance test scaffolds using the TDD cycle. Use when the user says "lets write acceptance tests" or "I want to do ATDD"
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsImported from reformlab/ReformLab (
.gemini/skills/bmad-testarch-atdd/SKILL.md). Install upstream withnpx skills add reformlab/ReformLab --skill bmad-testarch-atdd. Copyright stays with the author.
Follow the instructions in workflow.md.
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}'An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "reformlab-reformlab-bmad-testarch-atdd",
"kind": "skill",
"name": "bmad-testarch-atdd",
"description": "Generate red-phase acceptance test scaffolds using the TDD cycle. Use when the user says \"lets write acceptance tests\" or \"I want to do ATDD\"",
"publisher": "reformlab",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Generate red-phase acceptance test scaffolds using the TDD cycle. Use when the user says \"lets write acceptance tests\" or \"I want to do ATDD\""
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/reformlab/ReformLab",
"path": ".gemini/skills/bmad-testarch-atdd/SKILL.md",
"ref": "314a64e40d9abca764698290593908a736500b30",
"url": "https://github.com/reformlab/ReformLab/blob/314a64e40d9abca764698290593908a736500b30/.gemini/skills/bmad-testarch-atdd/SKILL.md",
"key": "reformlab/ReformLab/.gemini/skills/bmad-testarch-atdd/SKILL.md"
}
},
"instructions": "Follow the instructions in [workflow.md](workflow.md).",
"cost": {
"context_tokens": 13
}
}Fetch it by URL: GET /api/v1/registry/reformlab-reformlab-bmad-testarch-atdd/manifest?version=1.0.0
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.