moai-adk 0.8.2__tar.gz → 0.8.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of moai-adk might be problematic. Click here for more details.

Files changed (321) hide show
  1. {moai_adk-0.8.2 → moai_adk-0.8.3}/PKG-INFO +15 -14
  2. {moai_adk-0.8.2 → moai_adk-0.8.3}/README.md +14 -13
  3. {moai_adk-0.8.2 → moai_adk-0.8.3}/pyproject.toml +1 -1
  4. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/config/migration.py +1 -1
  5. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/issue_creator.py +7 -3
  6. {moai_adk-0.8.2/src/moai_adk/templates → moai_adk-0.8.3}/src/moai_adk/core/tags/__init__.py +23 -24
  7. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/tags/ci_validator.py +3 -5
  8. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/tags/pre_commit_validator.py +5 -5
  9. {moai_adk-0.8.2/src/moai_adk/templates → moai_adk-0.8.3}/src/moai_adk/core/tags/reporter.py +3 -5
  10. {moai_adk-0.8.2/src/moai_adk/templates → moai_adk-0.8.3}/src/moai_adk/core/tags/validator.py +3 -3
  11. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/commands/alfred/1-plan.md +65 -15
  12. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/commands/alfred/2-run.md +65 -15
  13. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/commands/alfred/3-sync.md +68 -14
  14. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/core/version_cache.py +1 -1
  15. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/shared/core/project.py +34 -23
  16. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/shared/core/version_cache.py +3 -3
  17. moai_adk-0.8.3/src/moai_adk/templates/.moai/memory/gitflow-protection-policy.md +220 -0
  18. moai_adk-0.8.3/src/moai_adk/templates/.moai/memory/spec-metadata.md +356 -0
  19. {moai_adk-0.8.2 → moai_adk-0.8.3/src/moai_adk/templates}/src/moai_adk/core/tags/__init__.py +23 -24
  20. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/src/moai_adk/core/tags/ci_validator.py +3 -5
  21. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/src/moai_adk/core/tags/pre_commit_validator.py +5 -5
  22. {moai_adk-0.8.2 → moai_adk-0.8.3/src/moai_adk/templates}/src/moai_adk/core/tags/reporter.py +3 -5
  23. {moai_adk-0.8.2 → moai_adk-0.8.3/src/moai_adk/templates}/src/moai_adk/core/tags/validator.py +3 -3
  24. {moai_adk-0.8.2 → moai_adk-0.8.3}/.gitignore +0 -0
  25. {moai_adk-0.8.2 → moai_adk-0.8.3}/LICENSE +0 -0
  26. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/__init__.py +0 -0
  27. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/__main__.py +0 -0
  28. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/cli/__init__.py +0 -0
  29. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/cli/commands/__init__.py +0 -0
  30. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/cli/commands/backup.py +0 -0
  31. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/cli/commands/doctor.py +0 -0
  32. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/cli/commands/init.py +0 -0
  33. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/cli/commands/status.py +0 -0
  34. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/cli/commands/update.py +0 -0
  35. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/cli/main.py +0 -0
  36. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/cli/prompts/__init__.py +0 -0
  37. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/cli/prompts/init_prompts.py +0 -0
  38. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/__init__.py +0 -0
  39. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/config/__init__.py +0 -0
  40. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/diagnostics/__init__.py +0 -0
  41. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/diagnostics/slash_commands.py +0 -0
  42. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/git/__init__.py +0 -0
  43. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/git/branch.py +0 -0
  44. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/git/branch_manager.py +0 -0
  45. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/git/checkpoint.py +0 -0
  46. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/git/commit.py +0 -0
  47. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/git/event_detector.py +0 -0
  48. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/git/manager.py +0 -0
  49. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/project/__init__.py +0 -0
  50. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/project/backup_utils.py +0 -0
  51. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/project/checker.py +0 -0
  52. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/project/detector.py +0 -0
  53. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/project/initializer.py +0 -0
  54. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/project/phase_executor.py +0 -0
  55. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/project/validator.py +0 -0
  56. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/quality/__init__.py +0 -0
  57. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/quality/trust_checker.py +0 -0
  58. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/quality/validators/__init__.py +0 -0
  59. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/quality/validators/base_validator.py +0 -0
  60. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/tags/cli.py +2 -2
  61. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/tags/generator.py +0 -0
  62. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/tags/inserter.py +0 -0
  63. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/tags/mapper.py +0 -0
  64. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/tags/parser.py +0 -0
  65. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/tags/tags.py +0 -0
  66. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/template/__init__.py +0 -0
  67. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/template/backup.py +0 -0
  68. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/template/config.py +0 -0
  69. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/template/languages.py +0 -0
  70. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/template/merger.py +0 -0
  71. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/template/processor.py +0 -0
  72. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/core/template_engine.py +0 -0
  73. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/agents/alfred/cc-manager.md +0 -0
  74. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/agents/alfred/debug-helper.md +0 -0
  75. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/agents/alfred/doc-syncer.md +0 -0
  76. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/agents/alfred/git-manager.md +0 -0
  77. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/agents/alfred/implementation-planner.md +0 -0
  78. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/agents/alfred/project-manager.md +0 -0
  79. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/agents/alfred/quality-gate.md +0 -0
  80. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/agents/alfred/skill-factory.md +0 -0
  81. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/agents/alfred/spec-builder.md +0 -0
  82. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/agents/alfred/tag-agent.md +0 -0
  83. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/agents/alfred/tdd-implementer.md +0 -0
  84. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/agents/alfred/trust-checker.md +0 -0
  85. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/commands/alfred/0-project.md +0 -0
  86. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/commands/alfred/9-feedback.md +0 -0
  87. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/.moai/cache/version-check.json +0 -0
  88. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/README.md +0 -0
  89. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/TROUBLESHOOTING.md +0 -0
  90. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/alfred_hooks.py +0 -0
  91. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/notification__handle_events.py +0 -0
  92. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/post_tool__log_changes.py +0 -0
  93. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/pre_tool__auto_checkpoint.py +0 -0
  94. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/session_end__cleanup.py +0 -0
  95. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/session_start__show_project_info.py +0 -0
  96. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/shared/core/__init__.py +0 -0
  97. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/shared/core/checkpoint.py +0 -0
  98. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/shared/core/context.py +0 -0
  99. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/shared/core/tags.py +0 -0
  100. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/shared/handlers/__init__.py +0 -0
  101. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/shared/handlers/notification.py +0 -0
  102. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/shared/handlers/session.py +0 -0
  103. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/shared/handlers/tool.py +0 -0
  104. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/shared/handlers/user.py +0 -0
  105. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/stop__handle_interrupt.py +0 -0
  106. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/subagent_stop__handle_subagent_end.py +0 -0
  107. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/hooks/alfred/user_prompt__jit_load_docs.py +0 -0
  108. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/output-styles/alfred/agentic-coding.md +0 -0
  109. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/output-styles/alfred/moai-adk-learning.md +0 -0
  110. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/output-styles/alfred/study-with-alfred.md +0 -0
  111. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/settings.json +0 -0
  112. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-ears-authoring/SKILL.md +0 -0
  113. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-ears-authoring/examples.md +0 -0
  114. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-ears-authoring/reference.md +0 -0
  115. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-git-workflow/SKILL.md +0 -0
  116. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-git-workflow/examples.md +0 -0
  117. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-git-workflow/reference.md +0 -0
  118. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/SKILL.md +0 -0
  119. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/examples.md +0 -0
  120. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/reference.md +0 -0
  121. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-language-detection/SKILL.md +0 -0
  122. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-language-detection/examples.md +0 -0
  123. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-language-detection/reference.md +0 -0
  124. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-spec-metadata-validation/SKILL.md +0 -0
  125. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-spec-metadata-validation/examples.md +0 -0
  126. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-spec-metadata-validation/reference.md +0 -0
  127. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-tag-scanning/SKILL.md +0 -0
  128. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-tag-scanning/examples.md +0 -0
  129. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-tag-scanning/reference.md +0 -0
  130. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-trust-validation/SKILL.md +0 -0
  131. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-trust-validation/examples.md +0 -0
  132. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-alfred-trust-validation/reference.md +0 -0
  133. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-cc-agents/SKILL.md +0 -0
  134. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-cc-agents/templates/agent-template.md +0 -0
  135. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-cc-claude-md/SKILL.md +0 -0
  136. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-cc-claude-md/templates/CLAUDE-template.md +0 -0
  137. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-cc-commands/SKILL.md +0 -0
  138. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-cc-commands/templates/command-template.md +0 -0
  139. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-cc-hooks/SKILL.md +0 -0
  140. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-cc-hooks/scripts/pre-bash-check.sh +0 -0
  141. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-cc-hooks/scripts/preserve-permissions.sh +0 -0
  142. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-cc-hooks/scripts/validate-bash-command.py +0 -0
  143. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-cc-mcp-plugins/SKILL.md +0 -0
  144. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-cc-mcp-plugins/templates/settings-mcp-template.json +0 -0
  145. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-cc-memory/SKILL.md +0 -0
  146. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-cc-memory/templates/session-summary-template.md +0 -0
  147. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-cc-settings/SKILL.md +0 -0
  148. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-cc-settings/templates/settings-complete-template.json +0 -0
  149. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-cc-skills/SKILL.md +0 -0
  150. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-cc-skills/templates/SKILL-template.md +0 -0
  151. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-backend/SKILL.md +0 -0
  152. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-backend/examples.md +0 -0
  153. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-backend/reference.md +0 -0
  154. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-cli-tool/SKILL.md +0 -0
  155. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-cli-tool/examples.md +0 -0
  156. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-cli-tool/reference.md +0 -0
  157. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-data-science/SKILL.md +0 -0
  158. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-data-science/examples.md +0 -0
  159. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-data-science/reference.md +0 -0
  160. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-database/SKILL.md +0 -0
  161. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-database/examples.md +0 -0
  162. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-database/reference.md +0 -0
  163. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-devops/SKILL.md +0 -0
  164. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-devops/examples.md +0 -0
  165. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-devops/reference.md +0 -0
  166. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-frontend/SKILL.md +0 -0
  167. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-frontend/examples.md +0 -0
  168. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-frontend/reference.md +0 -0
  169. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-ml/SKILL.md +0 -0
  170. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-ml/examples.md +0 -0
  171. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-ml/reference.md +0 -0
  172. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-mobile-app/SKILL.md +0 -0
  173. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-mobile-app/examples.md +0 -0
  174. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-mobile-app/reference.md +0 -0
  175. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-security/SKILL.md +0 -0
  176. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-security/examples.md +0 -0
  177. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-security/reference.md +0 -0
  178. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-web-api/SKILL.md +0 -0
  179. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-web-api/examples.md +0 -0
  180. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-domain-web-api/reference.md +0 -0
  181. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-essentials-debug/SKILL.md +0 -0
  182. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-essentials-debug/examples.md +0 -0
  183. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-essentials-debug/reference.md +0 -0
  184. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-essentials-perf/SKILL.md +0 -0
  185. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-essentials-perf/examples.md +0 -0
  186. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-essentials-perf/reference.md +0 -0
  187. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-essentials-refactor/SKILL.md +0 -0
  188. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-essentials-refactor/examples.md +0 -0
  189. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-essentials-refactor/reference.md +0 -0
  190. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-essentials-review/SKILL.md +0 -0
  191. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-essentials-review/examples.md +0 -0
  192. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-essentials-review/reference.md +0 -0
  193. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-foundation-ears/SKILL.md +0 -0
  194. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-foundation-ears/examples.md +0 -0
  195. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-foundation-ears/reference.md +0 -0
  196. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-foundation-git/SKILL.md +0 -0
  197. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-foundation-git/examples.md +0 -0
  198. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-foundation-git/reference.md +0 -0
  199. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-foundation-langs/SKILL.md +0 -0
  200. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-foundation-langs/examples.md +0 -0
  201. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-foundation-langs/reference.md +0 -0
  202. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-foundation-specs/SKILL.md +0 -0
  203. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-foundation-specs/examples.md +0 -0
  204. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-foundation-specs/reference.md +0 -0
  205. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-foundation-tags/SKILL.md +0 -0
  206. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-foundation-tags/examples.md +0 -0
  207. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-foundation-tags/reference.md +0 -0
  208. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-foundation-trust/SKILL.md +0 -0
  209. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-foundation-trust/examples.md +0 -0
  210. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-foundation-trust/reference.md +0 -0
  211. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-c/SKILL.md +0 -0
  212. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-c/examples.md +0 -0
  213. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-c/reference.md +0 -0
  214. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-cpp/SKILL.md +0 -0
  215. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-cpp/examples.md +0 -0
  216. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-cpp/reference.md +0 -0
  217. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-csharp/SKILL.md +0 -0
  218. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-csharp/examples.md +0 -0
  219. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-csharp/reference.md +0 -0
  220. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-dart/SKILL.md +0 -0
  221. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-dart/examples.md +0 -0
  222. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-dart/reference.md +0 -0
  223. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-go/SKILL.md +0 -0
  224. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-go/examples.md +0 -0
  225. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-go/reference.md +0 -0
  226. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-java/SKILL.md +0 -0
  227. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-java/examples.md +0 -0
  228. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-java/reference.md +0 -0
  229. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-javascript/SKILL.md +0 -0
  230. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-javascript/examples.md +0 -0
  231. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-javascript/reference.md +0 -0
  232. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-kotlin/SKILL.md +0 -0
  233. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-kotlin/examples.md +0 -0
  234. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-kotlin/reference.md +0 -0
  235. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-php/SKILL.md +0 -0
  236. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-php/examples.md +0 -0
  237. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-php/reference.md +0 -0
  238. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-python/SKILL.md +0 -0
  239. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-python/examples.md +0 -0
  240. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-python/reference.md +0 -0
  241. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-r/SKILL.md +0 -0
  242. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-r/examples.md +0 -0
  243. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-r/reference.md +0 -0
  244. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-ruby/SKILL.md +0 -0
  245. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-ruby/examples.md +0 -0
  246. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-ruby/reference.md +0 -0
  247. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-rust/SKILL.md +0 -0
  248. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-rust/examples.md +0 -0
  249. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-rust/reference.md +0 -0
  250. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-scala/SKILL.md +0 -0
  251. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-scala/examples.md +0 -0
  252. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-scala/reference.md +0 -0
  253. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-shell/SKILL.md +0 -0
  254. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-shell/examples.md +0 -0
  255. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-shell/reference.md +0 -0
  256. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-sql/SKILL.md +0 -0
  257. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-sql/examples.md +0 -0
  258. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-sql/reference.md +0 -0
  259. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-swift/SKILL.md +0 -0
  260. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-swift/examples.md +0 -0
  261. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-swift/reference.md +0 -0
  262. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-typescript/SKILL.md +0 -0
  263. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-typescript/examples.md +0 -0
  264. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-lang-typescript/reference.md +0 -0
  265. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-skill-factory/CHECKLIST.md +0 -0
  266. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-skill-factory/EXAMPLES.md +0 -0
  267. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-skill-factory/INTERACTIVE-DISCOVERY.md +0 -0
  268. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-skill-factory/METADATA.md +0 -0
  269. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-skill-factory/PARALLEL-ANALYSIS-REPORT.md +0 -0
  270. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-skill-factory/PYTHON-VERSION-MATRIX.md +0 -0
  271. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-skill-factory/SKILL-FACTORY-WORKFLOW.md +0 -0
  272. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-skill-factory/SKILL-UPDATE-ADVISOR.md +0 -0
  273. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-skill-factory/SKILL.md +0 -0
  274. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-skill-factory/STEP-BY-STEP-GUIDE.md +0 -0
  275. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-skill-factory/STRUCTURE.md +0 -0
  276. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-skill-factory/WEB-RESEARCH.md +0 -0
  277. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-skill-factory/reference.md +0 -0
  278. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-skill-factory/scripts/generate-structure.sh +0 -0
  279. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-skill-factory/scripts/validate-skill.sh +0 -0
  280. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-skill-factory/templates/SKILL_TEMPLATE.md +0 -0
  281. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-skill-factory/templates/examples-template.md +0 -0
  282. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-skill-factory/templates/reference-template.md +0 -0
  283. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-skill-factory/templates/scripts-template.sh +0 -0
  284. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-spec-authoring/README.md +0 -0
  285. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-spec-authoring/SKILL.md +0 -0
  286. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-spec-authoring/examples/validate-spec.sh +0 -0
  287. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-spec-authoring/examples.md +0 -0
  288. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.claude/skills/moai-spec-authoring/reference.md +0 -0
  289. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.github/ISSUE_TEMPLATE/spec.yml +0 -0
  290. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  291. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.github/workflows/moai-gitflow.yml +0 -0
  292. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.github/workflows/moai-release-create.yml +0 -0
  293. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.github/workflows/moai-release-pipeline.yml +0 -0
  294. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.github/workflows/release.yml +0 -0
  295. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.github/workflows/spec-issue-sync.yml +0 -0
  296. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.github/workflows/tag-report.yml +0 -0
  297. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.github/workflows/tag-validation.yml +0 -0
  298. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.gitignore +0 -0
  299. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.moai/config.json +0 -0
  300. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.moai/docs/quick-issue-creation-guide.md +0 -0
  301. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.moai/hooks/install.sh +0 -0
  302. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.moai/hooks/pre-commit.sh +0 -0
  303. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.moai/memory/CLAUDE-AGENTS-GUIDE.md +0 -0
  304. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.moai/memory/CLAUDE-PRACTICES.md +0 -0
  305. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.moai/memory/CLAUDE-RULES.md +0 -0
  306. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.moai/memory/CONFIG-SCHEMA.md +0 -0
  307. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.moai/memory/DEVELOPMENT-GUIDE.md +0 -0
  308. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.moai/memory/GITFLOW-PROTECTION-POLICY.md +0 -0
  309. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.moai/memory/ISSUE-LABEL-MAPPING.md +0 -0
  310. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.moai/memory/SKILLS-DESCRIPTION-POLICY.md +0 -0
  311. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.moai/memory/SPEC-METADATA.md +0 -0
  312. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.moai/project/product.md +0 -0
  313. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.moai/project/structure.md +0 -0
  314. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/.moai/project/tech.md +0 -0
  315. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/CLAUDE.md +0 -0
  316. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/__init__.py +0 -0
  317. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/src/moai_adk/core/__init__.py +0 -0
  318. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/templates/src/moai_adk/core/tags/cli.py +2 -2
  319. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/utils/__init__.py +0 -0
  320. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/utils/banner.py +0 -0
  321. {moai_adk-0.8.2 → moai_adk-0.8.3}/src/moai_adk/utils/logger.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: moai-adk
