moai-workflow-thinking

moai-workflow-thinking is a skill for Claude Code from modu-ai/moai-adk. It costs 43 tokens per session (1,442 once invoked), scanned A, original, Apache-2.0.

A structured step-by-step reasoning workflow for Claude Code, activated with the --deepthink option. It is separate from Claude's built-in extended reasoning modes.

In plain words
What is it for?
Use it when analyzing complex tasks or choosing between software architecture approaches.
Why use it?
It makes multi-step analysis or architecture decisions follow an explicit reasoning process instead of relying on an unstructured response.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

Good fit Use it when analyzing complex tasks or choosing between software architecture approaches.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/modu-ai/moai-adk/moai-workflow-thinking
About the project

MoAI-ADK is a Go-based harness that organizes and verifies Claude Code work across planning, implementation, synchronization, and review stages. Developers use it to structure agentic coding tasks, apply quality gates, and route work across language models, while the catalogue entries extend its workflow with skills, hooks, commands, MCP servers, instructions, and settings.

modu-ai/moai-adk · 1,200 stars · on GitHub · adk.mo.ai.kr

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.

Any agent
npx skills add modu-ai/moai-adk --skill moai-workflow-thinking
Clone the repo
git clone --depth 1 https://github.com/modu-ai/moai-adk

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 moai-workflow-thinking

README.md
[![agentmods](https://agentmods.dev/badge/skills/modu-ai/moai-adk/moai-workflow-thinking/github.svg)](https://agentmods.dev/skills/modu-ai/moai-adk/moai-workflow-thinking)
Your own site
<a href="https://agentmods.dev/skills/modu-ai/moai-adk/moai-workflow-thinking"><img src="https://agentmods.dev/badge/skills/modu-ai/moai-adk/moai-workflow-thinking/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for moai-workflow-thinking

Your own site · 80×15
<a href="https://agentmods.dev/skills/modu-ai/moai-adk/moai-workflow-thinking"><img src="https://agentmods.dev/badge/skills/modu-ai/moai-adk/moai-workflow-thinking.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,442 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00043 $0.01442
Opus 5 $0.00022 $0.00721
Sonnet 5 $0.00009 $0.00288
Haiku 4.5 $0.00004 $0.00144

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

Security

Grade A, and why

moai-workflow-thinking 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 5d 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.

.moai/archive/skills/v3.0/moai-workflow-thinking/SKILL.md · 161 lines

How it starts

The opening of the file, as written. The whole thing — 161 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Sequential Thinking MCP (--deepthink)

Structured step-by-step reasoning via mcp__sequential-thinking__sequentialthinking MCP tool.

CRITICAL: Three Distinct Reasoning Modes

MoAI has THREE independent deep analysis modes. They are NOT the same thing:

Mode Trigger Mechanism MCP Tool? GLM Compatible? Model
--deepthink Explicit --deepthink flag Sequential Thinking MCP tool YES — mcp__sequential-thinking__sequentialthinking NO — generates server_tool_use content type Any
ultrathink Keyword or auto-detection Claude native extended reasoning (high effort) NO — native to Claude YES — no special content type Any
Adaptive Thinking Automatic on Opus 4.7 Opus 4.7's only supported thinking mode NO — built-in YES Opus 4.7 only

Rules:

  • --deepthink → ALWAYS invoke Sequential Thinking MCP. NEVER use for native reasoning.
  • ultrathink → ALWAYS use Claude's native extended reasoning. NEVER invoke Sequential Thinking MCP.
  • They can coexist: ultrathink --deepthink activates BOTH modes independently.
  • Adaptive Thinking → Opus 4.7's built-in reasoning. Let the model adapt depth automatically based on task complexity.
  • On Opus 4.7: do not hardcode a fixed reasoning budget. Adaptive Thinking overrides fixed-budget instructions.

Activation Triggers (--deepthink only)

Use Sequential Thinking MCP when --deepthink flag is explicitly present:

  • Breaking down complex problems into steps
  • Planning and design with room for revision
  • Architecture decisions affect 3+ files
  • Technology selection between multiple options
  • Performance vs maintainability trade-offs
  • Breaking changes under consideration
  • Multiple approaches exist to solve the same problem
  • Repetitive errors occur

Tool Parameters

Required Parameters:

  • thought (string): Current thinking step content
  • nextThoughtNeeded (boolean): Whether another step is needed
  • thoughtNumber (integer): Current thought number (starts from 1)
  • totalThoughts (integer): Estimated total thoughts needed

Read the full file on GitHub · 161 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 161 lines · 43 tokens per session scan A fccda5be949b

Subscribe to this mod's changes

moai-workflow-thinking is a skill published in the GitHub repository modu-ai/moai-adk (1,200 stars, last pushed today), licensed Apache-2.0. It adds 43 tokens to every session and 1,442 once invoked, about $0.0002 per session on Opus 5. 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-09-03.

Related

Other skills, from other repositories

code-reviewer

Automatic code quality and best practices analysis. Use proactively when files are modified, saved, or committed. Analyzes code style, patterns, potential bugs, and security basics. Triggers on file changes, git diff, code edits, quality mentions.

alirezarezvani/claude-code-tresor · 54 tokens

test-generator

Automatically suggest tests for new functions and components. Use when new code is written, functions added, or user mentions testing. Creates test scaffolding with Jest, Vitest, Pytest patterns. Triggers on new functions, components, test requests, testing mentions.

alirezarezvani/claude-code-tresor · 55 tokens

readme-updater

Keep README files current with project changes. Use when project structure changes, features added, or setup instructions modified. Suggests README updates based on code changes. Triggers on significant project changes, new features, dependency changes.

alirezarezvani/claude-code-tresor · 49 tokens

security-auditor

Continuous security vulnerability scanning for OWASP Top 10, common vulnerabilities, and insecure patterns. Use when reviewing code, before deployments, or on file changes. Scans for SQL injection, XSS, secrets exposure, auth issues. Triggers on file changes, security mentions, deployment prep.

alirezarezvani/claude-code-tresor · 63 tokens

api-documenter

Auto-generate API documentation from code and comments. Use when API endpoints change, or user mentions API docs. Creates OpenAPI/Swagger specs from code. Triggers on API file changes, documentation requests, endpoint additions.

alirezarezvani/claude-code-tresor · 48 tokens

version-check

Recommend which Claude Code version to run, or whether to update. Use when asked which Claude Code version is best/safe, whether to update now, whether a recent release is buggy, or what changed since the installed version.

ykdojo/claude-code-tips · 48 tokens