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.
npx agentmods add commands/sumulige/sumulige-claude/workflowgit clone --depth 1 https://github.com/sumulige/sumulige-claudeWrote 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.
[](https://agentmods.dev/commands/sumulige/sumulige-claude/workflow)<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>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.
| Model | Per session | Once 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 |
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.
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> - 执行任务
标准任务执行流程:
- 分析任务需求
- 创建 TODO 列表
- 逐步实现
- 更新文档
/workflow sync - 同步文档
更新项目文档和记忆:
- memory/current.md - 持久状态
- PROJECT_LOG.md - 历史记录
- CHANGELOG.md - 版本日志
/workflow commit <message> - 提交变更
Git 提交工作流:
- 检查变更状态
- 暂存相关文件
- 提交并生成消息
/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
- 提交前会自动运行测试(如配置)
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.
- 3d ago First seen · 82 lines · 0 tokens per session scan A fee467f43a5e
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.
Other commands, from other repositories
workflow-from-spec
Design a complete multi-agent workflow from a natural language description, selecting the right orchestration pattern.
fettle-worklog
Create or view daily worklog entries.
speckit.plan
Execute the implementation planning workflow using the plan template to generate design artifacts.
arckit.ca-soia
Command "arckit.ca-soia" from tractorjuice/arckit-codex, covering user request, process, authoritative anchor, important notes and suggested next steps.
arckit.ca-charter
Command "arckit.ca-charter" from tractorjuice/arckit-codex, covering user request, process, authoritative anchor, important notes and suggested next steps.
help
Command reference and workflow guide for Plan-Build-Run.