AIDocxWorkFlow: Skill for Claude Code

.cursor/skills/aidocx-s2-5-iteration/SKILL.md

aidocx-s2-5-iteration is a skill for Claude Code, Cursor from SilenceInsect/AIDocxWorkFlow. It costs 168 tokens per session (2,857 once invoked), scanned A, original, MIT.

A seven-step iteration-planning workflow for turning a software backlog into a development schedule. An iteration is a fixed period of work, and a backlog is the list of planned tasks.

In plain words
What is it for?
Use it to confirm project settings, balance workload, schedule tasks, reserve resources, coordinate parallel work, and produce an iteration plan.
Why use it?
It prevents scheduling from starting with missing project details such as dates, team size, roles, and estimated work.

Skill for Claude CodeCursor

Written for Claude Code and Cursor: disable-model-invocation in frontmatter, but also installed under .cursor/. Also seen: mentions Claude Code; mentions Codex; mentions Cursor.

This is SilenceInsect/AIDocxWorkFlow's own configuration. It tells Claude Code and Cursor how to work on AIDocxWorkFlow itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything AIDocxWorkFlow configures →

Reuse

Borrowing it

Nothing to install: this file belongs to SilenceInsect/AIDocxWorkFlow. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/SilenceInsect/AIDocxWorkFlow/main/.cursor/skills/aidocx-s2-5-iteration/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/SilenceInsect/AIDocxWorkFlow

Made for: Claude Code, Cursor.

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 aidocx-s2-5-iteration

README.md
[![agentmods](https://agentmods.dev/badge/skills/silenceinsect/aidocxworkflow/aidocx-s2-5-iteration/github.svg)](https://agentmods.dev/skills/silenceinsect/aidocxworkflow/aidocx-s2-5-iteration)
Your own site
<a href="https://agentmods.dev/skills/silenceinsect/aidocxworkflow/aidocx-s2-5-iteration"><img src="https://agentmods.dev/badge/skills/silenceinsect/aidocxworkflow/aidocx-s2-5-iteration/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 aidocx-s2-5-iteration

Your own site · 80×15
<a href="https://agentmods.dev/skills/silenceinsect/aidocxworkflow/aidocx-s2-5-iteration"><img src="https://agentmods.dev/badge/skills/silenceinsect/aidocxworkflow/aidocx-s2-5-iteration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 168 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,857 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.
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.00168 $0.02857
Opus 5 $0.00084 $0.01429
Sonnet 5 $0.00034 $0.00571
Haiku 4.5 $0.00017 $0.00286

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

Security

Grade A, and why

aidocx-s2-5-iteration 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 9d 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.

.cursor/skills/aidocx-s2-5-iteration/SKILL.md · 221 lines

How it starts

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

AIDocxWorkFlow S2.5 — 迭代规划

⚠️ 全流程模式默认跳过本阶段(opt-in)

  • S2.5 迭代规划只解决"开发节奏/资源/排期"问题,对 S5 测试点、S6 用例的产出数量/质量无强关系
  • 全流程模式默认不执行 S2.5。如需包含:执行 S2 之前显式声明 AIDOCX_INCLUDE_S2_5=true(详见 .cursor/rules/AIDocxWorkFlow.mdc 顶部「编排开关」节)。
  • 本 skill 被独立调用时(即用户输入 /aidocx-s2-5-iteration 或粘贴 S2 backlog):不受 AIDOCX_INCLUDE_S2_5 控制,直接执行

独立阶段:可单独调用。上游材料(S2 backlog)审查合格后开始,失败写失败报告。


Step 0 — 项目配置收集(执行前必须完成)

强制前置:S2.5 在正式开始迭代规划前,必须先收集并确认项目配置参数。配置不全不得进入 7 步规划。

必须收集的配置参数

参数 说明 示例
项目名(req_name) 需求名称 游戏道具商城系统
版本名(version) 版本标识 v1.0
排期开始日期 迭代第一天 2025-07-01
排期截止日期 迭代最后一天 2025-07-12
策划预估工时(h) 产品策划阶段估算工时 40h
前端预估工时(h) 前端开发估算工时 80h
后端预估工时(h) 后端开发估算工时 120h
测试预估工时(h) 测试估算工时 60h
团队规模 各角色人数 前端2人·后端3人·测试2人
迭代总工时(周) 任务管线估算总时长 1.5周

快速迭代参考基准(1.5 周全流程)

迭代周期 1.5 周 ≈ 7.5 工作日 ≈ 60h/人
- 前端 2 人:共 120h
- 后端 3 人:共 180h
- 测试 2 人:共 120h
- 合计:420h

收集方式

执行 S2.5 时,若检测到项目配置不完整,必须主动询问用户,不得自行假设默认值后跳过。逐项列出待填写字段,逐项确认。

配置保存

收集完成后,将配置保存为 project_config.json 并写入输出目录。


阶段入口

触发/aidocx-s2-5-iteration 或粘贴 S2 backlog

前置材料:S2 backlog.md + project_config.json(配置不全不得执行)

材料缺失时:生成失败报告,停止 S2.5。


§1.4 LLM 必读材料(阶段前置)

开始 7 步规划前,必须先 Read 以下材料。

# 材料 路径 必读原因
1 8 模块总表 .cursor/MODULES.md(§1 总表) 迭代任务按模块前缀组织;负载均衡以模块为单位
2 S2 backlog workflow_assets/<req_name>/<version>/「S2 需求拆解」/backlog.md 迭代规划的对象;所有 Story/FP 的优先级和工作量是规划基准
3 需求对象 workflow_assets/<req_name>/<version>/「S2 需求拆解」/requirement_objects.json OBJ 层工作量估算更细

§5 一致性检查(SKILL ↔ Rule 自动对齐)

触发时机:本节读取后、正式执行前。仅执行一次(同一次对话中多次触发本阶段,不重复检查)。

检查类型:A = 必读材料对齐 / B = 输出路径对齐 / C = 字段名对齐 / D = 模块枚举对齐

from ai_workflow.consistency_check import run_consistency_check

result = run_consistency_check(stage="s2_5")
if not result["passed"]:
    print(f"[一致性检查] 发现 {len(result['issues'])} 个问题(见日志)")

Read the full file on GitHub · 221 lines

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. 9d ago First seen · 221 lines · 168 tokens per session scan A e1fc3cd941b7

Subscribe to this mod's changes

aidocx-s2-5-iteration is a skill published in the GitHub repository SilenceInsect/AIDocxWorkFlow (2 stars, last pushed 1mo ago), licensed MIT. It adds 168 tokens to every session and 2,857 once invoked, about $0.0008 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens