moai-adk 0.5.4__tar.gz → 0.5.8__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.
- {moai_adk-0.5.4 → moai_adk-0.5.8}/PKG-INFO +407 -336
- {moai_adk-0.5.4 → moai_adk-0.5.8}/README.md +406 -335
- {moai_adk-0.5.4 → moai_adk-0.5.8}/pyproject.toml +1 -1
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/__init__.py +1 -1
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/cli/commands/init.py +4 -2
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/cli/commands/status.py +4 -2
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/cli/commands/update.py +4 -5
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/project/initializer.py +13 -11
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/project/phase_executor.py +10 -3
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/template/processor.py +60 -1
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/agents/alfred/cc-manager.md +8 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/agents/alfred/debug-helper.md +18 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/agents/alfred/doc-syncer.md +18 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/agents/alfred/git-manager.md +38 -2
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/agents/alfred/implementation-planner.md +18 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/agents/alfred/project-manager.md +6 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/agents/alfred/quality-gate.md +6 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/agents/alfred/skill-factory.md +8 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/agents/alfred/spec-builder.md +17 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/agents/alfred/tag-agent.md +7 -1
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/agents/alfred/tdd-implementer.md +18 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/agents/alfred/trust-checker.md +6 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/commands/alfred/0-project.md +5 -1
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/commands/alfred/1-plan.md +18 -14
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/commands/alfred/2-run.md +6 -2
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/commands/alfred/3-sync.md +5 -1
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/hooks/alfred/alfred_hooks.py +5 -1
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/output-styles/alfred/agentic-coding.md +5 -1
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/output-styles/alfred/moai-adk-learning.md +5 -1
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/output-styles/alfred/study-with-alfred.md +5 -1
- moai_adk-0.5.8/src/moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/SKILL.md +237 -0
- moai_adk-0.5.8/src/moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/examples.md +615 -0
- moai_adk-0.5.8/src/moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/reference.md +653 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-cc-agents/SKILL.md +22 -2
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-cc-claude-md/SKILL.md +22 -2
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-cc-commands/SKILL.md +22 -2
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-cc-hooks/SKILL.md +22 -2
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-cc-mcp-plugins/SKILL.md +22 -2
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-cc-memory/SKILL.md +22 -2
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-cc-settings/SKILL.md +22 -2
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-cc-skills/SKILL.md +25 -5
- moai_adk-0.5.8/src/moai_adk/templates/.claude/skills/moai-essentials-debug/SKILL.md +303 -0
- moai_adk-0.5.8/src/moai_adk/templates/.claude/skills/moai-essentials-debug/examples.md +1064 -0
- moai_adk-0.5.8/src/moai_adk/templates/.claude/skills/moai-essentials-debug/reference.md +1047 -0
- moai_adk-0.5.8/src/moai_adk/templates/.claude/skills/moai-skill-factory/SKILL.md +271 -0
- moai_adk-0.5.8/src/moai_adk/templates/.claude/skills/moai-spec-authoring/README.md +137 -0
- moai_adk-0.5.8/src/moai_adk/templates/.claude/skills/moai-spec-authoring/SKILL.md +218 -0
- moai_adk-0.5.8/src/moai_adk/templates/.claude/skills/moai-spec-authoring/examples.md +541 -0
- moai_adk-0.5.8/src/moai_adk/templates/.claude/skills/moai-spec-authoring/reference.md +622 -0
- moai_adk-0.5.8/src/moai_adk/templates/.github/ISSUE_TEMPLATE/spec.yml +176 -0
- moai_adk-0.5.8/src/moai_adk/templates/.github/workflows/spec-issue-sync.yml +167 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.moai/config.json +5 -5
- moai_adk-0.5.8/src/moai_adk/templates/.moai/memory/CLAUDE-AGENTS-GUIDE.md +208 -0
- moai_adk-0.5.8/src/moai_adk/templates/.moai/memory/CLAUDE-PRACTICES.md +369 -0
- moai_adk-0.5.8/src/moai_adk/templates/.moai/memory/CLAUDE-RULES.md +539 -0
- moai_adk-0.5.4/src/moai_adk/templates/.moai/memory/development-guide.md → moai_adk-0.5.8/src/moai_adk/templates/.moai/memory/DEVELOPMENT-GUIDE.md +3 -3
- moai_adk-0.5.8/src/moai_adk/templates/.moai/memory/SKILLS-DESCRIPTION-POLICY.md +218 -0
- moai_adk-0.5.8/src/moai_adk/templates/.moai/memory/config-schema.md +444 -0
- moai_adk-0.5.8/src/moai_adk/templates/CLAUDE.md +249 -0
- moai_adk-0.5.4/src/moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/SKILL.md +0 -480
- moai_adk-0.5.4/src/moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/examples.md +0 -257
- moai_adk-0.5.4/src/moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/reference.md +0 -120
- moai_adk-0.5.4/src/moai_adk/templates/.claude/skills/moai-essentials-debug/SKILL.md +0 -698
- moai_adk-0.5.4/src/moai_adk/templates/.claude/skills/moai-essentials-debug/examples.md +0 -1107
- moai_adk-0.5.4/src/moai_adk/templates/.claude/skills/moai-essentials-debug/reference.md +0 -1533
- moai_adk-0.5.4/src/moai_adk/templates/.claude/skills/moai-skill-factory/SKILL.md +0 -560
- moai_adk-0.5.4/src/moai_adk/templates/.claude/skills/moai-spec-authoring/README.md +0 -129
- moai_adk-0.5.4/src/moai_adk/templates/.claude/skills/moai-spec-authoring/SKILL.md +0 -1300
- moai_adk-0.5.4/src/moai_adk/templates/CLAUDE.md +0 -945
- {moai_adk-0.5.4 → moai_adk-0.5.8}/.gitignore +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/LICENSE +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/__main__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/cli/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/cli/commands/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/cli/commands/backup.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/cli/commands/doctor.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/cli/main.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/cli/prompts/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/cli/prompts/init_prompts.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/diagnostics/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/diagnostics/slash_commands.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/git/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/git/branch.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/git/branch_manager.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/git/checkpoint.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/git/commit.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/git/event_detector.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/git/manager.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/project/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/project/backup_utils.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/project/checker.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/project/detector.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/project/validator.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/quality/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/quality/trust_checker.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/quality/validators/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/quality/validators/base_validator.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/template/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/template/backup.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/template/config.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/template/languages.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/core/template/merger.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/hooks/alfred/HOOK_SCHEMA_VALIDATION.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/hooks/alfred/README.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/hooks/alfred/core/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/hooks/alfred/core/checkpoint.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/hooks/alfred/core/context.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/hooks/alfred/core/project.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/hooks/alfred/core/tags.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/hooks/alfred/handlers/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/hooks/alfred/handlers/notification.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/hooks/alfred/handlers/session.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/hooks/alfred/handlers/tool.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/hooks/alfred/handlers/user.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/hooks/alfred/test_hook_output.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/settings.json +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-alfred-ears-authoring/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-alfred-ears-authoring/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-alfred-ears-authoring/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-alfred-git-workflow/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-alfred-git-workflow/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-alfred-git-workflow/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-alfred-language-detection/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-alfred-language-detection/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-alfred-language-detection/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-alfred-spec-metadata-validation/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-alfred-spec-metadata-validation/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-alfred-spec-metadata-validation/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-alfred-tag-scanning/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-alfred-tag-scanning/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-alfred-tag-scanning/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-alfred-trust-validation/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-alfred-trust-validation/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-alfred-trust-validation/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-cc-agents/templates/agent-template.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-cc-claude-md/templates/CLAUDE-template.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-cc-commands/templates/command-template.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-cc-hooks/scripts/pre-bash-check.sh +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-cc-hooks/scripts/preserve-permissions.sh +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-cc-hooks/scripts/validate-bash-command.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-cc-mcp-plugins/templates/settings-mcp-template.json +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-cc-memory/templates/session-summary-template.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-cc-settings/templates/settings-complete-template.json +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-cc-skills/templates/SKILL-template.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-backend/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-backend/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-backend/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-cli-tool/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-cli-tool/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-cli-tool/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-data-science/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-data-science/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-data-science/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-database/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-database/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-database/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-devops/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-devops/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-devops/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-frontend/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-frontend/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-frontend/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-ml/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-ml/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-ml/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-mobile-app/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-mobile-app/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-mobile-app/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-security/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-security/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-security/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-web-api/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-web-api/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-domain-web-api/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-essentials-perf/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-essentials-perf/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-essentials-perf/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-essentials-refactor/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-essentials-refactor/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-essentials-refactor/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-essentials-review/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-essentials-review/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-essentials-review/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-foundation-ears/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-foundation-ears/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-foundation-ears/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-foundation-git/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-foundation-git/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-foundation-git/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-foundation-langs/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-foundation-langs/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-foundation-langs/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-foundation-specs/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-foundation-specs/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-foundation-specs/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-foundation-tags/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-foundation-tags/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-foundation-tags/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-foundation-trust/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-foundation-trust/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-foundation-trust/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-c/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-c/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-c/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-cpp/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-cpp/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-cpp/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-csharp/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-csharp/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-csharp/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-dart/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-dart/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-dart/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-go/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-go/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-go/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-java/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-java/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-java/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-javascript/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-javascript/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-javascript/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-kotlin/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-kotlin/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-kotlin/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-php/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-php/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-php/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-python/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-python/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-python/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-r/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-r/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-r/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-ruby/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-ruby/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-ruby/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-rust/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-rust/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-rust/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-scala/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-scala/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-scala/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-shell/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-shell/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-shell/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-sql/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-sql/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-sql/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-swift/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-swift/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-swift/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-typescript/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-typescript/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-lang-typescript/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-skill-factory/CHECKLIST.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-skill-factory/EXAMPLES.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-skill-factory/INTERACTIVE-DISCOVERY.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-skill-factory/METADATA.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-skill-factory/PARALLEL-ANALYSIS-REPORT.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-skill-factory/PYTHON-VERSION-MATRIX.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-skill-factory/SKILL-FACTORY-WORKFLOW.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-skill-factory/SKILL-UPDATE-ADVISOR.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-skill-factory/STEP-BY-STEP-GUIDE.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-skill-factory/STRUCTURE.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-skill-factory/WEB-RESEARCH.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-skill-factory/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-skill-factory/scripts/generate-structure.sh +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-skill-factory/scripts/validate-skill.sh +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-skill-factory/templates/SKILL_TEMPLATE.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-skill-factory/templates/examples-template.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-skill-factory/templates/reference-template.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-skill-factory/templates/scripts-template.sh +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.claude/skills/moai-spec-authoring/examples/validate-spec.sh +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.github/workflows/moai-gitflow.yml +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.gitignore +0 -0
- /moai_adk-0.5.4/src/moai_adk/templates/.moai/memory/gitflow-protection-policy.md → /moai_adk-0.5.8/src/moai_adk/templates/.moai/memory/GITFLOW-PROTECTION-POLICY.md +0 -0
- /moai_adk-0.5.4/src/moai_adk/templates/.moai/memory/spec-metadata.md → /moai_adk-0.5.8/src/moai_adk/templates/.moai/memory/SPEC-METADATA.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.moai/project/product.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.moai/project/structure.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/.moai/project/tech.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/templates/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/utils/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/src/moai_adk/utils/banner.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.8}/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.5.
|
|
3
|
+
Version: 0.5.8
|
|
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
|
|
@@ -39,7 +39,7 @@ Description-Content-Type: text/markdown
|
|
|
39
39
|
|
|
40
40
|
# MoAI-ADK (Agentic Development Kit)
|
|
41
41
|
|
|
42
|
-
[
|
|
42
|
+
[한국어](README.ko.md) |[English](README.md) | [ไทย](README.th.md) | [日本語](README.ja.md) | [中文](README.zh.md) | [हिन्दी](README.hi.md)
|
|
43
43
|
|
|
44
44
|
[](https://pypi.org/project/moai-adk/)
|
|
45
45
|
[](https://opensource.org/licenses/MIT)
|
|
@@ -60,16 +60,15 @@ If you're **new to MoAI-ADK**, start with "What is MoAI-ADK?".
|
|
|
60
60
|
If you want to **get started quickly**, jump straight to "5-Minute Quick Start".
|
|
61
61
|
If you've **already installed it and want to understand the concepts**, we recommend "5 Key Concepts".
|
|
62
62
|
|
|
63
|
-
| Question | Jump To
|
|
64
|
-
| ---------------------------------- |
|
|
65
|
-
| First time here—what is it? | [What is MoAI-ADK?](#what-is-moai-adk)
|
|
66
|
-
| How do I get started? | [5-Minute Quick Start](#5-minute-quick-start)
|
|
67
|
-
| What's the basic flow? | [Core Workflow (0 → 3)](#core-workflow-0--3)
|
|
68
|
-
| What do Plan/Run/Sync commands do? | [Command Cheat Sheet](#command-cheat-sheet)
|
|
69
|
-
| What are SPEC, TDD, TAG? | [5 Key Concepts](#5-key-concepts)
|
|
70
|
-
| Tell me about agents/Skills | [Sub-agents & Skills Overview](#sub-agents--skills-overview)
|
|
71
|
-
|
|
|
72
|
-
| Want to dive deeper? | [Additional Resources](#additional-resources) |
|
|
63
|
+
| Question | Jump To |
|
|
64
|
+
| ---------------------------------- | ------------------------------------------------------------------------ |
|
|
65
|
+
| First time here—what is it? | [What is MoAI-ADK?](#what-is-moai-adk) |
|
|
66
|
+
| How do I get started? | [5-Minute Quick Start](#5-minute-quick-start) |
|
|
67
|
+
| What's the basic flow? | [Core Workflow (0 → 3)](#core-workflow-0--3) |
|
|
68
|
+
| What do Plan/Run/Sync commands do? | [Command Cheat Sheet](#command-cheat-sheet) |
|
|
69
|
+
| What are SPEC, TDD, TAG? | [5 Key Concepts](#5-key-concepts) |
|
|
70
|
+
| Tell me about agents/Skills | [Sub-agents & Skills Overview](#sub-agents--skills-overview) |
|
|
71
|
+
| Want to dive deeper? | [Additional Resources](#additional-resources) |
|
|
73
72
|
|
|
74
73
|
---
|
|
75
74
|
|
|
@@ -190,7 +189,7 @@ uv tool install moai-adk
|
|
|
190
189
|
|
|
191
190
|
# Verify installation
|
|
192
191
|
moai-adk --version
|
|
193
|
-
# Output: MoAI-ADK
|
|
192
|
+
# Output: MoAI-ADK v1.0.0
|
|
194
193
|
```
|
|
195
194
|
|
|
196
195
|
Once installed, you can use the `moai-adk` command anywhere.
|
|
@@ -198,12 +197,14 @@ Once installed, you can use the `moai-adk` command anywhere.
|
|
|
198
197
|
### Step 3: Create Project (about 1 minute)
|
|
199
198
|
|
|
200
199
|
**To start a new project:**
|
|
200
|
+
|
|
201
201
|
```bash
|
|
202
202
|
moai-adk init my-project
|
|
203
203
|
cd my-project
|
|
204
204
|
```
|
|
205
205
|
|
|
206
206
|
**To add to an existing project:**
|
|
207
|
+
|
|
207
208
|
```bash
|
|
208
209
|
cd your-existing-project
|
|
209
210
|
moai-adk init .
|
|
@@ -213,19 +214,68 @@ This one command automatically generates:
|
|
|
213
214
|
|
|
214
215
|
```
|
|
215
216
|
my-project/
|
|
216
|
-
├── .moai/
|
|
217
|
-
│ ├── config.json
|
|
218
|
-
│ ├── project/
|
|
219
|
-
│ ├──
|
|
220
|
-
│
|
|
221
|
-
|
|
222
|
-
│ ├──
|
|
223
|
-
│ ├──
|
|
224
|
-
│ ├──
|
|
225
|
-
│
|
|
226
|
-
├──
|
|
227
|
-
├──
|
|
228
|
-
├──
|
|
217
|
+
├── .moai/ # MoAI-ADK project configuration
|
|
218
|
+
│ ├── config.json # Project settings (language, mode, owner)
|
|
219
|
+
│ ├── project/ # Project information
|
|
220
|
+
│ │ ├── product.md # Product vision and goals
|
|
221
|
+
│ │ ├── structure.md # Directory structure
|
|
222
|
+
│ │ └── tech.md # Tech stack and architecture
|
|
223
|
+
│ ├── memory/ # Alfred's knowledge base (8 files)
|
|
224
|
+
│ │ ├── CLAUDE-AGENTS-GUIDE.md # Sub-agent collaboration guide
|
|
225
|
+
│ │ ├── CLAUDE-RULES.md # Decision rules and standards
|
|
226
|
+
│ │ ├── CLAUDE-PRACTICES.md # Workflow patterns and examples
|
|
227
|
+
│ │ ├── CONFIG-SCHEMA.md # .moai/config.json schema
|
|
228
|
+
│ │ ├── DEVELOPMENT-GUIDE.md # SPEC-First TDD workflow guide
|
|
229
|
+
│ │ ├── GITFLOW-PROTECTION-POLICY.md # Git branch protection
|
|
230
|
+
│ │ ├── SKILLS-DESCRIPTION-POLICY.md # Skills management policy
|
|
231
|
+
│ │ └── SPEC-METADATA.md # SPEC YAML frontmatter standard
|
|
232
|
+
│ ├── specs/ # SPEC files
|
|
233
|
+
│ │ └── SPEC-XXX-001/ # Each SPEC in its own folder
|
|
234
|
+
│ │ └── spec.md # EARS-format specification
|
|
235
|
+
│ └── reports/ # Analysis reports
|
|
236
|
+
├── .claude/ # Claude Code automation
|
|
237
|
+
│ ├── agents/ # 12 Sub-agents
|
|
238
|
+
│ │ └── alfred/
|
|
239
|
+
│ │ ├── project-manager.md # Project initialization
|
|
240
|
+
│ │ ├── spec-builder.md # SPEC authoring (EARS)
|
|
241
|
+
│ │ ├── implementation-planner.md # Architecture & TAG design
|
|
242
|
+
│ │ ├── tdd-implementer.md # RED-GREEN-REFACTOR loop
|
|
243
|
+
│ │ ├── doc-syncer.md # Documentation sync
|
|
244
|
+
│ │ ├── quality-gate.md # TRUST 5 verification
|
|
245
|
+
│ │ ├── tag-agent.md # TAG chain validation
|
|
246
|
+
│ │ ├── trust-checker.md # Code quality checks
|
|
247
|
+
│ │ ├── debug-helper.md # Error analysis & fixes
|
|
248
|
+
│ │ ├── git-manager.md # GitFlow & PR management
|
|
249
|
+
│ │ ├── cc-manager.md # Claude Code optimization
|
|
250
|
+
│ │ └── skill-factory.md # Skills creation & updates
|
|
251
|
+
│ ├── commands/ # 4 Alfred commands
|
|
252
|
+
│ │ └── alfred/
|
|
253
|
+
│ │ ├── 0-project.md # Project initialization
|
|
254
|
+
│ │ ├── 1-plan.md # SPEC authoring
|
|
255
|
+
│ │ ├── 2-run.md # TDD implementation
|
|
256
|
+
│ │ └── 3-sync.md # Documentation sync
|
|
257
|
+
│ ├── skills/ # 58 Claude Skills
|
|
258
|
+
│ │ ├── moai-foundation-* # 6 Foundation tier
|
|
259
|
+
│ │ ├── moai-essentials-* # 4 Essentials tier
|
|
260
|
+
│ │ ├── moai-alfred-* # 7 Alfred tier
|
|
261
|
+
│ │ ├── moai-domain-* # 10 Domain tier
|
|
262
|
+
│ │ ├── moai-lang-* # 18 Language tier
|
|
263
|
+
│ │ ├── moai-cc-* # 8 Claude Code tier
|
|
264
|
+
│ │ ├── moai-skill-factory # 1 Skill Factory
|
|
265
|
+
│ │ └── moai-spec-authoring # 1 SPEC authoring
|
|
266
|
+
│ ├── hooks/ # Event-driven automation
|
|
267
|
+
│ │ └── alfred/
|
|
268
|
+
│ │ └── alfred_hooks.py # 5 hooks (Session, PreTool, etc.)
|
|
269
|
+
│ ├── output-styles/ # Response styles
|
|
270
|
+
│ │ └── alfred/
|
|
271
|
+
│ │ ├── agentic-coding.md # Professional development mode
|
|
272
|
+
│ │ ├── moai-adk-learning.md # Educational explanations mode
|
|
273
|
+
│ │ └── study-with-alfred.md # Interactive learning mode
|
|
274
|
+
│ └── settings.json # Claude Code settings
|
|
275
|
+
├── src/ # Implementation code
|
|
276
|
+
├── tests/ # Test code
|
|
277
|
+
├── docs/ # Auto-generated documentation
|
|
278
|
+
├── CLAUDE.md # Alfred's core directives
|
|
229
279
|
└── README.md
|
|
230
280
|
```
|
|
231
281
|
|
|
@@ -260,6 +310,7 @@ After project initialization completes, write your first feature as a SPEC:
|
|
|
260
310
|
```
|
|
261
311
|
|
|
262
312
|
Automatically generated:
|
|
313
|
+
|
|
263
314
|
- `@SPEC:USER-001` - Unique ID assigned
|
|
264
315
|
- `.moai/specs/SPEC-USER-001/spec.md` - Professional SPEC in EARS format
|
|
265
316
|
- `feature/spec-user-001` - Git branch auto-created
|
|
@@ -273,6 +324,7 @@ Once SPEC is written, implement using TDD:
|
|
|
273
324
|
```
|
|
274
325
|
|
|
275
326
|
This command handles:
|
|
327
|
+
|
|
276
328
|
- 🔴 **RED**: Automatically write failing test (`@TEST:USER-001`)
|
|
277
329
|
- 🟢 **GREEN**: Minimal implementation to pass test (`@CODE:USER-001`)
|
|
278
330
|
- ♻️ **REFACTOR**: Improve code quality
|
|
@@ -286,6 +338,7 @@ Finally, auto-sync all documentation:
|
|
|
286
338
|
```
|
|
287
339
|
|
|
288
340
|
Automatically generated/updated:
|
|
341
|
+
|
|
289
342
|
- Living Document (API documentation)
|
|
290
343
|
- README updates
|
|
291
344
|
- CHANGELOG generation
|
|
@@ -321,16 +374,134 @@ cat README.md
|
|
|
321
374
|
```
|
|
322
375
|
|
|
323
376
|
> 🔍 **Verification Command**: `moai-adk doctor` — Checks if Python/uv versions, `.moai/` structure, and agent/Skills configuration are all ready.
|
|
377
|
+
>
|
|
324
378
|
> ```bash
|
|
325
379
|
> moai-adk doctor
|
|
326
380
|
> ```
|
|
381
|
+
>
|
|
327
382
|
> All green checkmarks mean perfect readiness!
|
|
328
383
|
|
|
329
384
|
---
|
|
330
385
|
|
|
386
|
+
## Understanding CLAUDE.md (Alfred's Configuration Documents)
|
|
387
|
+
|
|
388
|
+
MoAI-ADK's AI coordination is powered by **Alfred**, the MoAI SuperAgent. Alfred's behavior and decision-making are guided by a set of **internal configuration documents** in the `.claude/` directory.
|
|
389
|
+
|
|
390
|
+
### 4-Document Structure
|
|
391
|
+
|
|
392
|
+
When you run MoAI-ADK, Alfred loads configuration from **4 coordinated documents** (stored in your `.claude/` directory):
|
|
393
|
+
|
|
394
|
+
| Document | Size | Purpose | When Alfred Reads It |
|
|
395
|
+
| -------------------------- | ----- | ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
396
|
+
| **CLAUDE.md** | ~7kb | Alfred's identity, core directives, project metadata | At session start (bootstrap) |
|
|
397
|
+
| **CLAUDE-AGENTS-GUIDE.md** | ~14kb | Sub-agent roster (19 members), Skills distribution (55 packs), team structure | When selecting which agent to invoke |
|
|
398
|
+
| **CLAUDE-RULES.md** | ~17kb | Decision-making rules (Skill invocation, Interactive Questions, TAG validation), commit templates, TRUST 5 gates | During each decision point (e.g., when to ask user questions) |
|
|
399
|
+
| **CLAUDE-PRACTICES.md** | ~8kb | Practical workflows, context engineering (JIT retrieval), on-demand agent patterns, real examples | During implementation phase |
|
|
400
|
+
|
|
401
|
+
### Why This Structure Matters
|
|
402
|
+
|
|
403
|
+
**For Developers**: These documents define how Alfred interprets your requirements and orchestrates development. Understanding them helps you:
|
|
404
|
+
|
|
405
|
+
- Write clearer specifications that Alfred understands better
|
|
406
|
+
- Know which agent/Skill will be invoked for your request
|
|
407
|
+
- Understand decision points where Alfred might ask you questions
|
|
408
|
+
|
|
409
|
+
**For AI**: Progressive disclosure means:
|
|
410
|
+
|
|
411
|
+
- **Session Start**: Load only CLAUDE.md (7kb) — minimal overhead
|
|
412
|
+
- **On-Demand**: Load CLAUDE-AGENTS-GUIDE.md, CLAUDE-RULES.md, CLAUDE-PRACTICES.md only when needed
|
|
413
|
+
- **Result**: Faster session boot, cleaner context, clear decision logic
|
|
414
|
+
|
|
415
|
+
### Example: What Happens When You Run `/alfred:2-run`
|
|
416
|
+
|
|
417
|
+
1. **CLAUDE.md** is already loaded → Alfred knows its role and project context
|
|
418
|
+
2. Alfred checks **CLAUDE-RULES.md** → "Should I ask user questions? Which Skill applies here?"
|
|
419
|
+
3. If implementing code: Alfred loads **CLAUDE-AGENTS-GUIDE.md** → "Which agent executes TDD?"
|
|
420
|
+
4. During implementation: Alfred loads **CLAUDE-PRACTICES.md** → "How do I structure the RED → GREEN → REFACTOR workflow?"
|
|
421
|
+
|
|
422
|
+
### Customizing Alfred's Behavior
|
|
423
|
+
|
|
424
|
+
**Most developers never modify these files.** MoAI-ADK ships with optimized defaults.
|
|
425
|
+
|
|
426
|
+
**If you need to customize Alfred's behavior** (rare), edit these documents in your project's `.claude/` directory:
|
|
427
|
+
|
|
428
|
+
- Add new decision rules in **CLAUDE-RULES.md**
|
|
429
|
+
- Adjust agent selection logic in **CLAUDE-AGENTS-GUIDE.md**
|
|
430
|
+
- Document team-specific workflows in **CLAUDE-PRACTICES.md**
|
|
431
|
+
|
|
432
|
+
> ⚠️ **Important**: These are internal configuration files for Alfred, not user guides. Keep them concise and decision-focused. Most teams don't modify them.
|
|
433
|
+
|
|
434
|
+
---
|
|
435
|
+
|
|
436
|
+
## Alfred's Memory Files (.moai/memory/)
|
|
437
|
+
|
|
438
|
+
Alfred's knowledge base consists of **14 memory files** stored in `.moai/memory/`. These files define standards, rules, and guidelines that Alfred and Sub-agents reference during development.
|
|
439
|
+
|
|
440
|
+
### Core Knowledge Base (14 Files)
|
|
441
|
+
|
|
442
|
+
**Core Guides (3 files)**:
|
|
443
|
+
|
|
444
|
+
| File | Size | Purpose | Who Uses It |
|
|
445
|
+
| ------------------------ | ----- | ---------------------------------------- | ---------------------- |
|
|
446
|
+
| `CLAUDE-AGENTS-GUIDE.md` | ~15KB | Sub-agent selection & collaboration | Alfred, Developers |
|
|
447
|
+
| `CLAUDE-PRACTICES.md` | ~12KB | Real-world workflow examples & patterns | Alfred, All Sub-agents |
|
|
448
|
+
| `CLAUDE-RULES.md` | ~19KB | Skill/TAG/Git rules & decision standards | Alfred, All Sub-agents |
|
|
449
|
+
|
|
450
|
+
**Standards (4 files)**:
|
|
451
|
+
|
|
452
|
+
| File | Size | Purpose | Who Uses It |
|
|
453
|
+
| ------------------------------ | ----- | ------------------------------------- | -------------------------- |
|
|
454
|
+
| `CONFIG-SCHEMA.md` | ~12KB | `.moai/config.json` schema definition | project-manager |
|
|
455
|
+
| `DEVELOPMENT-GUIDE.md` | ~14KB | SPEC-First TDD workflow guide | All Sub-agents, Developers |
|
|
456
|
+
| `GITFLOW-PROTECTION-POLICY.md` | ~6KB | Git branch protection policy | git-manager |
|
|
457
|
+
| `SPEC-METADATA.md` | ~9KB | SPEC YAML frontmatter standard (SSOT) | spec-builder, doc-syncer |
|
|
458
|
+
|
|
459
|
+
**Implementation Analysis (7 files)**: Internal reports and policy documents for Skills management, workflow improvements, and team integration analysis.
|
|
460
|
+
|
|
461
|
+
### When Are Memory Files Loaded?
|
|
462
|
+
|
|
463
|
+
**Session Start (Always)**:
|
|
464
|
+
|
|
465
|
+
- `CLAUDE.md`
|
|
466
|
+
- `CLAUDE-AGENTS-GUIDE.md`
|
|
467
|
+
- `CLAUDE-RULES.md`
|
|
468
|
+
|
|
469
|
+
**Just-In-Time (Command Execution)**:
|
|
470
|
+
|
|
471
|
+
- `/alfred:1-plan` → `SPEC-METADATA.md`, `DEVELOPMENT-GUIDE.md`
|
|
472
|
+
- `/alfred:2-run` → `DEVELOPMENT-GUIDE.md`
|
|
473
|
+
- `/alfred:3-sync` → `DEVELOPMENT-GUIDE.md`
|
|
474
|
+
|
|
475
|
+
**Conditional (On-Demand)**:
|
|
476
|
+
|
|
477
|
+
- Config changes → `CONFIG-SCHEMA.md`
|
|
478
|
+
- Git operations → `GITFLOW-PROTECTION-POLICY.md`
|
|
479
|
+
- Skill creation → `SKILLS-DESCRIPTION-POLICY.md`
|
|
480
|
+
|
|
481
|
+
### Why Memory Files Matter
|
|
482
|
+
|
|
483
|
+
1. **Single Source of Truth (SSOT)**: Each standard is defined exactly once, eliminating conflicts
|
|
484
|
+
2. **Context Efficiency**: JIT loading reduces initial session overhead (only 3 files at start)
|
|
485
|
+
3. **Consistent Decisions**: All Sub-agents follow the same rules from `CLAUDE-RULES.md`
|
|
486
|
+
4. **Traceability**: SPEC metadata, @TAG rules, and Git standards all documented
|
|
487
|
+
|
|
488
|
+
### Usage Frequency
|
|
489
|
+
|
|
490
|
+
| Priority | Files | Usage Pattern |
|
|
491
|
+
| --------- | -------------------------------------------------- | ------------------- |
|
|
492
|
+
| Very High | `CLAUDE-RULES.md` | Every decision |
|
|
493
|
+
| High | `DEVELOPMENT-GUIDE.md`, `SPEC-METADATA.md` | All commands |
|
|
494
|
+
| Medium | `CLAUDE-AGENTS-GUIDE.md`, `CLAUDE-PRACTICES.md` | Agent coordination |
|
|
495
|
+
| Low | `CONFIG-SCHEMA.md`, `GITFLOW-PROTECTION-POLICY.md` | Specific operations |
|
|
496
|
+
|
|
497
|
+
> 📚 **Complete Analysis**: See `.moai/memory/MEMORY-FILES-USAGE.md` for comprehensive documentation on who uses each file, when they're loaded, where they're referenced, and why they're needed.
|
|
498
|
+
|
|
499
|
+
---
|
|
500
|
+
|
|
331
501
|
## Keeping MoAI-ADK Up-to-Date
|
|
332
502
|
|
|
333
503
|
### Check Version
|
|
504
|
+
|
|
334
505
|
```bash
|
|
335
506
|
# Check currently installed version
|
|
336
507
|
moai-adk --version
|
|
@@ -342,6 +513,7 @@ uv tool list # Check current version of moai-adk
|
|
|
342
513
|
### Upgrading
|
|
343
514
|
|
|
344
515
|
#### Method 1: MoAI-ADK Built-in Update Command (Simplest)
|
|
516
|
+
|
|
345
517
|
```bash
|
|
346
518
|
# MoAI-ADK's own update command - also updates agent/Skills templates
|
|
347
519
|
moai-adk update
|
|
@@ -353,24 +525,28 @@ moai-adk init .
|
|
|
353
525
|
#### Method 2: Upgrade with uv tool command
|
|
354
526
|
|
|
355
527
|
**Upgrade specific tool (recommended)**
|
|
528
|
+
|
|
356
529
|
```bash
|
|
357
530
|
# Upgrade only moai-adk to latest version
|
|
358
531
|
uv tool upgrade moai-adk
|
|
359
532
|
```
|
|
360
533
|
|
|
361
534
|
**Upgrade all installed tools**
|
|
535
|
+
|
|
362
536
|
```bash
|
|
363
537
|
# Upgrade all uv tool installations to latest versions
|
|
364
538
|
uv tool update
|
|
365
539
|
```
|
|
366
540
|
|
|
367
541
|
**Install specific version**
|
|
542
|
+
|
|
368
543
|
```bash
|
|
369
544
|
# Reinstall specific version (e.g., 0.4.2)
|
|
370
545
|
uv tool install moai-adk==0.4.2
|
|
371
546
|
```
|
|
372
547
|
|
|
373
548
|
### Verify After Update
|
|
549
|
+
|
|
374
550
|
```bash
|
|
375
551
|
# 1. Check installed version
|
|
376
552
|
moai-adk --version
|
|
@@ -389,6 +565,7 @@ claude
|
|
|
389
565
|
```
|
|
390
566
|
|
|
391
567
|
> 💡 **Tip**:
|
|
568
|
+
>
|
|
392
569
|
> - `moai-adk update`: Updates MoAI-ADK package version + syncs agent/Skills templates
|
|
393
570
|
> - `moai-adk init .`: Applies new templates to existing project (keeps code safe)
|
|
394
571
|
> - Running both commands completes a full update
|
|
@@ -412,22 +589,26 @@ graph TD
|
|
|
412
589
|
```
|
|
413
590
|
|
|
414
591
|
### 0. INIT — Project Preparation
|
|
592
|
+
|
|
415
593
|
- Questions about project introduction, target, language, mode (locale)
|
|
416
594
|
- Auto-generates `.moai/config.json`, `.moai/project/*` 5 documents
|
|
417
595
|
- Language detection and recommended Skill Pack deployment (Foundation + Essentials + Domain/Language)
|
|
418
596
|
- Template cleanup, initial Git/backup checks
|
|
419
597
|
|
|
420
598
|
### 1. PLAN — Agree on What to Build
|
|
599
|
+
|
|
421
600
|
- Write SPEC with EARS template (includes `@SPEC:ID`)
|
|
422
601
|
- Organize Plan Board, implementation ideas, risk factors
|
|
423
602
|
- Auto-create branch/initial Draft PR in Team mode
|
|
424
603
|
|
|
425
604
|
### 2. RUN — Test-Driven Development (TDD)
|
|
605
|
+
|
|
426
606
|
- Phase 1 `implementation-planner`: Design libraries, folders, TAG layout
|
|
427
607
|
- Phase 2 `tdd-implementer`: RED (failing test) → GREEN (minimal implementation) → REFACTOR (cleanup)
|
|
428
608
|
- quality-gate verifies TRUST 5 principles, coverage changes
|
|
429
609
|
|
|
430
610
|
### 3. SYNC — Documentation & PR Organization
|
|
611
|
+
|
|
431
612
|
- Sync Living Document, README, CHANGELOG, etc.
|
|
432
613
|
- Validate TAG chain and recover orphan TAGs
|
|
433
614
|
- Generate Sync Report, transition Draft → Ready for Review, support `--auto-merge` option
|
|
@@ -447,6 +628,119 @@ graph TD
|
|
|
447
628
|
|
|
448
629
|
---
|
|
449
630
|
|
|
631
|
+
## SPEC GitHub Issue Automation
|
|
632
|
+
|
|
633
|
+
MoAI-ADK now provides **automatic GitHub Issue synchronization** from SPEC documents, seamlessly integrating requirements with issue tracking in team mode.
|
|
634
|
+
|
|
635
|
+
### How It Works
|
|
636
|
+
|
|
637
|
+
When you create a SPEC document using `/alfred:1-plan` and push it to a feature branch:
|
|
638
|
+
|
|
639
|
+
1. **GitHub Actions Workflow** automatically triggers on PR events
|
|
640
|
+
2. **SPEC Metadata** (ID, version, status, priority) is extracted from YAML frontmatter
|
|
641
|
+
3. **GitHub Issue** is created with full SPEC content and metadata table
|
|
642
|
+
4. **PR Comment** is added with a link to the created issue
|
|
643
|
+
5. **Labels** are automatically applied based on priority (critical, high, medium, low)
|
|
644
|
+
|
|
645
|
+
### What Gets Synchronized
|
|
646
|
+
|
|
647
|
+
**From SPEC to GitHub Issue:**
|
|
648
|
+
- **SPEC ID**: Unique identifier (e.g., AUTH-001, USER-001)
|
|
649
|
+
- **Version**: Semantic versioning (v0.1.0, v1.0.0)
|
|
650
|
+
- **Status**: draft, in-review, in-progress, completed, stable
|
|
651
|
+
- **Priority**: critical, high, medium, low (becomes GitHub label)
|
|
652
|
+
- **Full Content**: EARS requirements, acceptance criteria, dependencies
|
|
653
|
+
|
|
654
|
+
**GitHub Issue Format:**
|
|
655
|
+
```markdown
|
|
656
|
+
# [SPEC-AUTH-001] User Authentication (v1.0.0)
|
|
657
|
+
|
|
658
|
+
## SPEC Metadata
|
|
659
|
+
|
|
660
|
+
| Field | Value |
|
|
661
|
+
|-------|-------|
|
|
662
|
+
| **ID** | AUTH-001 |
|
|
663
|
+
| **Version** | v1.0.0 |
|
|
664
|
+
| **Status** | in-progress |
|
|
665
|
+
| **Priority** | high |
|
|
666
|
+
|
|
667
|
+
## SPEC Document
|
|
668
|
+
|
|
669
|
+
[Full SPEC content from .moai/specs/SPEC-AUTH-001/spec.md]
|
|
670
|
+
|
|
671
|
+
---
|
|
672
|
+
|
|
673
|
+
📎 **Branch**: `feature/AUTH-001`
|
|
674
|
+
🔗 **PR**: #123
|
|
675
|
+
📝 **Auto-synced**: This issue is automatically synchronized from the SPEC document
|
|
676
|
+
```
|
|
677
|
+
|
|
678
|
+
### Features
|
|
679
|
+
|
|
680
|
+
✅ **Automatic Issue Creation**: GitHub Issue created on every PR with SPEC file changes
|
|
681
|
+
✅ **Metadata Extraction**: ID, version, status, priority automatically parsed from YAML frontmatter
|
|
682
|
+
✅ **PR Integration**: Issue linked to PR via automatic comment
|
|
683
|
+
✅ **Label Management**: Priority-based labels (critical, high, medium, low) auto-applied
|
|
684
|
+
✅ **CodeRabbit Review** (local only): AI-powered SPEC quality validation in local development
|
|
685
|
+
|
|
686
|
+
### Setup Requirements
|
|
687
|
+
|
|
688
|
+
**GitHub Actions Workflow**: `.github/workflows/spec-issue-sync.yml`
|
|
689
|
+
**GitHub Issue Template**: `.github/ISSUE_TEMPLATE/spec.yml`
|
|
690
|
+
**GitHub Labels**: `spec`, `planning`, `critical`, `high`, `medium`, `low`
|
|
691
|
+
|
|
692
|
+
All templates are automatically installed with MoAI-ADK and synced during `moai-adk init`.
|
|
693
|
+
|
|
694
|
+
### CodeRabbit Integration (Local Only)
|
|
695
|
+
|
|
696
|
+
When working in your **local development environment**, CodeRabbit provides automatic SPEC quality review:
|
|
697
|
+
|
|
698
|
+
**What CodeRabbit Reviews:**
|
|
699
|
+
- ✅ All 7 required metadata fields (id, version, status, created, updated, author, priority)
|
|
700
|
+
- ✅ HISTORY section formatting and chronological order
|
|
701
|
+
- ✅ EARS requirements structure (Ubiquitous, Event-driven, State-driven, Constraints, Optional)
|
|
702
|
+
- ✅ Acceptance criteria in Given-When-Then format
|
|
703
|
+
- ✅ @TAG system compliance for traceability
|
|
704
|
+
|
|
705
|
+
**CodeRabbit Configuration**: `.coderabbit.yaml` (local only, not distributed in packages)
|
|
706
|
+
|
|
707
|
+
> **Note**: CodeRabbit integration is available only in local development environments. Package users receive core GitHub Issue automation without CodeRabbit review.
|
|
708
|
+
|
|
709
|
+
### Workflow Example
|
|
710
|
+
|
|
711
|
+
```bash
|
|
712
|
+
# 1. Create SPEC
|
|
713
|
+
/alfred:1-plan "User authentication feature"
|
|
714
|
+
|
|
715
|
+
# 2. SPEC file created at .moai/specs/SPEC-AUTH-001/spec.md
|
|
716
|
+
# 3. Feature branch created: feature/SPEC-AUTH-001
|
|
717
|
+
# 4. Draft PR created (team mode)
|
|
718
|
+
|
|
719
|
+
# 5. GitHub Actions automatically:
|
|
720
|
+
# - Parses SPEC metadata
|
|
721
|
+
# - Creates GitHub Issue #45
|
|
722
|
+
# - Adds PR comment: "✅ SPEC GitHub Issue Created - Issue: #45"
|
|
723
|
+
# - Applies labels: spec, planning, high
|
|
724
|
+
|
|
725
|
+
# 6. CodeRabbit reviews SPEC (local only):
|
|
726
|
+
# - Validates metadata
|
|
727
|
+
# - Checks EARS requirements
|
|
728
|
+
# - Provides quality score
|
|
729
|
+
|
|
730
|
+
# 7. Continue with TDD implementation
|
|
731
|
+
/alfred:2-run AUTH-001
|
|
732
|
+
```
|
|
733
|
+
|
|
734
|
+
### Benefits
|
|
735
|
+
|
|
736
|
+
1. **Centralized Tracking**: All SPEC requirements tracked as GitHub Issues
|
|
737
|
+
2. **Team Visibility**: Non-technical stakeholders can follow progress via Issues
|
|
738
|
+
3. **Automated Workflow**: No manual issue creation—fully automated from SPEC to Issue
|
|
739
|
+
4. **Traceability**: Direct link between SPEC files, Issues, PRs, and implementation
|
|
740
|
+
5. **Quality Assurance**: CodeRabbit validates SPEC quality before implementation (local only)
|
|
741
|
+
|
|
742
|
+
---
|
|
743
|
+
|
|
450
744
|
## 5 Key Concepts
|
|
451
745
|
|
|
452
746
|
MoAI-ADK consists of 5 key concepts. Each concept connects to the others, and together they create a powerful development system.
|
|
@@ -468,6 +762,7 @@ MoAI-ADK consists of 5 key concepts. Each concept connects to the others, and to
|
|
|
468
762
|
**How?** The `/alfred:1-plan` command automatically creates professional SPECs in EARS format.
|
|
469
763
|
|
|
470
764
|
**What You Get**:
|
|
765
|
+
|
|
471
766
|
- ✅ Clear requirements everyone on the team understands
|
|
472
767
|
- ✅ SPEC-based test cases (what to test is already defined)
|
|
473
768
|
- ✅ When requirements change, track all affected code with `@SPEC:ID` TAG
|
|
@@ -483,11 +778,13 @@ MoAI-ADK consists of 5 key concepts. Each concept connects to the others, and to
|
|
|
483
778
|
**3-Step Cycle**:
|
|
484
779
|
|
|
485
780
|
1. **🔴 RED**: Write a failing test first
|
|
781
|
+
|
|
486
782
|
- Each SPEC requirement becomes a test case
|
|
487
783
|
- Must fail because implementation doesn't exist yet
|
|
488
784
|
- Git commit: `test(AUTH-001): add failing test`
|
|
489
785
|
|
|
490
786
|
2. **🟢 GREEN**: Minimal implementation to pass the test
|
|
787
|
+
|
|
491
788
|
- Make it pass using the simplest approach
|
|
492
789
|
- Passing comes before perfection
|
|
493
790
|
- Git commit: `feat(AUTH-001): implement minimal solution`
|
|
@@ -501,6 +798,7 @@ MoAI-ADK consists of 5 key concepts. Each concept connects to the others, and to
|
|
|
501
798
|
**How?** The `/alfred:2-run` command automatically executes these 3 steps.
|
|
502
799
|
|
|
503
800
|
**What You Get**:
|
|
801
|
+
|
|
504
802
|
- ✅ Guaranteed 85%+ coverage (no code without tests)
|
|
505
803
|
- ✅ Refactoring confidence (always verifiable with tests)
|
|
506
804
|
- ✅ Clear Git history (trace RED → GREEN → REFACTOR process)
|
|
@@ -514,6 +812,7 @@ MoAI-ADK consists of 5 key concepts. Each concept connects to the others, and to
|
|
|
514
812
|
**Core Idea**: Add `@TAG:ID` to all SPECs, tests, code, and documentation to create **one-to-one correspondence**.
|
|
515
813
|
|
|
516
814
|
**TAG Chain**:
|
|
815
|
+
|
|
517
816
|
```
|
|
518
817
|
@SPEC:AUTH-001 (requirements)
|
|
519
818
|
↓
|
|
@@ -525,11 +824,13 @@ MoAI-ADK consists of 5 key concepts. Each concept connects to the others, and to
|
|
|
525
824
|
```
|
|
526
825
|
|
|
527
826
|
**TAG ID Rules**: `<Domain>-<3 digits>`
|
|
827
|
+
|
|
528
828
|
- AUTH-001, AUTH-002, AUTH-003...
|
|
529
829
|
- USER-001, USER-002...
|
|
530
830
|
- Once assigned, **never change**
|
|
531
831
|
|
|
532
832
|
**How to Use?** When requirements change:
|
|
833
|
+
|
|
533
834
|
```bash
|
|
534
835
|
# Find everything related to AUTH-001
|
|
535
836
|
rg '@TAG:AUTH-001' -n
|
|
@@ -541,6 +842,7 @@ rg '@TAG:AUTH-001' -n
|
|
|
541
842
|
**How?** The `/alfred:3-sync` command validates TAG chains and detects orphan TAGs (TAGs without correspondence).
|
|
542
843
|
|
|
543
844
|
**What You Get**:
|
|
845
|
+
|
|
544
846
|
- ✅ Clear intent for all code (reading SPEC explains why this code exists)
|
|
545
847
|
- ✅ Instantly identify all affected code during refactoring
|
|
546
848
|
- ✅ Code remains understandable 3 months later (trace TAG → SPEC)
|
|
@@ -554,21 +856,25 @@ rg '@TAG:AUTH-001' -n
|
|
|
554
856
|
**Core Idea**: All code must follow these 5 principles. `/alfred:3-sync` automatically verifies them.
|
|
555
857
|
|
|
556
858
|
1. **🧪 Test First** (tests come first)
|
|
859
|
+
|
|
557
860
|
- Test coverage ≥ 85%
|
|
558
861
|
- All code protected by tests
|
|
559
862
|
- Adding feature = adding test
|
|
560
863
|
|
|
561
864
|
2. **📖 Readable** (easy-to-read code)
|
|
865
|
+
|
|
562
866
|
- Functions ≤ 50 lines, files ≤ 300 lines
|
|
563
867
|
- Variable names reveal intent
|
|
564
868
|
- Pass linters (ESLint/ruff/clippy)
|
|
565
869
|
|
|
566
870
|
3. **🎯 Unified** (consistent structure)
|
|
871
|
+
|
|
567
872
|
- Maintain SPEC-based architecture
|
|
568
873
|
- Same patterns repeat (reduces learning curve)
|
|
569
874
|
- Type safety or runtime validation
|
|
570
875
|
|
|
571
876
|
4. **🔒 Secured** (security)
|
|
877
|
+
|
|
572
878
|
- Input validation (defend against XSS, SQL Injection)
|
|
573
879
|
- Password hashing (bcrypt, Argon2)
|
|
574
880
|
- Protect sensitive information (environment variables)
|
|
@@ -581,6 +887,7 @@ rg '@TAG:AUTH-001' -n
|
|
|
581
887
|
**How?** The `/alfred:3-sync` command automatically performs TRUST verification.
|
|
582
888
|
|
|
583
889
|
**What You Get**:
|
|
890
|
+
|
|
584
891
|
- ✅ Production-quality code guaranteed
|
|
585
892
|
- ✅ Entire team develops with same standards
|
|
586
893
|
- ✅ Fewer bugs, prevent security vulnerabilities in advance
|
|
@@ -594,12 +901,14 @@ rg '@TAG:AUTH-001' -n
|
|
|
594
901
|
**Core Idea**: **19 AI agents** collaborate to automate the entire development process:
|
|
595
902
|
|
|
596
903
|
**Agent Composition**:
|
|
904
|
+
|
|
597
905
|
- **Alfred SuperAgent**: Overall orchestration (1)
|
|
598
906
|
- **Core Sub-agents**: Specialized tasks like SPEC writing, TDD implementation, documentation sync (10)
|
|
599
907
|
- **Zero-project Specialists**: Project initialization, language detection, etc. (6)
|
|
600
908
|
- **Built-in Agents**: General questions, codebase exploration (2)
|
|
601
909
|
|
|
602
910
|
**55 Claude Skills**:
|
|
911
|
+
|
|
603
912
|
- **Foundation** (6): TRUST/TAG/SPEC/Git/EARS principles
|
|
604
913
|
- **Essentials** (4): Debugging, performance, refactoring, code review
|
|
605
914
|
- **Alfred** (7): Workflow automation
|
|
@@ -611,6 +920,7 @@ rg '@TAG:AUTH-001' -n
|
|
|
611
920
|
**How?** `/alfred:*` commands automatically activate the right expert team.
|
|
612
921
|
|
|
613
922
|
**What You Get**:
|
|
923
|
+
|
|
614
924
|
- ✅ No prompt writing needed (use standardized commands)
|
|
615
925
|
- ✅ Automatically remember project context (no repeating same questions)
|
|
616
926
|
- ✅ Auto-assemble optimal expert team (activate appropriate Sub-agents)
|
|
@@ -665,6 +975,7 @@ priority: high
|
|
|
665
975
|
```
|
|
666
976
|
|
|
667
977
|
**Also auto-generated**:
|
|
978
|
+
|
|
668
979
|
- 📋 `Plan Board`: Implementation ideas, risk factors, solution strategies
|
|
669
980
|
- ✅ `Acceptance Criteria`: Verification standards
|
|
670
981
|
- 🌿 `feature/spec-todo-001` Git branch
|
|
@@ -678,6 +989,7 @@ priority: high
|
|
|
678
989
|
**Phase 1: Establish Implementation Strategy**
|
|
679
990
|
|
|
680
991
|
The **implementation-planner** Sub-agent decides:
|
|
992
|
+
|
|
681
993
|
- 📚 Libraries: FastAPI + SQLAlchemy
|
|
682
994
|
- 📁 Folder structure: `src/todo/`, `tests/todo/`
|
|
683
995
|
- 🏷️ TAG design: `@CODE:TODO-001:API`, `@CODE:TODO-001:MODEL`, `@CODE:TODO-001:REPO`
|
|
@@ -721,6 +1033,7 @@ def test_get_todo_with_invalid_id_should_return_404():
|
|
|
721
1033
|
**Result**: ❌ All fail (create_todo not defined)
|
|
722
1034
|
|
|
723
1035
|
**Git Commit**:
|
|
1036
|
+
|
|
724
1037
|
```bash
|
|
725
1038
|
git commit -m "🔴 test(TODO-001): add failing API tests"
|
|
726
1039
|
```
|
|
@@ -765,6 +1078,7 @@ def get_todo(todo_id: str):
|
|
|
765
1078
|
**Result**: ✅ All pass!
|
|
766
1079
|
|
|
767
1080
|
**Git Commit**:
|
|
1081
|
+
|
|
768
1082
|
```bash
|
|
769
1083
|
git commit -m "🟢 feat(TODO-001): implement minimal Todo API"
|
|
770
1084
|
```
|
|
@@ -799,6 +1113,7 @@ class Todo(Base):
|
|
|
799
1113
|
**Result**: ✅ Still all pass!
|
|
800
1114
|
|
|
801
1115
|
**Git Commit**:
|
|
1116
|
+
|
|
802
1117
|
```bash
|
|
803
1118
|
git commit -m "♻️ refactor(TODO-001): add database models and validation"
|
|
804
1119
|
```
|
|
@@ -823,6 +1138,7 @@ git commit -m "♻️ refactor(TODO-001): add database models and validation"
|
|
|
823
1138
|
**Automatically Performed**:
|
|
824
1139
|
|
|
825
1140
|
1. **TAG Chain Validation**
|
|
1141
|
+
|
|
826
1142
|
```bash
|
|
827
1143
|
✅ @SPEC:TODO-001 → .moai/specs/SPEC-TODO-001/spec.md
|
|
828
1144
|
✅ @TEST:TODO-001 → tests/test_todo_api.py
|
|
@@ -834,15 +1150,18 @@ git commit -m "♻️ refactor(TODO-001): add database models and validation"
|
|
|
834
1150
|
```
|
|
835
1151
|
|
|
836
1152
|
2. **Living Document Generation**
|
|
1153
|
+
|
|
837
1154
|
```markdown
|
|
838
1155
|
# @DOC:TODO-001: Todo Management API
|
|
839
1156
|
|
|
840
1157
|
## Overview
|
|
1158
|
+
|
|
841
1159
|
REST API for managing tasks with CRUD operations.
|
|
842
1160
|
|
|
843
1161
|
## Endpoints
|
|
844
1162
|
|
|
845
1163
|
### Create Todo
|
|
1164
|
+
|
|
846
1165
|
- Method: POST
|
|
847
1166
|
- URL: /todos
|
|
848
1167
|
- Request: {"title": "string (1-200 chars)"}
|
|
@@ -851,6 +1170,7 @@ git commit -m "♻️ refactor(TODO-001): add database models and validation"
|
|
|
851
1170
|
- Tested in: @TEST:TODO-001
|
|
852
1171
|
|
|
853
1172
|
### Get All Todos
|
|
1173
|
+
|
|
854
1174
|
- Method: GET
|
|
855
1175
|
- URL: /todos
|
|
856
1176
|
- Response: 200 OK with array of todos
|
|
@@ -859,6 +1179,7 @@ git commit -m "♻️ refactor(TODO-001): add database models and validation"
|
|
|
859
1179
|
```
|
|
860
1180
|
|
|
861
1181
|
3. **README Update**
|
|
1182
|
+
|
|
862
1183
|
```markdown
|
|
863
1184
|
## Features
|
|
864
1185
|
|
|
@@ -866,12 +1187,14 @@ git commit -m "♻️ refactor(TODO-001): add database models and validation"
|
|
|
866
1187
|
```
|
|
867
1188
|
|
|
868
1189
|
4. **CHANGELOG Generation**
|
|
1190
|
+
|
|
869
1191
|
```markdown
|
|
870
1192
|
# Changelog
|
|
871
1193
|
|
|
872
1194
|
## [0.1.0] - 2025-10-22
|
|
873
1195
|
|
|
874
1196
|
### Added
|
|
1197
|
+
|
|
875
1198
|
- Todo Management API with CRUD operations (@SPEC:TODO-001)
|
|
876
1199
|
- Create new todos
|
|
877
1200
|
- List all todos
|
|
@@ -879,6 +1202,7 @@ git commit -m "♻️ refactor(TODO-001): add database models and validation"
|
|
|
879
1202
|
- Delete todos
|
|
880
1203
|
|
|
881
1204
|
### Implementation Details
|
|
1205
|
+
|
|
882
1206
|
- SPEC: .moai/specs/SPEC-TODO-001/spec.md
|
|
883
1207
|
- Tests: tests/test_todo_api.py (87% coverage)
|
|
884
1208
|
- Code: src/todo/ with models, API, repository layers
|
|
@@ -964,8 +1288,8 @@ Alfred works by combining multiple specialized agents with Claude Skills.
|
|
|
964
1288
|
|
|
965
1289
|
### Core Sub-agents (Plan → Run → Sync)
|
|
966
1290
|
|
|
967
|
-
| Sub-agent
|
|
968
|
-
|
|
|
1291
|
+
| Sub-agent | Model | Role |
|
|
1292
|
+
| ------------------ | ------ | ----------------------------------------------------------------------- |
|
|
969
1293
|
| project-manager 📋 | Sonnet | Project initialization, metadata interviews |
|
|
970
1294
|
| spec-builder 🏗️ | Sonnet | Plan board, EARS SPEC authoring |
|
|
971
1295
|
| code-builder 💎 | Sonnet | Performs complete TDD with `implementation-planner` + `tdd-implementer` |
|
|
@@ -982,18 +1306,20 @@ Alfred works by combining multiple specialized agents with Claude Skills.
|
|
|
982
1306
|
Alfred organizes Claude Skills in a 4-tier architecture using **Progressive Disclosure** to load Just-In-Time only when needed. Each Skill is a production-grade guide stored in `.claude/skills/` directory.
|
|
983
1307
|
|
|
984
1308
|
#### Foundation Tier
|
|
1309
|
+
|
|
985
1310
|
Core skills containing fundamental TRUST/TAG/SPEC/Git/EARS/Language principles
|
|
986
1311
|
|
|
987
1312
|
| Skill | Description |
|
|
988
1313
|
| ----------------------- | ---------------------------------------------------------------------------------- |
|
|
989
1314
|
| `moai-foundation-trust` | TRUST 5-principles (Test 85%+, Readable, Unified, Secured, Trackable) verification |
|
|
990
1315
|
| `moai-foundation-tags` | @TAG markers scan and inventory generation (CODE-FIRST principle) |
|
|
991
|
-
| `moai-foundation-specs` | SPEC YAML frontmatter validation and HISTORY section management
|
|
1316
|
+
| `moai-foundation-specs` | SPEC YAML frontmatter validation and HISTORY section management |
|
|
992
1317
|
| `moai-foundation-ears` | EARS (Easy Approach to Requirements Syntax) requirements writing guide |
|
|
993
1318
|
| `moai-foundation-git` | Git workflow automation (branching, TDD commits, PR management) |
|
|
994
1319
|
| `moai-foundation-langs` | Project language/framework auto-detection (package.json, pyproject.toml, etc.) |
|
|
995
1320
|
|
|
996
1321
|
#### Essentials Tier
|
|
1322
|
+
|
|
997
1323
|
Core tools needed for daily development work
|
|
998
1324
|
|
|
999
1325
|
| Skill | Description |
|
|
@@ -1004,19 +1330,21 @@ Core tools needed for daily development work
|
|
|
1004
1330
|
| `moai-essentials-review` | Automated code review, SOLID principles, code smell detection |
|
|
1005
1331
|
|
|
1006
1332
|
#### Alfred Tier
|
|
1333
|
+
|
|
1007
1334
|
MoAI-ADK internal workflow orchestration skills
|
|
1008
1335
|
|
|
1009
|
-
| Skill | Description
|
|
1010
|
-
| -------------------------------------- |
|
|
1011
|
-
| `moai-alfred-ears-authoring` | EARS syntax validation and requirement pattern guidance
|
|
1012
|
-
| `moai-alfred-git-workflow` | MoAI-ADK conventions (feature branch, TDD commits, Draft PR) automation
|
|
1013
|
-
| `moai-alfred-language-detection` | Project language/runtime detection and test tool recommendations
|
|
1014
|
-
| `moai-alfred-spec-metadata-validation` | SPEC YAML frontmatter and HISTORY section consistency validation
|
|
1015
|
-
| `moai-alfred-tag-scanning` | Complete @TAG marker scan and inventory generation (CODE-FIRST principle)
|
|
1016
|
-
| `moai-alfred-trust-validation` | TRUST 5-principles compliance verification
|
|
1017
|
-
| `moai-alfred-interactive-questions` | Claude Code Tools AskUserQuestion TUI menu standardization
|
|
1336
|
+
| Skill | Description |
|
|
1337
|
+
| -------------------------------------- | ------------------------------------------------------------------------- |
|
|
1338
|
+
| `moai-alfred-ears-authoring` | EARS syntax validation and requirement pattern guidance |
|
|
1339
|
+
| `moai-alfred-git-workflow` | MoAI-ADK conventions (feature branch, TDD commits, Draft PR) automation |
|
|
1340
|
+
| `moai-alfred-language-detection` | Project language/runtime detection and test tool recommendations |
|
|
1341
|
+
| `moai-alfred-spec-metadata-validation` | SPEC YAML frontmatter and HISTORY section consistency validation |
|
|
1342
|
+
| `moai-alfred-tag-scanning` | Complete @TAG marker scan and inventory generation (CODE-FIRST principle) |
|
|
1343
|
+
| `moai-alfred-trust-validation` | TRUST 5-principles compliance verification |
|
|
1344
|
+
| `moai-alfred-interactive-questions` | Claude Code Tools AskUserQuestion TUI menu standardization |
|
|
1018
1345
|
|
|
1019
1346
|
#### Domain Tier
|
|
1347
|
+
|
|
1020
1348
|
Specialized domain expertise
|
|
1021
1349
|
|
|
1022
1350
|
| Skill | Description |
|
|
@@ -1033,6 +1361,7 @@ Specialized domain expertise
|
|
|
1033
1361
|
| `moai-domain-web-api` | REST API, GraphQL design patterns, authentication, versioning, OpenAPI documentation |
|
|
1034
1362
|
|
|
1035
1363
|
#### Language Tier
|
|
1364
|
+
|
|
1036
1365
|
Programming language-specific best practices
|
|
1037
1366
|
|
|
1038
1367
|
| Skill | Description |
|
|
@@ -1057,6 +1386,7 @@ Programming language-specific best practices
|
|
|
1057
1386
|
| `moai-lang-r` | testthat, lintr, data analysis patterns |
|
|
1058
1387
|
|
|
1059
1388
|
#### Claude Code Ops
|
|
1389
|
+
|
|
1060
1390
|
Claude Code session management
|
|
1061
1391
|
|
|
1062
1392
|
| Skill | Description |
|
|
@@ -1095,6 +1425,7 @@ Hooks are **event-driven** scripts that trigger automatically at specific points
|
|
|
1095
1425
|
**Purpose**: Display project status at a glance
|
|
1096
1426
|
|
|
1097
1427
|
**What You See**:
|
|
1428
|
+
|
|
1098
1429
|
```
|
|
1099
1430
|
🚀 MoAI-ADK Session Started
|
|
1100
1431
|
Language: Python
|
|
@@ -1111,6 +1442,7 @@ Hooks are **event-driven** scripts that trigger automatically at specific points
|
|
|
1111
1442
|
**Purpose**: Detect risky operations and automatically create safety checkpoints + TAG Guard
|
|
1112
1443
|
|
|
1113
1444
|
**Protection Against**:
|
|
1445
|
+
|
|
1114
1446
|
- `rm -rf` (file deletion)
|
|
1115
1447
|
- `git merge`, `git reset --hard` (Git dangerous operations)
|
|
1116
1448
|
- Editing critical files (`CLAUDE.md`, `config.json`)
|
|
@@ -1118,18 +1450,21 @@ Hooks are **event-driven** scripts that trigger automatically at specific points
|
|
|
1118
1450
|
|
|
1119
1451
|
**TAG Guard (New in v0.4.11)**:
|
|
1120
1452
|
Automatically detects missing @TAG annotations in changed files:
|
|
1453
|
+
|
|
1121
1454
|
- Scans staged, modified, and untracked files
|
|
1122
1455
|
- Warns when SPEC/TEST/CODE/DOC files lack required @TAG markers
|
|
1123
1456
|
- Configurable rules via `.moai/tag-rules.json`
|
|
1124
1457
|
- Non-blocking (gentle reminder, doesn't stop execution)
|
|
1125
1458
|
|
|
1126
1459
|
**What You See**:
|
|
1460
|
+
|
|
1127
1461
|
```
|
|
1128
1462
|
🛡️ Checkpoint created: before-delete-20251023-143000
|
|
1129
1463
|
Operation: delete
|
|
1130
1464
|
```
|
|
1131
1465
|
|
|
1132
1466
|
Or when TAGs are missing:
|
|
1467
|
+
|
|
1133
1468
|
```
|
|
1134
1469
|
⚠️ TAG 누락 감지: 생성/수정한 파일 중 @TAG가 없는 항목이 있습니다.
|
|
1135
1470
|
- src/auth/service.py → 기대 태그: @CODE:
|
|
@@ -1147,6 +1482,7 @@ Or when TAGs are missing:
|
|
|
1147
1482
|
**Purpose**: JIT (Just-In-Time) context loading—automatically add relevant files
|
|
1148
1483
|
|
|
1149
1484
|
**How It Works**:
|
|
1485
|
+
|
|
1150
1486
|
- You type: "Fix AUTH bug"
|
|
1151
1487
|
- Hook scans for AUTH-related files
|
|
1152
1488
|
- Auto-loads: SPEC, tests, implementation, docs related to AUTH
|
|
@@ -1184,28 +1520,31 @@ If you need to temporarily disable hooks, edit `.claude/settings.json`:
|
|
|
1184
1520
|
### Troubleshooting
|
|
1185
1521
|
|
|
1186
1522
|
**Problem: Hook doesn't execute**
|
|
1523
|
+
|
|
1187
1524
|
- ✅ Verify `.claude/settings.json` is properly configured
|
|
1188
1525
|
- ✅ Check `uv` is installed: `which uv`
|
|
1189
1526
|
- ✅ Ensure hook script has execute permissions: `chmod +x .claude/hooks/alfred/alfred_hooks.py`
|
|
1190
1527
|
|
|
1191
1528
|
**Problem: Performance degradation**
|
|
1529
|
+
|
|
1192
1530
|
- ✅ Check if any hook exceeds 100ms execution time
|
|
1193
1531
|
- ✅ Disable unnecessary hooks
|
|
1194
1532
|
- ✅ Review error messages in stderr output
|
|
1195
1533
|
|
|
1196
1534
|
**Problem: Too many checkpoints created**
|
|
1535
|
+
|
|
1197
1536
|
- ✅ Review PreToolUse trigger conditions
|
|
1198
1537
|
- ✅ Adjust detection thresholds in `core/checkpoint.py` if needed
|
|
1199
1538
|
|
|
1200
1539
|
### Installed Hooks (5 total)
|
|
1201
1540
|
|
|
1202
|
-
| Hook
|
|
1203
|
-
|
|
1204
|
-
| **SessionStart**
|
|
1205
|
-
| **PreToolUse**
|
|
1206
|
-
| **UserPromptSubmit** | ✅ Active | JIT context loading (auto-load related SPEC, tests, code, docs)
|
|
1207
|
-
| **PostToolUse**
|
|
1208
|
-
| **SessionEnd**
|
|
1541
|
+
| Hook | Status | Feature |
|
|
1542
|
+
| -------------------- | --------- | ------------------------------------------------------------------------------------------------------------------ |
|
|
1543
|
+
| **SessionStart** | ✅ Active | Project status summary (language, Git, SPEC progress, checkpoints) |
|
|
1544
|
+
| **PreToolUse** | ✅ Active | Risk detection + auto checkpoint (critical-delete, delete, merge, script) + **TAG Guard** (missing @TAG detection) |
|
|
1545
|
+
| **UserPromptSubmit** | ✅ Active | JIT context loading (auto-load related SPEC, tests, code, docs) |
|
|
1546
|
+
| **PostToolUse** | ✅ Active | Auto-run tests after code changes (9 languages: Python, TS, JS, Go, Rust, Java, Kotlin, Swift, Dart) |
|
|
1547
|
+
| **SessionEnd** | ✅ Active | Session cleanup and state saving |
|
|
1209
1548
|
|
|
1210
1549
|
### Future Enhancements
|
|
1211
1550
|
|
|
@@ -1238,310 +1577,41 @@ If you need to temporarily disable hooks, edit `.claude/settings.json`:
|
|
|
1238
1577
|
|
|
1239
1578
|
## Latest Updates (New!)
|
|
1240
1579
|
|
|
1241
|
-
| Version
|
|
1242
|
-
|
|
|
1243
|
-
| **v0.
|
|
1244
|
-
| **v0.4.
|
|
1245
|
-
| **v0.4.
|
|
1246
|
-
| **v0.4.
|
|
1247
|
-
| **v0.4.
|
|
1248
|
-
| **v0.4.
|
|
1580
|
+
| Version | Key Features | Date |
|
|
1581
|
+
| ----------- | ------------------------------------------------------------------------------------------------ | ---------- |
|
|
1582
|
+
| **v0.5.7** | 🎯 SPEC → GitHub Issue automation + CodeRabbit integration + Auto PR comments | 2025-10-27 |
|
|
1583
|
+
| **v0.4.11** | ✨ TAG Guard system + CLAUDE.md formatting improvements + Code cleanup | 2025-10-23 |
|
|
1584
|
+
| **v0.4.10** | 🔧 Hook robustness improvements + Bilingual documentation + Template language config | 2025-10-23 |
|
|
1585
|
+
| **v0.4.9** | 🎯 Hook JSON schema validation fixes + Comprehensive tests (468/468 passing) | 2025-10-23 |
|
|
1586
|
+
| **v0.4.8** | 🚀 Release automation + PyPI deployment + Skills refinement | 2025-10-23 |
|
|
1587
|
+
| **v0.4.7** | 📖 Korean language optimization + SPEC-First principle documentation | 2025-10-22 |
|
|
1588
|
+
| **v0.4.6** | 🎉 Complete Skills v2.0 (100% Production-Ready) + 85,000 lines official docs + 300+ TDD examples | 2025-10-22 |
|
|
1249
1589
|
|
|
1250
1590
|
> 📦 **Install Now**: `uv tool install moai-adk==0.4.11` or `pip install moai-adk==0.4.11`
|
|
1251
1591
|
|
|
1252
1592
|
---
|
|
1253
1593
|
|
|
1254
|
-
##
|
|
1255
|
-
|
|
1256
|
-
## Second Practice: Mini Kanban Board
|
|
1257
|
-
|
|
1258
|
-
This section goes beyond the first Todo API example and outlines a full 4-week full‑stack project.
|
|
1259
|
-
|
|
1260
|
-
Let’s build a Mini Kanban Board web application designed to help you master MoAI‑ADK end‑to‑end. This project lets you experience every step of SPEC‑First TDD.
|
|
1261
|
-
|
|
1262
|
-
### Project Overview
|
|
1263
|
-
|
|
1264
|
-
- Backend: FastAPI + Pydantic v2 + uv + WebSocket (Python)
|
|
1265
|
-
- Frontend: React 19 + TypeScript 5.9 + Vite + Zustand + TanStack Query
|
|
1266
|
-
- Real-time: Multi‑client sync over WebSocket
|
|
1267
|
-
- Storage: Local filesystem (.moai/specs/)
|
|
1268
|
-
- DevOps: Docker Compose + GitHub Actions CI/CD + Playwright E2E
|
|
1269
|
-
|
|
1270
|
-
### 4‑Week Timeline
|
|
1271
|
-
|
|
1272
|
-
```mermaid
|
|
1273
|
-
gantt
|
|
1274
|
-
title Mini Kanban Board - 4-week plan
|
|
1275
|
-
dateFormat YYYY-MM-DD
|
|
1276
|
-
|
|
1277
|
-
section Phase 1: Backend Basics
|
|
1278
|
-
Define SPEC-001-004 :active, ch07-spec, 2025-11-03, 1d
|
|
1279
|
-
Implement SpecScanner (TDD) :active, ch07-impl, 2025-11-04, 1d
|
|
1280
|
-
|
|
1281
|
-
section Phase 2: Backend Advanced
|
|
1282
|
-
Implement REST API :active, ch08-api, 2025-11-05, 1d
|
|
1283
|
-
WebSocket + File Watch :active, ch08-ws, 2025-11-06, 1d
|
|
1284
|
-
|
|
1285
|
-
section Phase 3: Frontend Basics
|
|
1286
|
-
React init + SPEC-009-012 :active, ch09-spec, 2025-11-10, 1d
|
|
1287
|
-
Kanban Board (TDD) :active, ch09-impl, 2025-11-11, 1d
|
|
1288
|
-
|
|
1289
|
-
section Phase 4: Advanced + Deploy
|
|
1290
|
-
E2E + CI/CD :active, ch10-e2e, 2025-11-12, 1d
|
|
1291
|
-
Docker Compose + Optimize :active, ch10-deploy, 2025-11-13, 1d
|
|
1292
|
-
```
|
|
1293
|
-
|
|
1294
|
-
### 16‑SPEC Roadmap
|
|
1295
|
-
|
|
1296
|
-
| Phase | SPEC ID | Title | Stack | Est. | Status |
|
|
1297
|
-
|------|---------|-------|-------|------|--------|
|
|
1298
|
-
| Backend Basics | SPEC-001 | SPEC file scanner | FastAPI + pathlib + YAML | 1h | 📋 |
|
|
1299
|
-
| | SPEC-002 | YAML metadata parser | Pydantic v2 validation | 1h | 📋 |
|
|
1300
|
-
| | SPEC-003 | GET /api/specs (list) | FastAPI router | 0.5h | 📋 |
|
|
1301
|
-
| | SPEC-004 | GET /api/specs/{id} (detail) | FastAPI router | 0.5h | 📋 |
|
|
1302
|
-
| Backend Advanced | SPEC-005 | PATCH /api/specs/{id}/status | FastAPI + update | 1h | 📋 |
|
|
1303
|
-
| | SPEC-006 | GET /api/specs/summary | Aggregation | 0.5h | 📋 |
|
|
1304
|
-
| | SPEC-007 | File watcher | watchdog + async | 1h | 📋 |
|
|
1305
|
-
| | SPEC-008 | WebSocket events | FastAPI WebSocket | 1.5h | 📋 |
|
|
1306
|
-
| Frontend Basics | SPEC-009 | Kanban layout | React + CSS Grid | 1.5h | 📋 |
|
|
1307
|
-
| | SPEC-010 | SPEC card component | React + TypeScript | 1h | 📋 |
|
|
1308
|
-
| | SPEC-011 | TanStack Query integration | useQuery + useMutation | 1.5h | 📋 |
|
|
1309
|
-
| | SPEC-012 | Drag & Drop | React Beautiful DnD | 1.5h | 📋 |
|
|
1310
|
-
| Advanced + Deploy | SPEC-013 | E2E automated tests | Playwright | 1.5h | 📋 |
|
|
1311
|
-
| | SPEC-014 | GitHub Actions CI/CD | Test + Release | 1h | 📋 |
|
|
1312
|
-
| | SPEC-015 | Docker Compose deploy | Multi‑container | 1h | 📋 |
|
|
1313
|
-
| | SPEC-016 | Performance + extensions | Caching + WS tuning | 1.5h | 📋 |
|
|
1314
|
-
| | | Overall | | 20h | |
|
|
1315
|
-
|
|
1316
|
-
### System Architecture
|
|
1317
|
-
|
|
1318
|
-
```
|
|
1319
|
-
┌─────────────────────────────────────────────────────────────┐
|
|
1320
|
-
│ Mini Kanban Board — Architecture │
|
|
1321
|
-
└─────────────────────────────────────────────────────────────┘
|
|
1322
|
-
|
|
1323
|
-
┌──────────────────────┐ ┌────────────────────────┐
|
|
1324
|
-
│ 📱 Frontend │ │ 🖥️ Backend Server │
|
|
1325
|
-
│ (React 19 + Vite) │◄───────►│ (FastAPI + Pydantic) │
|
|
1326
|
-
│ │ REST │ │
|
|
1327
|
-
│ ┌──────────────────┐ │ API + │ ┌──────────────────┐ │
|
|
1328
|
-
│ │ DashboardHeader │ │WebSocket│ │ GET /api/specs │ │
|
|
1329
|
-
│ ├──────────────────┤ │ │ ├──────────────────┤ │
|
|
1330
|
-
│ │ KanbanBoard │ │ │ │ PATCH /api/specs/{id}││
|
|
1331
|
-
│ │ ┌──────────────┐ │ │ │ │ /status │ │
|
|
1332
|
-
│ │ │ Column: Draft│ │ │ │ ├──────────────────┤ │
|
|
1333
|
-
│ │ │ Column: Active││ │ │ │ WebSocket │ │
|
|
1334
|
-
│ │ │ Column: Done │ │ │ │ │ /ws │ │
|
|
1335
|
-
│ │ └──────────────┘ │ │ │ │ │ │
|
|
1336
|
-
│ ├──────────────────┤ │ │ ├──────────────────┤ │
|
|
1337
|
-
│ │ SpecCard (DnD) │ │ │ │ SpecScanner │ │
|
|
1338
|
-
│ ├──────────────────┤ │ │ │ (.moai/specs/) │ │
|
|
1339
|
-
│ │ SearchBar │ │ │ ├──────────────────┤ │
|
|
1340
|
-
│ └──────────────────┘ │ │ │ YAML Parser │ │
|
|
1341
|
-
│ │ │ │ (Pydantic v2) │ │
|
|
1342
|
-
│ Zustand Store: │ │ └──────────────────┘ │
|
|
1343
|
-
│ • filterStore │ │ │
|
|
1344
|
-
│ • uiStore │ │ File System: │
|
|
1345
|
-
│ │ │ .moai/specs/ │
|
|
1346
|
-
│ TanStack Query: │ │ SPEC-001/ │
|
|
1347
|
-
│ • useQuery │ │ SPEC-002/ │
|
|
1348
|
-
│ • useMutation │ │ ... │
|
|
1349
|
-
└──────────────────────┘ └────────────────────────┘
|
|
1350
|
-
│ │
|
|
1351
|
-
│ WebSocket │
|
|
1352
|
-
└────────────────────────────────────┘
|
|
1353
|
-
(Real-time Sync)
|
|
1354
|
-
```
|
|
1355
|
-
|
|
1356
|
-
### Phase Details
|
|
1357
|
-
|
|
1358
|
-
#### Phase 1: Backend Basics (SPEC-001~004)
|
|
1359
|
-
|
|
1360
|
-
Goal: Build the core data scanning service with FastAPI + Pydantic v2 + uv
|
|
1361
|
-
|
|
1362
|
-
```bash
|
|
1363
|
-
# 1) Initialize project
|
|
1364
|
-
/alfred:0-project
|
|
1365
|
-
# → creates .moai/, backend/, frontend/
|
|
1366
|
-
# → configures .moai/config.json
|
|
1367
|
-
|
|
1368
|
-
# 2) Write SPECs (SPEC-001~004)
|
|
1369
|
-
/alfred:1-plan
|
|
1370
|
-
# → SPEC-001: SPEC file scanner
|
|
1371
|
-
# → SPEC-002: YAML metadata parser
|
|
1372
|
-
# → SPEC-003: GET /api/specs endpoint
|
|
1373
|
-
# → SPEC-004: GET /api/specs/{id} endpoint
|
|
1374
|
-
|
|
1375
|
-
# 3) TDD (RED → GREEN → REFACTOR)
|
|
1376
|
-
/alfred:2-run SPEC-001
|
|
1377
|
-
/alfred:2-run SPEC-002
|
|
1378
|
-
/alfred:2-run SPEC-003
|
|
1379
|
-
/alfred:2-run SPEC-004
|
|
1380
|
-
```
|
|
1381
|
-
|
|
1382
|
-
Key Concepts:
|
|
1383
|
-
- FastAPI project structure
|
|
1384
|
-
- Pydantic v2 validation
|
|
1385
|
-
- YAML front matter parsing
|
|
1386
|
-
- Dependency Injection
|
|
1387
|
-
- First TDD cycle completed
|
|
1388
|
-
|
|
1389
|
-
#### Phase 2: Backend Advanced (SPEC-005~008)
|
|
1390
|
-
|
|
1391
|
-
Goal: Implement file watching and WebSocket real-time events
|
|
1392
|
-
|
|
1393
|
-
```bash
|
|
1394
|
-
# REST endpoints
|
|
1395
|
-
/alfred:2-run SPEC-005 # PATCH /api/specs/{id}/status
|
|
1396
|
-
/alfred:2-run SPEC-006 # GET /api/specs/summary
|
|
1397
|
-
|
|
1398
|
-
# WebSocket + File Watcher
|
|
1399
|
-
/alfred:2-run SPEC-007 # File watching (watchdog)
|
|
1400
|
-
/alfred:2-run SPEC-008 # WebSocket broadcast
|
|
1401
|
-
|
|
1402
|
-
# TRUST 5 verification
|
|
1403
|
-
/alfred:3-sync # verify all principles
|
|
1404
|
-
```
|
|
1405
|
-
|
|
1406
|
-
Key Concepts:
|
|
1407
|
-
- File system monitoring (watchdog)
|
|
1408
|
-
- FastAPI WebSocket endpoint
|
|
1409
|
-
- Async event broadcast
|
|
1410
|
-
- Automated TRUST 5 verification
|
|
1411
|
-
|
|
1412
|
-
#### Phase 3: Frontend Basics (SPEC-009~012)
|
|
1413
|
-
|
|
1414
|
-
Goal: Build Kanban UI with React 19 + TypeScript + Vite
|
|
1415
|
-
|
|
1416
|
-
```bash
|
|
1417
|
-
# Initialize React + Vite
|
|
1418
|
-
cd frontend
|
|
1419
|
-
npm create vite@latest . -- --template react-ts
|
|
1420
|
-
|
|
1421
|
-
# TanStack Query + Zustand
|
|
1422
|
-
npm install @tanstack/react-query zustand
|
|
1423
|
-
|
|
1424
|
-
# SPECs
|
|
1425
|
-
/alfred:1-plan SPEC-009 # layout
|
|
1426
|
-
/alfred:1-plan SPEC-010 # card component
|
|
1427
|
-
/alfred:1-plan SPEC-011 # TanStack Query integration
|
|
1428
|
-
/alfred:1-plan SPEC-012 # drag & drop
|
|
1429
|
-
|
|
1430
|
-
# TDD
|
|
1431
|
-
/alfred:2-run SPEC-009
|
|
1432
|
-
/alfred:2-run SPEC-010
|
|
1433
|
-
/alfred:2-run SPEC-011
|
|
1434
|
-
/alfred:2-run SPEC-012
|
|
1435
|
-
```
|
|
1436
|
-
|
|
1437
|
-
Key Concepts:
|
|
1438
|
-
- React 19 Hooks (useState, useEffect, useContext)
|
|
1439
|
-
- TypeScript 5.9 strict typing
|
|
1440
|
-
- TanStack Query (useQuery, useMutation)
|
|
1441
|
-
- Zustand state management
|
|
1442
|
-
- React Beautiful DnD drag & drop
|
|
1443
|
-
|
|
1444
|
-
#### Phase 4: Advanced + Deploy (SPEC-013~016)
|
|
1445
|
-
|
|
1446
|
-
Goal: E2E tests, CI/CD, Docker deployment, performance optimization
|
|
1447
|
-
|
|
1448
|
-
```bash
|
|
1449
|
-
# E2E tests (Playwright)
|
|
1450
|
-
/alfred:2-run SPEC-013
|
|
1451
|
-
|
|
1452
|
-
# GitHub Actions CI/CD
|
|
1453
|
-
/alfred:2-run SPEC-014
|
|
1454
|
-
|
|
1455
|
-
# Docker Compose deploy
|
|
1456
|
-
/alfred:2-run SPEC-015
|
|
1457
|
-
|
|
1458
|
-
# Performance optimization
|
|
1459
|
-
/alfred:2-run SPEC-016
|
|
1460
|
-
```
|
|
1461
|
-
|
|
1462
|
-
Key Concepts:
|
|
1463
|
-
- Playwright E2E automation
|
|
1464
|
-
- GitHub Actions workflows
|
|
1465
|
-
- Docker multi-stage builds
|
|
1466
|
-
- Production performance tuning
|
|
1467
|
-
|
|
1468
|
-
### Quick Start Guide
|
|
1469
|
-
|
|
1470
|
-
#### Step 1: Initialize project
|
|
1471
|
-
|
|
1472
|
-
```bash
|
|
1473
|
-
# Install MoAI-ADK
|
|
1474
|
-
pip install moai-adk==0.4.6
|
|
1475
|
-
|
|
1476
|
-
# Create project
|
|
1477
|
-
mkdir mini-kanban-board && cd mini-kanban-board
|
|
1478
|
-
git init
|
|
1479
|
-
|
|
1480
|
-
# Initialize with Alfred
|
|
1481
|
-
/alfred:0-project
|
|
1482
|
-
```
|
|
1483
|
-
|
|
1484
|
-
#### Step 2: Write SPECs
|
|
1485
|
-
|
|
1486
|
-
```bash
|
|
1487
|
-
# Start planning
|
|
1488
|
-
/alfred:1-plan
|
|
1489
|
-
|
|
1490
|
-
# Answer prompts:
|
|
1491
|
-
# - Project name: Mini Kanban Board
|
|
1492
|
-
# - Tech stack: FastAPI + React 19
|
|
1493
|
-
# - Duration: 4-week practice project
|
|
1494
|
-
```
|
|
1495
|
-
|
|
1496
|
-
#### Step 3: Start TDD
|
|
1497
|
-
|
|
1498
|
-
```bash
|
|
1499
|
-
# Phase 1 (Backend basics)
|
|
1500
|
-
/alfred:2-run SPEC-001 # first TDD cycle
|
|
1501
|
-
|
|
1502
|
-
# Phase 2 (Backend advanced)
|
|
1503
|
-
/alfred:2-run SPEC-005
|
|
1504
|
-
/alfred:2-run SPEC-006
|
|
1505
|
-
/alfred:2-run SPEC-007
|
|
1506
|
-
/alfred:2-run SPEC-008
|
|
1507
|
-
|
|
1508
|
-
# Phase 3 (Frontend basics)
|
|
1509
|
-
cd frontend
|
|
1510
|
-
/alfred:2-run SPEC-009
|
|
1511
|
-
/alfred:2-run SPEC-010
|
|
1512
|
-
/alfred:2-run SPEC-011
|
|
1513
|
-
/alfred:2-run SPEC-012
|
|
1514
|
-
|
|
1515
|
-
# Phase 4 (Advanced + deploy)
|
|
1516
|
-
/alfred:2-run SPEC-013
|
|
1517
|
-
/alfred:2-run SPEC-014
|
|
1518
|
-
/alfred:2-run SPEC-015
|
|
1519
|
-
/alfred:2-run SPEC-016
|
|
1520
|
-
```
|
|
1521
|
-
|
|
1522
|
-
---
|
|
1523
|
-
|
|
1524
1594
|
## Additional Resources
|
|
1525
1595
|
|
|
1526
|
-
| Purpose | Resource
|
|
1527
|
-
| ------------------------- |
|
|
1528
|
-
| Skills detailed structure | `.claude/skills/` directory (
|
|
1529
|
-
| Sub-agent details | `.claude/agents/alfred/` directory
|
|
1530
|
-
| Workflow guide | `.claude/commands/alfred/` (0-3
|
|
1531
|
-
|
|
|
1532
|
-
| Release notes | GitHub Releases: https://github.com/modu-ai/moai-adk/releases
|
|
1596
|
+
| Purpose | Resource |
|
|
1597
|
+
| ------------------------- | --------------------------------------------------------------- |
|
|
1598
|
+
| Skills detailed structure | `.claude/skills/` directory (58 Skills) |
|
|
1599
|
+
| Sub-agent details | `.claude/agents/alfred/` directory (12 agents) |
|
|
1600
|
+
| Workflow guide | `.claude/commands/alfred/` (4 commands: 0-project ~ 3-sync) |
|
|
1601
|
+
| Documentation | Coming soon (see `.moai/`, `.claude/`, `docs/` in your project) |
|
|
1602
|
+
| Release notes | GitHub Releases: https://github.com/modu-ai/moai-adk/releases |
|
|
1533
1603
|
|
|
1534
1604
|
---
|
|
1535
1605
|
|
|
1536
1606
|
## Community & Support
|
|
1537
1607
|
|
|
1538
|
-
| Channel | Link
|
|
1539
|
-
| ------------------------ |
|
|
1540
|
-
| **GitHub Repository** | https://github.com/modu-ai/moai-adk
|
|
1541
|
-
| **Issues & Discussions** | https://github.com/modu-ai/moai-adk/issues
|
|
1608
|
+
| Channel | Link |
|
|
1609
|
+
| ------------------------ | -------------------------------------------------------- |
|
|
1610
|
+
| **GitHub Repository** | https://github.com/modu-ai/moai-adk |
|
|
1611
|
+
| **Issues & Discussions** | https://github.com/modu-ai/moai-adk/issues |
|
|
1542
1612
|
| **PyPI Package** | https://pypi.org/project/moai-adk/ (Latest: v0.4.11) |
|
|
1543
1613
|
| **Latest Release** | https://github.com/modu-ai/moai-adk/releases/tag/v0.4.11 |
|
|
1544
|
-
| **Documentation** | See `.moai/`, `.claude/`, `docs/` within project
|
|
1614
|
+
| **Documentation** | See `.moai/`, `.claude/`, `docs/` within project |
|
|
1545
1615
|
|
|
1546
1616
|
---
|
|
1547
1617
|
|
|
@@ -1561,7 +1631,8 @@ Start a new experience of **trustworthy AI development** with Alfred! 🤖
|
|
|
1561
1631
|
|
|
1562
1632
|
---
|
|
1563
1633
|
|
|
1564
|
-
**MoAI-ADK
|
|
1634
|
+
**MoAI-ADK** — SPEC-First TDD with AI SuperAgent & Complete Skills + TAG Guard
|
|
1635
|
+
|
|
1565
1636
|
- 📦 PyPI: https://pypi.org/project/moai-adk/
|
|
1566
1637
|
- 🏠 GitHub: https://github.com/modu-ai/moai-adk
|
|
1567
1638
|
- 📝 License: MIT
|