·intent-normalize
>_

intent-normalize

arcblock/idd

Scan and normalize existing intent/planning files to IDD standard. Auto-fixes mechanical issues (frontmatter, directory structure), tags content issues for pickup. Use /intent-normalize to scan current project, or /intent-normalize <path> for specific directory.

10Installs·0Trend·@arcblock

Installation

$npx skills add https://github.com/arcblock/idd --skill intent-normalize

SKILL.md

扫描现有项目,将 intent 和 planning 文件规范化到 IDD 标准。能自动修的直接修,不能修的打上状态让 TeamSwarm pickup。

| Intent frontmatter | INTENT.md 没有 frontmatter | 添加 status: active(或根据内容推断) | | Planning frontmatter | planning/ 下 .md 没有 frontmatter | 添加 type: (从内容推断: idea/research/feedback/analysis) | | Anchor 格式 | Anchor 存在但格式不对(不是 blockquote) | 修正为 > Anchor: ... 格式 | | records/ 目录 | intent 目录下没有 records/ | 创建 records/ + 空 INDEX.md |

| archive/ 目录 | intent/ 下没有 archive/ | 创建 intent/archive/ | | data/ 目录 | intent/ 下没有 data/ | 创建 intent/data/ | | TASK.yaml 格式 | TASK.yaml 缺少 type 字段 | 添加 type: one-shot(默认) |

Scan and normalize existing intent/planning files to IDD standard. Auto-fixes mechanical issues (frontmatter, directory structure), tags content issues for pickup. Use /intent-normalize to scan current project, or /intent-normalize <path> for specific directory. Source: arcblock/idd.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/arcblock/idd --skill intent-normalize
Category
>_Productivity
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is intent-normalize?

Scan and normalize existing intent/planning files to IDD standard. Auto-fixes mechanical issues (frontmatter, directory structure), tags content issues for pickup. Use /intent-normalize to scan current project, or /intent-normalize <path> for specific directory. Source: arcblock/idd.

How do I install intent-normalize?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/arcblock/idd --skill intent-normalize Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/arcblock/idd