Skip to content
Skillv1.0.0

adr

`docs/adr/` 记录重要决策历史。

by Develata(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from Develata/StickyMD (docs/adr/AGENTS.md). Install upstream with npx skills add Develata/StickyMD --skill adr. Copyright stays with the author.

docs/adr/AGENTS.md

docs/adr/ 记录重要决策历史。

规则:

  • ADR 只解释 why(为什么这样决策);当前架构真相仍由 docs/plan/ 决定。
  • ADR 不凌驾于当前 plan;plan 更新后旧 ADR 保持历史记录状态,不回改。
  • ADR 不作为 plan_ref target。
  • 新 ADR 使用 0000-template.md 复制创建,编号递增,文件名形如 0001-<slug>.md
  • 骨架级决策的 ADR 必须记录 USER 批准出处。

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/develata-stickymd-adr/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

develata-stickymd-adr.ocm.jsonjson
{
  "ocm": "1",
  "id": "develata-stickymd-adr",
  "kind": "skill",
  "name": "adr",
  "description": "`docs/adr/` 记录重要决策历史。",
  "publisher": "Develata",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "`docs/adr/` 记录重要决策历史。"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Develata/StickyMD",
      "path": "docs/adr/AGENTS.md",
      "ref": "37fa6e0b6da3ae83c16bb29a42b605ad078ac3c2",
      "url": "https://github.com/Develata/StickyMD/blob/37fa6e0b6da3ae83c16bb29a42b605ad078ac3c2/docs/adr/AGENTS.md",
      "key": "Develata/StickyMD/docs/adr/AGENTS.md"
    }
  },
  "instructions": "# docs/adr/AGENTS.md\n\n`docs/adr/` 记录重要决策历史。\n\n规则:\n\n- ADR 只解释 **why**(为什么这样决策);当前架构真相仍由 `docs/plan/` 决定。\n- ADR 不凌驾于当前 plan;plan 更新后旧 ADR 保持历史记录状态,不回改。\n- ADR 不作为 `plan_ref` target。\n- 新 ADR 使用 `0000-template.md` 复制创建,编号递增,文件名形如\n  `0001-<slug>.md`。\n- 骨架级决策的 ADR 必须记录 USER 批准出处。",
  "cost": {
    "context_tokens": 68
  }
}

Fetch it by URL: GET /api/v1/registry/develata-stickymd-adr/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.

adr - Skill - OpenSmartRoute