3
- Version: 0.8.2
3
+ Version: 0.8.3
4
4
  Summary: MoAI Agentic Development Kit - SPEC-First TDD with Alfred SuperAgent & Complete Skills v2.0
5
5
  Project-URL: Homepage, https://github.com/modu-ai/moai-adk
6
6
  Project-URL: Repository, https://github.com/modu-ai/moai-adk
@@ -255,7 +255,7 @@ my-project/
255
255
  │ │ ├── 1-plan.md # SPEC authoring
256
256
  │ │ ├── 2-run.md # TDD implementation
257
257
  │ │ └── 3-sync.md # Documentation sync
258
- │ ├── skills/ # 58 Claude Skills
258
+ │ ├── skills/ # 55+ Claude Skills
259
259
  │ │ ├── moai-foundation-* # 6 Foundation tier
260
260
  │ │ ├── moai-essentials-* # 4 Essentials tier
261
261
  │ │ ├── moai-alfred-* # 7 Alfred tier
@@ -617,7 +617,7 @@ uv tool update
617
617
 
618
618
  ```bash
619
619
  # Reinstall specific version (e.g., 0.4.2)
620
- uv tool install moai-adk==0.4.2
620
+ uv tool install moai-adk
621
621
  ```
622
622
 
623
623
  ### Verify After Update
