AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Spec Update

skill-stanshy-agenthub-spec-update · by Stanshy

規範文件更新 SOP — 版本號遞增 + 變更記錄 + 影響範圍通知

No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-stanshy-agenthub-spec-update

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-stanshy-agenthub-spec-update)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Spec Update? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

規範文件更新

修改任何 .knowledge/specs/ 下的規範文件時,必須透過此 skill 執行,確保版本號遞增、變更有記錄、相關任務被通知。

使用方式

/spec-update  

參數

  • $0: 規範文件路徑(如 .knowledge/specs/api-design.md
  • $ARGUMENTS: 完整參數(含變更摘要)

執行步驟

STEP 1 — 讀取目標規範文件

讀取 $0,確認:

  • 當前版本號(文件標題或頂部 metadata 中的 vX.Y
  • 文件結構與現有內容

⛔ STEP 2 — 確認變更範圍

說明本次變更:

  • 變更內容:新增 / 修改 / 刪除了什麼
  • 影響範圍:哪些模組、API、功能受影響
  • 向後相容性:是否有 breaking change

輸出:

📋 變更摘要
規範文件:$0
當前版本:vX.Y
變更類型:[新增欄位 / 修改行為 / 刪除功能 / 其他]
影響範圍:[描述]
Breaking change:[是 / 否]

> ✋ 確認變更範圍正確後再繼續。


STEP 3 — 執行變更

$0 進行實際修改。


⛔ STEP 4 — 遞增版本號

在規範文件頂部更新版本號:

  • Minor change(新增、修改):vX.YvX.Y+1
  • Breaking change:vX.YvX+1.0

在文件頂部加入變更記錄(若無 Changelog 區塊則新增):

## Changelog

### vX.Y+1 — {YYYY-MM-DD}
{變更摘要}

> ✋ 確認版本號已遞增、變更記錄已寫入後再繼續。


STEP 5 — 更新 file-index.md

找到 .knowledge/file-index.md,更新對應規範文件的版本標註:

| `.knowledge/specs/api-design.md` | API 設計規格 vX.Y+1(🔴 規範) |

STEP 6 — 掃描受影響任務

!find .tasks -name "*.md" 2>/dev/null | xargs grep -l "api-design\|data-model\|feature-spec" 2>/dev/null | head -10

列出目前 in_progressassigned 狀態、且與本規範相關的任務。


STEP 7 — 輸出通知

✅ 規範更新完成

規範文件:$0
版本:vX.Y → vX.Y+1
file-index 已更新:✅

受影響的進行中任務:
- T3: {名稱} (in_progress → 需確認是否受影響)
- T5: {名稱} (assigned → 執行前請重新閱讀規範)

建議動作:
1. 通知相關 L2 Agent 重新讀取規範後繼續執行
2. 若有 breaking change,請 L1 確認已完成任務是否需要返工

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.