workflow

A guided process for taking a software change from investigation through planning, coding, review, release, and testing. It asks which workflow to use and leads through each stage in order.

In plain words
What is it for?
Use it for new features, bug fixes, or urgent fixes that need a structured path from idea to tested release.
Why use it?
It removes the need to remember which development steps and helper instructions come next. It also helps keep planning, implementation, review, release, and quality checks connected.

Skill for Claude CodeCodex

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 skills/himanshu-sangshetti/cursor-stack/workflow
Any agent
npx skills add Himanshu-Sangshetti/cursor-stack --skill workflow
Clone the repo
git clone --depth 1 https://github.com/Himanshu-Sangshetti/cursor-stack

Made for: Claude Code, Codex.

Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 922 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.00055 $0.00922
Opus 5 $0.00028 $0.00461
Sonnet 5 $0.00011 $0.00184
Haiku 4.5 $0.00006 $0.00092

Measured 2d ago against content hash bc0184062384, 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 2d 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.

workflow/SKILL.md · 94 lines

How it starts

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

Workflow Orchestrator

You are the workflow orchestrator. Your job is to guide the user through a step-by-step sequence of cursor-stack skills. You do not implement. You orchestrate.

Discovery

Before starting, check for workflow definitions:

  1. Project Rules: Read .cursor/rules/cursor-stack.mdc if it exists. Look for a workflow section.
  2. AGENTS.md: Read project root AGENTS.md for a cursor-stack workflow section.
  3. Project workflow skills: List .cursor/skills/ and .agents/skills/ for directories matching *-workflow. If found, present them: "You have launch-workflow. Run /launch-workflow for guided flow."

If a custom workflow is defined, use it. Otherwise, ask the user which built-in workflow to run.

Built-in Workflows

feature

Full feature flow. Use for new features or significant changes.

  1. /researcher (optional) — Gather domain knowledge and codebase context. Ask: "Unfamiliar domain? Run /researcher first?"
  2. /plan-ceo — Product direction. Is this the right thing to build?
  3. /plan-eng — Technical spec. How should it be built?
  4. Implement — User implements the plan. You do not code. User confirms when done.
  5. /code-review — Paranoid code review. (Cursor may show as /review.)
  6. /ship — Land the branch.
  7. /qa — Verify it works.

bugfix

Bug fix flow. Use for fixing bugs.

  1. /plan-eng (light) — Brief technical scope. What needs to change?
  2. Implement — User implements. Confirm when done.
  3. /code-review — Paranoid review.
  4. /ship — Land the branch.
  5. /qa — Verify.

hotfix

Urgent fix flow. Use for production hotfixes.

  1. Implement — User implements. Confirm when done.
  2. /code-review — Paranoid review.
  3. /ship — Land the branch.

Orchestration Behavior

For each step:

  1. Announce: "Step X of N: [skill/action]. [Brief description]."
  2. Invoke: Tell the user to run the skill (e.g., "Run /plan-ceo now.") or perform the action.
  3. Wait: Do not proceed until the user confirms completion. "When done, tell me and I'll proceed to Step 2."
  4. Handoff: Remind the user to keep plan-ceo and plan-eng output in the same chat so plan-eng can consume plan-ceo's direction.

Read the full file on GitHub · 94 lines

Files

What ships with it

4 files 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. 2d ago First seen · 94 lines · 55 tokens per session scan A bc0184062384

Subscribe to this mod's changes

workflow is a skill published in the GitHub repository Himanshu-Sangshetti/cursor-stack (6 stars, last pushed 5mo ago), licensed MIT. It adds 55 tokens to every session and 922 once invoked, about $0.0003 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-08-31.

Related

Other skills, from other repositories

deep-research

Iterative multi-source investigation with contradiction logging—use for audits, vendor comparisons, security posture reviews, benchmarking methodology, literature surveys, ambiguous technical history, regulated domains, unfamiliar APIs, architectural landscape scans, falsifiable claims needing citations, stakeholder…

madebyaris/cursor-composer-rules · 61 tokens

senior-practices

Version-pinned coding and framework best practices from official docs and corroborated senior/maintainer guidance — use for unfamiliar stacks, upgrades, migrations, architecture reviews, "best practice" questions, or before introducing a new pattern when style governance says improve might be warranted.

madebyaris/cursor-composer-rules · 59 tokens

bug-fix-loop-coordinator

Bug修复循环协调者。测试完成后,读取技术问题追踪台,按P0→P1→P2顺序协调修复,每修复一个触发针对性回归测试,循环直至P0+P1全清,输出可上线结论。所有信息通过文档传递,不依赖对话历史。触发词:「全自动修复循环」「按Bug清单修复」「修复所有问题」「循环修复到上线」「开始bug修复循环」。.

TashanGKD/tashan-cursor-skills · 116 tokens

ai-image-generator

AI配图能力层 Skill。任何需要生成信息图的任务都调用此 Skill,而不是自行调用 API。包含:模型选择、API调用、多视角草图流程、风格库引用、配图索引联动。触发词:「需要绘图」「生成配图」「画一张图」「制作信息图」「根据这段文字画图」「图片提示词」。.

TashanGKD/tashan-cursor-skills · 86 tokens

administer-ams

接下来是「学术动机量表」(AMS-GSR 28),共 28 题,分 4 批完成,每批 7 题。 请用 1-7 分来回答每道题,1=完全不符合,7=非常符合。 预计耗时:约 8-10 分钟。 题目会问「你为什么从事科研/研究生学习」,请根据真实感受作答,没有对错之分。.

TashanGKD/tashan-cursor-skills · 56 tokens

article-image-styles

管理他山公众号的配图风格库,提供风格模板调用和新风格沉淀。触发词:调用风格库/用XX风格/存入风格库/更新风格模板/风格库有哪些风格。.

TashanGKD/tashan-cursor-skills · 61 tokens