@@ -1868,7 +1868,7 @@ Hooks are **event-driven** scripts that trigger automatically at specific points
1868
1868
  - Editing critical files (`CLAUDE.md`, `config.json`)
1869
1869
  - Mass edits (10+ files at once via MultiEdit)
1870
1870
 
1871
- **TAG Guard (New in v0.4.11)**:
1871
+ **TAG Guard**:
1872
1872
  Automatically detects missing @TAG annotations in changed files:
1873
1873
 
1874
1874
  - Scans staged, modified, and untracked files
@@ -1999,15 +1999,16 @@ If you need to temporarily disable hooks, edit `.claude/settings.json`:
1999
1999
 
2000
2000
  | Version | Key Features | Date |
2001
2001
  | ----------- | ------------------------------------------------------------------------------------------------ | ---------- |
2002
+ | **v0.8.2** | 📖 EARS terminology update: "Constraints" → "Unwanted Behaviors" for clarity | 2025-10-29 |
2003
+ | **v0.8.1** | 🔄 Command rename: `/alfred:9-help` → `/alfred:9-feedback` + User feedback workflow improvements | 2025-10-28 |
2004
+ | **v0.8.0** | 🏷️ @DOC TAG auto-generation system + SessionStart version check enhancement | 2025-10-27 |
2005
+ | **v0.7.0** | 🌍 Complete language localization system (English, Korean, Japanese, Chinese, Spanish) | 2025-10-26 |
2006
+ | **v0.6.3** | ⚡ 3-Stage update workflow: 70-80% performance improvement via parallel operations | 2025-10-25 |
2007
+ | **v0.6.0** | 🏗️ Major architecture refactor + Enhanced SPEC metadata structure (7 required + 9 optional) | 2025-10-24 |
2002
2008
  | **v0.5.7** | 🎯 SPEC → GitHub Issue automation + CodeRabbit integration + Auto PR comments | 2025-10-27 |
