intent-init
Intent Init
初始化项目的 IDD (Intent Driven Development) 结构。
功能
- 检查现状 - 扫描项目,识别已有的 intent 文件或类似结构
- 创建目录 - 建立标准 IDD 目录结构
- 生成模板 - 创建入口 INTENT.md 和模块级模板
- 配置建议 - 根据项目类型给出配置建议
工作流程
More from arcblock/idd
intent-review
Interactive Intent approval. Review sections and mark status (locked/reviewed/draft). Use /intent-review <path> to review a specific file, or /intent-review to review Intent in current directory.
93intent-plan
Transform approved Intent into executable phased plan with strict TDD. Each step requires tests first (happy/bad/edge/security cases), then implementation. Use after /intent-review when ready to start development.
92intent-assess
Assess if IDD fits your project and learn about Intent-Driven Development. Use /intent-assess to evaluate project suitability or /intent-assess --learn for IDD education.
92intent-story
Share your IDD adoption story. Through structured interviewing, create blog posts about Intent-Driven Development experiences, lessons learned, and best practices. Supports multiple languages and formats.
91intent-report
Generate human-readable report from Intent files. Converts technical Intent specs into readable documents for stakeholders, team members, or documentation. Supports multiple output formats.
91intent-check
Run Intent validation and sync checks. Triggers intent-validate and intent-sync agents. Use /intent-check for full check, or /intent-check --validate/--sync for specific checks.
91