🧭
AutomationTypeScript

SOP Execute

by Stanshy

SOP Execute is an Automation skill for Claude Code, published by Stanshy in AgentHub.

201 stars23 forkson Stanshy/AgentHubAdded 2026/09/05+1% in starsRepository updated 2026/04/09
ai-agentsai-workflowclaude-codedeveloper-toolselectronharness-engineeringopen-sourceteam-managementtypescriptvue
Install in seconds
Install SOP Execute
Copy SOP Execute into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Stanshy/AgentHub/tree/main/.knowledge/company/skill-templates/sop-execute ~/.claude/skills/sop-execute

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Stanshy/AgentHub.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.knowledge/company/skill-templates/sop-execute/SKILL.md in Stanshy/AgentHub
Installs to
~/.claude/skills/sop-execute
Collection
One of 25 skills cataloged from this repository
Category
Automation1956 skills

What SOP Execute does

SOP Execute loads required rules, checks dependencies, and follows every checkpoint before marking a task done. Use it when a Claude Code agent must execute a task with strict step-by-step verification.

SOP Execute is cataloged under Automation on DirSkills. SOP Execute comes from a repository tagged ai-agents, ai-workflow, claude-code, developer-tools and electron.

Documentation

README

L2 任務執行 SOP

L2 執行任務時,必須依序完成以下所有步驟,不得跳過任何 ⛔ CHECKPOINT。

使用方式

/sop-execute <task-id>

參數

  • $0: 任務 ID(如 T3

執行步驟

STEP 1 — 標記任務開始

執行 /task-start $0(讀取 .claude/commands/task-start.md 並依步驟執行)


⛔ STEP 2 — 載入任務規格

找到任務檔案: !find .tasks -name "$0-*" -o -name "$0.*" 2>/dev/null | head -1

確認並記錄:

  • 任務描述
  • 指派對象確認(確認是本 Agent 的任務)
  • 依賴任務(確認依賴項目均已 done,否則回報 blocked)
  • 驗收標準(逐項列出 - [ ] 清單)

✋ 確認任務規格清楚、依賴已解除後再繼續。若依賴未完成,執行 /task-status $0 blocked 等待 {依賴任務} 完成 並停止。


⛔ STEP 3 — 載入對應規範

讀取 .knowledge/company-rules.md

依任務類型讀取對應規範:

任務類型 必讀規範
後端 / API .knowledge/specs/api-design.md + .knowledge/specs/data-model.md
前端 / UI .knowledge/specs/feature-spec.md
全端 以上全部
不確定 全部讀取

This is the opening of the README. Read the full README on GitHub.

Commands SOP Execute provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /sop-execute
  • /task-start
  • /task-status
  • /task-done
  • /sop-review

Frequently asked about SOP Execute

  • What else does Stanshy publish alongside SOP Execute?

    SOP Execute is one of 25 skills that DirSkills catalogs from Stanshy/AgentHub, the repository it ships in. Its siblings there include Development Plan Generator, Gate Record and Harness Audit. Each one is a separate skill with its own page in this directory, installs the same way SOP Execute does, and is maintained by Stanshy in that same repository. The rest of the collection is listed on the Stanshy/AgentHub page.

  • How does SOP Execute compare to other Automation skills?

    SOP Execute ranks #1780 by stars among the 1956 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of SOP Execute against them. Open each page to compare what they document and how they install.

More from Stanshy/AgentHub

SOP Execute is one of 25 skills cataloged on DirSkills from Stanshy/AgentHub.

See all 25 skills