2003
2009
  | **v0.4.11** | ✨ TAG Guard system + CLAUDE.md formatting improvements + Code cleanup | 2025-10-23 |
2004
- | **v0.4.10** | 🔧 Hook robustness improvements + Bilingual documentation + Template language config | 2025-10-23 |
2005
- | **v0.4.9** | 🎯 Hook JSON schema validation fixes + Comprehensive tests (468/468 passing) | 2025-10-23 |
2006
- | **v0.4.8** | 🚀 Release automation + PyPI deployment + Skills refinement | 2025-10-23 |
2007
- | **v0.4.7** | 📖 Korean language optimization + SPEC-First principle documentation | 2025-10-22 |
2008
- | **v0.4.6** | 🎉 Complete Skills v2.0 (100% Production-Ready) + 85,000 lines official docs + 300+ TDD examples | 2025-10-22 |
2009
2010
 
2010
- > 📦 **Install Now**: `uv tool install moai-adk==0.4.11` or `pip install moai-adk==0.4.11`
2011
+ > 📦 **Install Now**: `uv tool install moai-adk` or `pip install moai-adk`
2011
2012
 
2012
2013
  ---
2013
2014
 
@@ -2015,7 +2016,7 @@ If you need to temporarily disable hooks, edit `.claude/settings.json`:
2015
2016
 
2016
2017
  | Purpose | Resource |
2017
2018
  | ------------------------- | --------------------------------------------------------------- |
2018
- | Skills detailed structure | `.claude/skills/` directory (58 Skills) |
2019
+ | Skills detailed structure | `.claude/skills/` directory (55+ Skills) |
2019
2020
  | Sub-agent details | `.claude/agents/alfred/` directory (12 agents) |
2020
2021
  | Workflow guide | `.claude/commands/alfred/` (4 commands: 0-project ~ 3-sync) |
2021
2022
  | Documentation | Coming soon (see `.moai/`, `.claude/`, `docs/` in your project) |
@@ -2029,8 +2030,8 @@ If you need to temporarily disable hooks, edit `.claude/settings.json`:
2029
2030
  | ------------------------ | -------------------------------------------------------- |
2030
2031
  | **GitHub Repository** | https://github.com/modu-ai/moai-adk |
2031
2032
  | **Issues & Discussions** | https://github.com/modu-ai/moai-adk/issues |
2032
- | **PyPI Package** | https://pypi.org/project/moai-adk/ (Latest: v0.4.11) |
2033
- | **Latest Release** | https://github.com/modu-ai/moai-adk/releases/tag/v0.4.11 |
2033
+ | **PyPI Package** | https://pypi.org/project/moai-adk/ |
2034
+ | **Latest Release** | https://github.com/modu-ai/moai-adk/releases |
2034
2035
  | **Documentation** | See `.moai/`, `.claude/`, `docs/` within project |
2035
2036
 
2036
2037
  ---
@@ -2039,7 +2040,7 @@ If you need to temporarily disable hooks, edit `.claude/settings.json`:
2039
2040
 
2040
2041
  > **"No CODE without SPEC"**
2041
2042
 
2042
- MoAI-ADK is not simply a code generation tool. Alfred SuperAgent with its 19-member team and 56 Claude Skills together guarantee:
2043
+ MoAI-ADK is not simply a code generation tool. Alfred SuperAgent with its 19-member team and 55+ Claude Skills together guarantee:
2043
2044
 
2044
2045
  - ✅ **SPEC → TEST (TDD) → CODE → DOCS consistency**
2045
2046
  - ✅ **Complete history tracking with @TAG system**
@@ -215,7 +215,7 @@ my-project/
215
215
  │ │ ├── 1-plan.md # SPEC authoring
216
216
  │ │ ├── 2-run.md # TDD implementation
217
217
  │ │ └── 3-sync.md # Documentation sync
