workflow

workflow is a command for Claude Code from sumulige/sumulige-claude. It costs 0 tokens per session (486 once invoked), scanned A, original, MIT.

A set of commands for managing a project's development workflow, including checking updates, syncing files and documentation, handling tasks, and working with Git.

In plain words
What is it for?
Use it to check project status, pull updates, run a structured task process, sync project records, commit changes, push them, or run the full sequence.
Why use it?
It brings repeated project-maintenance steps into one command system instead of requiring developers to remember each command and order.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/sumulige/sumulige-claude/workflow
Clone the repo
git clone --depth 1 https://github.com/sumulige/sumulige-claude

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for workflow

README.md
[![agentmods](https://agentmods.dev/badge/commands/sumulige/sumulige-claude/workflow.svg)](https://agentmods.dev/commands/sumulige/sumulige-claude/workflow)
Your own site
<a href="https://agentmods.dev/commands/sumulige/sumulige-claude/workflow"><img src="https://agentmods.dev/badge/commands/sumulige/sumulige-claude/workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 486 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00486
Opus 5 $0.00000 $0.00243
Sonnet 5 $0.00000 $0.00097
Haiku 4.5 $0.00000 $0.00049

Measured 3d ago against content hash fee467f43a5e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/workflow.md · 82 lines

What it actually says

/workflow - 统一工作流命令

一键执行常见工作流操作。

可用子命令

/workflow check - 检查状态

检查 sumulige-claude 更新和项目状态。

# 检查版本和更新
smc sync --check-update

/workflow pull - 拉取更新

增量同步 sumulige-claude 更新到当前项目。

# 增量同步(推荐)
smc sync --incremental

# 强制全量同步
smc sync --hooks

/workflow task <description> - 执行任务

标准任务执行流程:

  1. 分析任务需求
  2. 创建 TODO 列表
  3. 逐步实现
  4. 更新文档

/workflow sync - 同步文档

更新项目文档和记忆:

  • memory/current.md - 持久状态
  • PROJECT_LOG.md - 历史记录
  • CHANGELOG.md - 版本日志

/workflow commit <message> - 提交变更

Git 提交工作流:

  1. 检查变更状态
  2. 暂存相关文件
  3. 提交并生成消息

/workflow push - 推送远程

将本地变更推送到远程仓库。

/workflow full <description> - 一键完整流程

执行完整的开发工作流:

1. 检查更新 → 2. 增量同步 → 3. 执行任务 → 4. 更新文档 → 5. 提交 → 6. 推送

示例:

/workflow full "实现用户认证功能"

使用示例

# 日常任务
/workflow task "修复登录 bug"

# 完整流程
/workflow full "添加暗黑模式"

# 仅同步文档
/workflow sync

# 仅提交
/workflow commit "fix: 修复登录问题"

注意事项

  • 任务执行前会自动检查更新
  • 增量同步只更新变更的文件
  • 文档同步包括 memory/current.md 和 PROJECT_LOG.md
  • 提交前会自动运行测试(如配置)
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 82 lines · 0 tokens per session scan A fee467f43a5e

Subscribe to this mod's changes

workflow is a command published in the GitHub repository sumulige/sumulige-claude (2 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 486 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.