218
- │ ├── skills/ # 58 Claude Skills
218
+ │ ├── skills/ # 55+ Claude Skills
219
219
  │ │ ├── moai-foundation-* # 6 Foundation tier
220
220
  │ │ ├── moai-essentials-* # 4 Essentials tier
221
221
  │ │ ├── moai-alfred-* # 7 Alfred tier
@@ -577,7 +577,7 @@ uv tool update
577
577
 
578
578
  ```bash
579
579
  # Reinstall specific version (e.g., 0.4.2)
580
- uv tool install moai-adk==0.4.2
580
+ uv tool install moai-adk
581
581
  ```
582
582
 
583
583
  ### Verify After Update
@@ -1828,7 +1828,7 @@ Hooks are **event-driven** scripts that trigger automatically at specific points
1828
1828
  - Editing critical files (`CLAUDE.md`, `config.json`)
1829
1829
  - Mass edits (10+ files at once via MultiEdit)
1830
1830
 
1831
- **TAG Guard (New in v0.4.11)**:
1831
+ **TAG Guard**:
1832
1832
  Automatically detects missing @TAG annotations in changed files:
1833
1833
 
1834
1834
  - Scans staged, modified, and untracked files
@@ -1959,15 +1959,16 @@ If you need to temporarily disable hooks, edit `.claude/settings.json`:
1959
1959
 
1960
1960
  | Version | Key Features | Date |
1961
1961
  | ----------- | ------------------------------------------------------------------------------------------------ | ---------- |
1962
+ | **v0.8.2** | 📖 EARS terminology update: "Constraints" → "Unwanted Behaviors" for clarity | 2025-10-29 |
1963
+ | **v0.8.1** | 🔄 Command rename: `/alfred:9-help` → `/alfred:9-feedback` + User feedback workflow improvements | 2025-10-28 |
1964
+ | **v0.8.0** | 🏷️ @DOC TAG auto-generation system + SessionStart version check enhancement | 2025-10-27 |
1965
+ | **v0.7.0** | 🌍 Complete language localization system (English, Korean, Japanese, Chinese, Spanish) | 2025-10-26 |
1966
+ | **v0.6.3** | ⚡ 3-Stage update workflow: 70-80% performance improvement via parallel operations | 2025-10-25 |
1967
+ | **v0.6.0** | 🏗️ Major architecture refactor + Enhanced SPEC metadata structure (7 required + 9 optional) | 2025-10-24 |
1962
1968
  | **v0.5.7** | 🎯 SPEC → GitHub Issue automation + CodeRabbit integration + Auto PR comments | 2025-10-27 |
1963
1969
  | **v0.4.11** | ✨ TAG Guard system + CLAUDE.md formatting improvements + Code cleanup | 2025-10-23 |
1964
- | **v0.4.10** | 🔧 Hook robustness improvements + Bilingual documentation + Template language config | 2025-10-23 |
1965
- | **v0.4.9** | 🎯 Hook JSON schema validation fixes + Comprehensive tests (468/468 passing) | 2025-10-23 |
1966
- | **v0.4.8** | 🚀 Release automation + PyPI deployment + Skills refinement | 2025-10-23 |
1967
- | **v0.4.7** | 📖 Korean language optimization + SPEC-First principle documentation | 2025-10-22 |
1968
- | **v0.4.6** | 🎉 Complete Skills v2.0 (100% Production-Ready) + 85,000 lines official docs + 300+ TDD examples | 2025-10-22 |
1969
1970
 
1970
- > 📦 **Install Now**: `uv tool install moai-adk==0.4.11` or `pip install moai-adk==0.4.11`
1971
+ > 📦 **Install Now**: `uv tool install moai-adk` or `pip install moai-adk`
1971
1972
 
1972
1973
  ---
1973
1974
 
@@ -1975,7 +1976,7 @@ If you need to temporarily disable hooks, edit `.claude/settings.json`:
1975
1976
 
1976
1977
  | Purpose | Resource |
1977
1978
  | ------------------------- | --------------------------------------------------------------- |
1978
- | Skills detailed structure | `.claude/skills/` directory (58 Skills) |
1979
+ | Skills detailed structure | `.claude/skills/` directory (55+ Skills) |
1979
1980
  | Sub-agent details | `.claude/agents/alfred/` directory (12 agents) |
1980
1981
  | Workflow guide | `.claude/commands/alfred/` (4 commands: 0-project ~ 3-sync) |
1981
1982
  | Documentation | Coming soon (see `.moai/`, `.claude/`, `docs/` in your project) |
@@ -1989,8 +1990,8 @@ If you need to temporarily disable hooks, edit `.claude/settings.json`:
1989
1990
  | ------------------------ | -------------------------------------------------------- |
1990
1991
  | **GitHub Repository** | https://github.com/modu-ai/moai-adk |
1991
1992
  | **Issues & Discussions** | https://github.com/modu-ai/moai-adk/issues |
1992
- | **PyPI Package** | https://pypi.org/project/moai-adk/ (Latest: v0.4.11) |
1993
- | **Latest Release** | https://github.com/modu-ai/moai-adk/releases/tag/v0.4.11 |
1993
+ | **PyPI Package** | https://pypi.org/project/moai-adk/ |
1994
+ | **Latest Release** | https://github.com/modu-ai/moai-adk/releases |
1994
1995
  | **Documentation** | See `.moai/`, `.claude/`, `docs/` within project |
1995
1996
 
1996
1997
  ---
@@ -1999,7 +2000,7 @@ If you need to temporarily disable hooks, edit `.claude/settings.json`:
1999
2000
 
2000
2001
  > **"No CODE without SPEC"**
2001
2002
 
2002
- MoAI-ADK is not simply a code generation tool. Alfred SuperAgent with its 19-member team and 56 Claude Skills together guarantee:
2003
+ MoAI-ADK is not simply a code generation tool. Alfred SuperAgent with its 19-member team and 55+ Claude Skills together guarantee:
2003
2004
 
2004
2005
  - ✅ **SPEC → TEST (TDD) → CODE → DOCS consistency**
2005
2006
  - ✅ **Complete history tracking with @TAG system**
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "moai-adk"
3
- version = "0.8.2"
3
+ version = "0.8.3"
4
4
  description = "MoAI Agentic Development Kit - SPEC-First TDD with Alfred SuperAgent & Complete Skills v2.0"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.13"
@@ -34,7 +34,7 @@ def migrate_config_to_nested_structure(config: dict[str, Any]) -> dict[str, Any]
34
34
  if "conversation_language" in config and "language" not in config:
35
35
  # Extract conversation language from legacy location
36
36
  conversation_language = config.pop("conversation_language", "en")
37
- locale = config.pop("locale", None)
37
+ config.pop("locale", None) # Remove legacy locale field
38
38
 
39
39
  # Map language codes to language names
40
40
  language_names = {
@@ -214,7 +214,7 @@ class GitHubIssueCreator:
214
214
  footer += f"**Priority**: {config.priority.value} \n"
215
215
  if config.category:
216
216
  footer += f"**Category**: {config.category} \n"
217
- footer += f"**Created via**: `/alfred:9-feedback`"
217
+ footer += "**Created via**: `/alfred:9-feedback`"
218
218
 
219
219
  return body + footer
220
220
 
@@ -276,7 +276,9 @@ class IssueCreatorFactory:
276
276
  )
277
277
 
278
278
  @staticmethod
279
- def create_feature_issue(title: str, description: str, priority: IssuePriority = IssuePriority.MEDIUM) -> IssueConfig:
279
+ def create_feature_issue(
280
+ title: str, description: str, priority: IssuePriority = IssuePriority.MEDIUM
281
+ ) -> IssueConfig:
280
282
  """Create a feature request issue configuration."""
281
283
  return IssueConfig(
282
284
  issue_type=IssueType.FEATURE,
@@ -287,7 +289,9 @@ class IssueCreatorFactory:
287
289
  )
288
290
 
289
291
  @staticmethod
290
- def create_improvement_issue(title: str, description: str, priority: IssuePriority = IssuePriority.MEDIUM) -> IssueConfig:
292
+ def create_improvement_issue(
293
+ title: str, description: str, priority: IssuePriority = IssuePriority.MEDIUM
294
+ ) -> IssueConfig:
291
295
  """Create an improvement issue configuration."""
292
296
  return IssueConfig(
293
297
  issue_type=IssueType.IMPROVEMENT,
@@ -14,43 +14,42 @@ This module provides TAG validation functionality for:
14
14
  """
15
15
 
16
16
  # Component 1: Pre-commit validator
17
+ # Component 2: CI/CD validator
18
+ from .ci_validator import CIValidator
17
19
  from .pre_commit_validator import (
18
20
  PreCommitValidator,
19
- ValidationResult,
20
21
  ValidationError,
22
+ ValidationResult,
21
23
  ValidationWarning,
22
24
  )
23
25
 
24
- # Component 2: CI/CD validator
25
- from .ci_validator import CIValidator
26
-
27
- # Component 3: Central validation system
28
- from .validator import (
29
- ValidationConfig,
30
- TagValidator,
31
- DuplicateValidator,
32
- OrphanValidator,
33
- ChainValidator,
34
- FormatValidator,
35
- CentralValidator,
36
- CentralValidationResult,
37
- ValidationIssue,
38
- ValidationStatistics,
39
- )
40
-
41
26
  # Component 4: Documentation & Reporting
42
27
  from .reporter import (
43
- TagInventory,
44
- TagMatrix,
28
+ CoverageAnalyzer,
29
+ CoverageMetrics,
45
30
  InventoryGenerator,
46
31
  MatrixGenerator,
47
- CoverageAnalyzer,
48
- StatisticsGenerator,
49
32
  ReportFormatter,
50
33
  ReportGenerator,
51
- CoverageMetrics,
52
- StatisticsReport,
53
34
  ReportResult,
35
+ StatisticsGenerator,
36
+ StatisticsReport,
37
+ TagInventory,
38
+ TagMatrix,
39
+ )
40
+
41
+ # Component 3: Central validation system
42
+ from .validator import (
43
+ CentralValidationResult,
44
+ CentralValidator,
45
+ ChainValidator,
46
+ DuplicateValidator,
47
+ FormatValidator,
48
+ OrphanValidator,
49
+ TagValidator,
50
+ ValidationConfig,
51
+ ValidationIssue,
52
+ ValidationStatistics,
54
53
  )
55
54
 
56
55
  __all__ = [
@@ -13,15 +13,13 @@ Used by GitHub Actions workflow to validate TAGs on every PR.
13
13
 
14
14
  import json
15
15
  import os
16
- from pathlib import Path
17
- from typing import List, Dict, Any, Optional, Tuple
16
+ from typing import Any, Dict, List, Optional
17
+
18
18
  import requests
19
19
 
20
20
  from .pre_commit_validator import (
21
21
  PreCommitValidator,
22
22
  ValidationResult,
23
- ValidationError,
24
- ValidationWarning,
25
23
  )
26
24
 
27
25
 
@@ -357,8 +355,8 @@ class CIValidator(PreCommitValidator):
357
355
 
358
356
  def main():
359
357
  """CLI entry point for CI/CD validation"""
360
- import sys
361
358
  import argparse
359
+ import sys
362
360
 
363
361
  parser = argparse.ArgumentParser(
364
362
  description="Validate TAG annotations in GitHub PR"
@@ -15,7 +15,7 @@ import re
15
15
  import subprocess
16
16
  from dataclasses import dataclass, field
17
17
  from pathlib import Path
18
- from typing import List, Tuple, Dict, Set, Optional
18
+ from typing import Dict, List, Optional, Tuple
19
19
 
20
20
 
21
21
  @dataclass
@@ -160,7 +160,7 @@ class PreCommitValidator:
160
160
  for tag, locations in tag_locations.items():
161
161
  if len(locations) > 1:
162
162
  errors.append(ValidationError(
163
- message=f"Duplicate TAG found",
163
+ message="Duplicate TAG found",
164
164
  tag=tag,
165
165
  locations=locations
166
166
  ))
@@ -220,7 +220,7 @@ class PreCommitValidator:
220
220
  if domain not in tags_by_type["TEST"]:
221
221
  for filepath, line_num in locations:
222
222
  warnings.append(ValidationWarning(
223
- message=f"CODE TAG without corresponding TEST",
223
+ message="CODE TAG without corresponding TEST",
224
224
  tag=f"@CODE:{domain}",
225
225
  location=(filepath, line_num)
226
226
  ))
@@ -230,7 +230,7 @@ class PreCommitValidator:
230
230
  if domain not in tags_by_type["CODE"]:
231
231
  for filepath, line_num in locations:
232
232
  warnings.append(ValidationWarning(
233
- message=f"TEST TAG without corresponding CODE",
233
+ message="TEST TAG without corresponding CODE",
234
234
  tag=f"@TEST:{domain}",
235
235
  location=(filepath, line_num)
236
236
  ))
@@ -302,8 +302,8 @@ class PreCommitValidator:
302
302
 
303
303
  def main():
304
304
  """CLI entry point for pre-commit hook"""
305
- import sys
306
305
  import argparse
306
+ import sys
307
307
 
308
308
  parser = argparse.ArgumentParser(
309
309
  description="Validate TAG annotations in git staged files"
@@ -23,14 +23,12 @@ Usage:
23
23
  print(f"Generated reports: {result.inventory_path}, {result.matrix_path}")
24
24
  """
25
25
 
26
- import re
27
26
  import json
27
+ import re
28
28
  from dataclasses import dataclass, field
29
- from pathlib import Path
30
- from typing import List, Dict, Set, Tuple, Optional, Any
31
29
  from datetime import datetime
32
- import fnmatch
33
-
30
+ from pathlib import Path
31
+ from typing import Dict, List, Set
34
32
 
35
33
  # ============================================================================
36
34
  # Data Models
@@ -22,14 +22,14 @@ Usage:
22
22
  report = validator.create_report(result, format="json")
23
23
  """
24
24
 
25
- import re
26
25
  import json
26
+ import re
27
27
  import time
28
28
  from abc import ABC, abstractmethod
29
29
  from dataclasses import dataclass, field
30
- from pathlib import Path
31
- from typing import List, Dict, Set, Tuple, Optional, Any
32
30
  from datetime import datetime
31
+ from pathlib import Path
32
+ from typing import Any, Dict, List, Optional, Set, Tuple
33
33
 
34
34
 
35
35
  @dataclass
@@ -109,13 +109,59 @@ Users can run commands like this:
109
109
 
110
110
  ## 🔍 STEP 1: Project analysis and planning
111
111
 
112
- Analyze project documents to propose SPEC candidates, establish implementation strategies, and receive user confirmation.
112
+ STEP 1 consists of **two independent phases** to provide flexible workflow based on user request clarity:
113
113
 
114
- **The spec-builder agent automatically loads and analyzes the required documents.**
114
+ ### 📋 STEP 1 Workflow Overview
115
115
 
116
- ### 🔍 Explore the codebase (optional)
116
+ ```
117
+ ┌─────────────────────────────────────────────────────────────┐
118
+ │ STEP 1: Project Analysis & Planning │
119
+ ├─────────────────────────────────────────────────────────────┤
120
+ │ │
121
+ │ Phase A (OPTIONAL) │
122
+ │ ┌─────────────────────────────────────────┐ │
123
+ │ │ 🔍 Explore Agent │ │
124
+ │ │ • Find relevant files by keywords │ │
125
+ │ │ • Locate existing SPEC documents │ │
126
+ │ │ • Identify implementation patterns │ │
127
+ │ └─────────────────────────────────────────┘ │
128
+ │ ↓ │
129
+ │ (exploration results) │
130
+ │ ↓ │
131
+ │ Phase B (REQUIRED) │
132
+ │ ┌─────────────────────────────────────────┐ │
133
+ │ │ ⚙️ spec-builder Agent │ │
134
+ │ │ • Analyze project documents │ │
135
+ │ │ • Propose SPEC candidates │ │
136
+ │ │ • Design EARS structure │ │
137
+ │ │ • Request user approval │ │
138
+ │ └─────────────────────────────────────────┘ │
139
+ │ ↓ │
140
+ │ (user approval via AskUserQuestion) │
141
+ │ ↓ │
142
+ │ PROCEED TO STEP 2 │
143
+ └─────────────────────────────────────────────────────────────┘
144
+ ```
145
+
146
+ **Key Points**:
147
+ - **Phase A is optional** - Skip if user provides clear SPEC title
148
+ - **Phase B is required** - Always runs to analyze project and create SPEC
149
+ - **Results flow forward** - Exploration results (if any) are passed to spec-builder
150
+
151
+ ---
152
+
153
+ ### 🔍 Phase A: Codebase Exploration (OPTIONAL)
154
+
155
+ **Use the Explore agent when user request is unclear or needs context.**
156
+
157
+ #### When to use Phase A:
117
158
 
118
- **If the user request is unclear or requires understanding of existing code** Use the Explore agent first:
159
+ - User uses vague keywords ("where is...", "find me...", "related to...")
160
+ - ✅ Need to understand existing code structure before planning
161
+ - ✅ Feature spans multiple files or modules
162
+ - ❌ User provides clear SPEC title (skip to Phase B)
163
+
164
+ #### How to invoke Explore agent:
119
165
 
120
166
  ```
121
167
  Invoking the Task tool (Explore agent):
@@ -125,18 +171,20 @@ Invoking the Task tool (Explore agent):
125
171
  - File location (src/, tests/, docs/)
126
172
  - Relevant SPEC document (.moai/specs/)
127
173
  - Existing implementation code
128
- thoroughness level: medium"
174
+ thoroughness level: medium"
129
175
  ```
130
176
 
131
- **Criteria for using the Explore Agent**:
132
- - ✅ Users use keywords like “where am”, “find me”, etc.
133
- - ✅ Need to understand existing code structure
134
- - ✅ Investigate features across multiple files
135
- - ❌ Given a clear SPEC title (straight into spec-builder)
177
+ **Note**: If user provides clear SPEC title, skip Phase A and proceed directly to Phase B.
136
178
 
137
- ### ⚙️ How to call an agent
179
+ ---
180
+
181
+ ### ⚙️ Phase B: SPEC Planning (REQUIRED)
138
182
 
139
- **STEP 1 calls the spec-builder agent using the Task tool**:
183
+ **Call the spec-builder agent to analyze project and create SPEC documents.**
184
+
185
+ This phase is **always required** regardless of whether Phase A was executed.
186
+
187
+ #### How to invoke spec-builder:
140
188
 
141
189
  ```
142
190
  Call the Task tool:
@@ -172,6 +220,8 @@ User input: $ARGUMENTS
172
220
  (Optional) Explore results: $EXPLORE_RESULTS"""
173
221
  ```
174
222
 
223
+ **Note**: If Phase A was executed, pass the exploration results via `$EXPLORE_RESULTS` variable.
224
+
175
225
  ### Plan analysis progress
176
226
 
177
227
  1. **Project document analysis**
@@ -427,7 +477,7 @@ priority: high
427
477
  You must include a HISTORY section **right after the YAML Front Matter**:
428
478
 
429
479
  ```markdown
430
- # @SPEC:AUTH-001: JWT-based authentication system
480
+ # @SPEC:DOMAIN-NNN: JWT-based authentication system
431
481
 
432
482
  ## HISTORY
433
483
 
@@ -473,7 +523,7 @@ updated: 2025-09-15
473
523
  author: @username
474
524
  ---
475
525
 
476
- # @SPEC:AUTH-001: [SPEC title]
526
+ # @SPEC:DOMAIN-NNN: [SPEC title]
477
527
 
478
528
  ## HISTORY
479
529
  [Change history by version – see example above]
@@ -501,7 +551,7 @@ author: @username
501
551
  - IF [condition], the system must [respond appropriately with error handling or quality gates]
502
552
 
503
553
  ## Traceability (@TAG)
504
- - **SPEC**: @SPEC:AUTH-001
554
+ - **SPEC**: @SPEC:DOMAIN-NNN
505
555
  - **TEST**: tests/auth/test_service.py
506
556
  - **CODE**: src/auth/service.py
507
557
  - **DOC**: docs/api/authentication.md
@@ -96,13 +96,59 @@ Users can run commands as follows:
96
96
 
97
97
  ## 🔍 STEP 1: SPEC analysis and execution plan establishment
98
98
 
99
- First, the specified SPEC is analyzed to establish an action plan and receive user confirmation.
99
+ STEP 1 consists of **two independent phases** to provide flexible workflow based on task complexity:
100
100
 
101
- **The implementation-planner agent automatically loads and analyzes the required documents.**
101
+ ### 📋 STEP 1 Workflow Overview
102
102
 
103
- ### 🔍 Browse the code base (recommended)
103
+ ```
104
+ ┌─────────────────────────────────────────────────────────────┐
105
+ │ STEP 1: SPEC Analysis & Planning │
106
+ ├─────────────────────────────────────────────────────────────┤
107
+ │ │
108
+ │ Phase A (OPTIONAL) │
109
+ │ ┌─────────────────────────────────────────┐ │
110
+ │ │ 🔍 Explore Agent │ │
111
+ │ │ • Browse existing codebase │ │
112
+ │ │ • Find similar implementations │ │
113
+ │ │ • Identify patterns & architecture │ │
114
+ │ └─────────────────────────────────────────┘ │
115
+ │ ↓ │
116
+ │ (exploration results) │
117
+ │ ↓ │
118
+ │ Phase B (REQUIRED) │
119
+ │ ┌─────────────────────────────────────────┐ │
120
+ │ │ ⚙️ implementation-planner Agent │ │
121
+ │ │ • Analyze SPEC requirements │ │
122
+ │ │ • Design execution strategy │ │
123
+ │ │ • Create implementation plan │ │
124
+ │ │ • Request user approval │ │
125
+ │ └─────────────────────────────────────────┘ │
126
+ │ ↓ │
127
+ │ (user approval via AskUserQuestion) │
128
+ │ ↓ │
129
+ │ PROCEED TO STEP 2 │
130
+ └─────────────────────────────────────────────────────────────┘
131
+ ```
132
+
133
+ **Key Points**:
134
+ - **Phase A is optional** - Skip if you don't need to explore existing code
135
+ - **Phase B is required** - Always runs to analyze SPEC and create execution plan
136
+ - **Results flow forward** - Exploration results (if any) are passed to implementation-planner
137
+
138
+ ---
139
+
140
+ ### 🔍 Phase A: Codebase Exploration (OPTIONAL)
141
+
142
+ **Use the Explore agent when you need to understand existing code before planning.**
143
+
144
+ #### When to use Phase A:
104
145
 
105
- **If you need to understand existing code structure or find similar patterns** Use the Explore agent first:
146
+ - Need to understand existing code structure/patterns
147
+ - ✅ Need to find similar function implementations for reference
148
+ - ✅ Need to understand project architectural rules
149
+ - ✅ Need to check libraries and versions being used
150
+
151
+ #### How to invoke Explore agent:
106
152
 
107
153
  ```
108
154
  Invoking the Task tool (Explore agent):
@@ -112,35 +158,39 @@ Invoking the Task tool (Explore agent):
112
158
  - Similar function implementation code (src/)
113
159
  - Test patterns for reference (tests/)
114
160
  - Architectural patterns and design patterns
115
- - Use Current libraries and versions (package.json, requirements.txt)
161
+ - Current libraries and versions (package.json, requirements.txt)
116
162
  thoroughness level: medium"
117
163
  ```
118
164
 
119
- **When to use the Explore Agent**:
120
- - ✅ When you need to understand the existing code structure/pattern
121
- - ✅ When you need to refer to how a similar function is implemented
122
- - ✅ When you need to understand the architectural rules of the project
123
- - ✅ Check the library and version being used
165
+ **Note**: If you skip Phase A, proceed directly to Phase B.
124
166
 
125
- ### ⚙️ How to call an agent
167
+ ---
168
+
169
+ ### ⚙️ Phase B: Execution Planning (REQUIRED)
126
170
 
127
- **In STEP 1, we call the implementation-planner agent using the Task tool**:
171
+ **Call the implementation-planner agent to analyze SPEC and establish execution strategy.**
172
+
173
+ This phase is **always required** regardless of whether Phase A was executed.
174
+
175
+ #### How to invoke implementation-planner:
128
176
 
129
177
  ```
130
- Task tool call example:
178
+ Task tool call:
131
179
  - subagent_type: "implementation-planner"
132
180
  - description: "SPEC analysis and establishment of execution strategy"
133
181
  - prompt: "Please analyze the SPEC of $ARGUMENTS and establish an execution plan.
134
182
  It must include the following:
135
183
  1. SPEC requirements extraction and complexity assessment
136
184
  2. Library and tool selection (using WebFetch)
137
- 3. TAG chain design
185
+ 3. TAG chain design
138
186
  4. Step-by-step execution plan
139
187
  5. Risks and response plans
140
- 6. Create action plan and use `AskUserQuestion tool (documented in moai-alfred-interactive-questions skill)` to confirm the next action with the user
188
+ 6. Create action plan and use `AskUserQuestion tool (documented in moai-alfred-interactive-questions skill)` to confirm the next action with the user
141
189
  (Optional) Explore results: $EXPLORE_RESULTS"
142
190
  ```
143
191
 
192
+ **Note**: If Phase A was executed, pass the exploration results via `$EXPLORE_RESULTS` variable.
193
+
144
194
  ### SPEC analysis in progress
145
195
 
146
196
  1. **SPEC document analysis**