moai-adk 0.5.4__tar.gz → 0.5.6__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.6}/PKG-INFO +293 -335
- {moai_adk-0.5.4 → moai_adk-0.5.6}/README.md +292 -334
- {moai_adk-0.5.4 → moai_adk-0.5.6}/pyproject.toml +1 -1
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/__init__.py +1 -1
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/cli/commands/init.py +4 -2
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/cli/commands/status.py +4 -2
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/cli/commands/update.py +4 -5
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/project/initializer.py +13 -11
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/project/phase_executor.py +7 -3
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/template/processor.py +60 -1
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/agents/alfred/cc-manager.md +8 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/agents/alfred/debug-helper.md +18 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/agents/alfred/doc-syncer.md +18 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/agents/alfred/git-manager.md +38 -2
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/agents/alfred/implementation-planner.md +18 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/agents/alfred/project-manager.md +6 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/agents/alfred/quality-gate.md +6 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/agents/alfred/skill-factory.md +8 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/agents/alfred/spec-builder.md +17 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/agents/alfred/tag-agent.md +7 -1
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/agents/alfred/tdd-implementer.md +18 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/agents/alfred/trust-checker.md +6 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/commands/alfred/0-project.md +5 -1
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/commands/alfred/1-plan.md +5 -1
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/commands/alfred/2-run.md +6 -2
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/commands/alfred/3-sync.md +5 -1
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/hooks/alfred/alfred_hooks.py +5 -1
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/output-styles/alfred/agentic-coding.md +5 -1
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/output-styles/alfred/moai-adk-learning.md +5 -1
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/output-styles/alfred/study-with-alfred.md +5 -1
- moai_adk-0.5.6/src/moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/SKILL.md +237 -0
- moai_adk-0.5.6/src/moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/examples.md +615 -0
- moai_adk-0.5.6/src/moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/reference.md +653 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-cc-agents/SKILL.md +22 -2
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-cc-claude-md/SKILL.md +22 -2
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-cc-commands/SKILL.md +22 -2
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-cc-hooks/SKILL.md +22 -2
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-cc-mcp-plugins/SKILL.md +22 -2
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-cc-memory/SKILL.md +22 -2
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-cc-settings/SKILL.md +22 -2
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-cc-skills/SKILL.md +25 -5
- moai_adk-0.5.6/src/moai_adk/templates/.claude/skills/moai-essentials-debug/SKILL.md +303 -0
- moai_adk-0.5.6/src/moai_adk/templates/.claude/skills/moai-essentials-debug/examples.md +1064 -0
- moai_adk-0.5.6/src/moai_adk/templates/.claude/skills/moai-essentials-debug/reference.md +1047 -0
- moai_adk-0.5.6/src/moai_adk/templates/.claude/skills/moai-skill-factory/SKILL.md +271 -0
- moai_adk-0.5.6/src/moai_adk/templates/.claude/skills/moai-spec-authoring/README.md +137 -0
- moai_adk-0.5.6/src/moai_adk/templates/.claude/skills/moai-spec-authoring/SKILL.md +218 -0
- moai_adk-0.5.6/src/moai_adk/templates/.claude/skills/moai-spec-authoring/examples.md +541 -0
- moai_adk-0.5.6/src/moai_adk/templates/.claude/skills/moai-spec-authoring/reference.md +622 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.moai/config.json +5 -5
- moai_adk-0.5.6/src/moai_adk/templates/.moai/memory/CLAUDE-AGENTS-GUIDE.md +208 -0
- moai_adk-0.5.6/src/moai_adk/templates/.moai/memory/CLAUDE-PRACTICES.md +369 -0
- moai_adk-0.5.6/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.6/src/moai_adk/templates/.moai/memory/DEVELOPMENT-GUIDE.md +3 -3
- moai_adk-0.5.6/src/moai_adk/templates/.moai/memory/SKILLS-DESCRIPTION-POLICY.md +218 -0
- moai_adk-0.5.6/src/moai_adk/templates/.moai/memory/config-schema.md +444 -0
- moai_adk-0.5.6/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.6}/.gitignore +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/LICENSE +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/__main__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/cli/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/cli/commands/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/cli/commands/backup.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/cli/commands/doctor.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/cli/main.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/cli/prompts/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/cli/prompts/init_prompts.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/diagnostics/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/diagnostics/slash_commands.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/git/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/git/branch.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/git/branch_manager.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/git/checkpoint.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/git/commit.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/git/event_detector.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/git/manager.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/project/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/project/backup_utils.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/project/checker.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/project/detector.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/project/validator.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/quality/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/quality/trust_checker.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/quality/validators/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/quality/validators/base_validator.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/template/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/template/backup.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/template/config.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/template/languages.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/core/template/merger.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/hooks/alfred/HOOK_SCHEMA_VALIDATION.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/hooks/alfred/README.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/hooks/alfred/core/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/hooks/alfred/core/checkpoint.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/hooks/alfred/core/context.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/hooks/alfred/core/project.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/hooks/alfred/core/tags.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/hooks/alfred/handlers/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/hooks/alfred/handlers/notification.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/hooks/alfred/handlers/session.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/hooks/alfred/handlers/tool.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/hooks/alfred/handlers/user.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/hooks/alfred/test_hook_output.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/settings.json +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-alfred-ears-authoring/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-alfred-ears-authoring/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-alfred-ears-authoring/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-alfred-git-workflow/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-alfred-git-workflow/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-alfred-git-workflow/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-alfred-language-detection/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-alfred-language-detection/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-alfred-language-detection/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-alfred-spec-metadata-validation/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-alfred-spec-metadata-validation/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-alfred-spec-metadata-validation/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-alfred-tag-scanning/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-alfred-tag-scanning/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-alfred-tag-scanning/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-alfred-trust-validation/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-alfred-trust-validation/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-alfred-trust-validation/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-cc-agents/templates/agent-template.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/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.6}/src/moai_adk/templates/.claude/skills/moai-cc-commands/templates/command-template.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/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.6}/src/moai_adk/templates/.claude/skills/moai-cc-hooks/scripts/preserve-permissions.sh +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/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.6}/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.6}/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.6}/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.6}/src/moai_adk/templates/.claude/skills/moai-cc-skills/templates/SKILL-template.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-backend/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-backend/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-backend/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-cli-tool/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-cli-tool/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-cli-tool/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-data-science/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-data-science/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-data-science/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-database/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-database/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-database/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-devops/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-devops/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-devops/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-frontend/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-frontend/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-frontend/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-ml/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-ml/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-ml/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-mobile-app/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-mobile-app/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-mobile-app/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-security/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-security/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-security/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-web-api/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-web-api/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-domain-web-api/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-essentials-perf/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-essentials-perf/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-essentials-perf/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-essentials-refactor/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-essentials-refactor/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-essentials-refactor/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-essentials-review/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-essentials-review/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-essentials-review/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-foundation-ears/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-foundation-ears/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-foundation-ears/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-foundation-git/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-foundation-git/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-foundation-git/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-foundation-langs/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-foundation-langs/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-foundation-langs/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-foundation-specs/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-foundation-specs/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-foundation-specs/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-foundation-tags/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-foundation-tags/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-foundation-tags/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-foundation-trust/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-foundation-trust/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-foundation-trust/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-c/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-c/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-c/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-cpp/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-cpp/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-cpp/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-csharp/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-csharp/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-csharp/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-dart/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-dart/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-dart/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-go/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-go/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-go/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-java/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-java/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-java/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-javascript/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-javascript/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-javascript/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-kotlin/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-kotlin/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-kotlin/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-php/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-php/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-php/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-python/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-python/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-python/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-r/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-r/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-r/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-ruby/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-ruby/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-ruby/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-rust/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-rust/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-rust/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-scala/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-scala/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-scala/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-shell/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-shell/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-shell/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-sql/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-sql/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-sql/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-swift/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-swift/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-swift/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-typescript/SKILL.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-typescript/examples.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-lang-typescript/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-skill-factory/CHECKLIST.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-skill-factory/EXAMPLES.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-skill-factory/INTERACTIVE-DISCOVERY.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-skill-factory/METADATA.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-skill-factory/PARALLEL-ANALYSIS-REPORT.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-skill-factory/PYTHON-VERSION-MATRIX.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-skill-factory/SKILL-FACTORY-WORKFLOW.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-skill-factory/SKILL-UPDATE-ADVISOR.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/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.6}/src/moai_adk/templates/.claude/skills/moai-skill-factory/STRUCTURE.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-skill-factory/WEB-RESEARCH.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-skill-factory/reference.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-skill-factory/scripts/generate-structure.sh +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-skill-factory/scripts/validate-skill.sh +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-skill-factory/templates/SKILL_TEMPLATE.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-skill-factory/templates/examples-template.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-skill-factory/templates/reference-template.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-skill-factory/templates/scripts-template.sh +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.claude/skills/moai-spec-authoring/examples/validate-spec.sh +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.github/workflows/moai-gitflow.yml +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/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.6/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.6/src/moai_adk/templates/.moai/memory/SPEC-METADATA.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.moai/project/product.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.moai/project/structure.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/.moai/project/tech.md +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/templates/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/utils/__init__.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/src/moai_adk/utils/banner.py +0 -0
- {moai_adk-0.5.4 → moai_adk-0.5.6}/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.6
|
|
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,16 @@ 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)
|
|
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
71
|
| I want a 4-week hands-on project | [Second Practice: Mini Kanban Board](#second-practice-mini-kanban-board) |
|
|
72
|
-
| Want to dive deeper? | [Additional Resources](#additional-resources)
|
|
72
|
+
| Want to dive deeper? | [Additional Resources](#additional-resources) |
|
|
73
73
|
|
|
74
74
|
---
|
|
75
75
|
|
|
@@ -190,7 +190,7 @@ uv tool install moai-adk
|
|
|
190
190
|
|
|
191
191
|
# Verify installation
|
|
192
192
|
moai-adk --version
|
|
193
|
-
# Output: MoAI-ADK
|
|
193
|
+
# Output: MoAI-ADK v1.0.0
|
|
194
194
|
```
|
|
195
195
|
|
|
196
196
|
Once installed, you can use the `moai-adk` command anywhere.
|
|
@@ -198,12 +198,14 @@ Once installed, you can use the `moai-adk` command anywhere.
|
|
|
198
198
|
### Step 3: Create Project (about 1 minute)
|
|
199
199
|
|
|
200
200
|
**To start a new project:**
|
|
201
|
+
|
|
201
202
|
```bash
|
|
202
203
|
moai-adk init my-project
|
|
203
204
|
cd my-project
|
|
204
205
|
```
|
|
205
206
|
|
|
206
207
|
**To add to an existing project:**
|
|
208
|
+
|
|
207
209
|
```bash
|
|
208
210
|
cd your-existing-project
|
|
209
211
|
moai-adk init .
|
|
@@ -213,19 +215,68 @@ This one command automatically generates:
|
|
|
213
215
|
|
|
214
216
|
```
|
|
215
217
|
my-project/
|
|
216
|
-
├── .moai/
|
|
217
|
-
│ ├── config.json
|
|
218
|
-
│ ├── project/
|
|
219
|
-
│ ├──
|
|
220
|
-
│
|
|
221
|
-
|
|
222
|
-
│ ├──
|
|
223
|
-
│ ├──
|
|
224
|
-
│ ├──
|
|
225
|
-
│
|
|
226
|
-
├──
|
|
227
|
-
├──
|
|
228
|
-
├──
|
|
218
|
+
├── .moai/ # MoAI-ADK project configuration
|
|
219
|
+
│ ├── config.json # Project settings (language, mode, owner)
|
|
220
|
+
│ ├── project/ # Project information
|
|
221
|
+
│ │ ├── product.md # Product vision and goals
|
|
222
|
+
│ │ ├── structure.md # Directory structure
|
|
223
|
+
│ │ └── tech.md # Tech stack and architecture
|
|
224
|
+
│ ├── memory/ # Alfred's knowledge base (8 files)
|
|
225
|
+
│ │ ├── CLAUDE-AGENTS-GUIDE.md # Sub-agent collaboration guide
|
|
226
|
+
│ │ ├── CLAUDE-RULES.md # Decision rules and standards
|
|
227
|
+
│ │ ├── CLAUDE-PRACTICES.md # Workflow patterns and examples
|
|
228
|
+
│ │ ├── CONFIG-SCHEMA.md # .moai/config.json schema
|
|
229
|
+
│ │ ├── DEVELOPMENT-GUIDE.md # SPEC-First TDD workflow guide
|
|
230
|
+
│ │ ├── GITFLOW-PROTECTION-POLICY.md # Git branch protection
|
|
231
|
+
│ │ ├── SKILLS-DESCRIPTION-POLICY.md # Skills management policy
|
|
232
|
+
│ │ └── SPEC-METADATA.md # SPEC YAML frontmatter standard
|
|
233
|
+
│ ├── specs/ # SPEC files
|
|
234
|
+
│ │ └── SPEC-XXX-001/ # Each SPEC in its own folder
|
|
235
|
+
│ │ └── spec.md # EARS-format specification
|
|
236
|
+
│ └── reports/ # Analysis reports
|
|
237
|
+
├── .claude/ # Claude Code automation
|
|
238
|
+
│ ├── agents/ # 12 Sub-agents
|
|
239
|
+
│ │ └── alfred/
|
|
240
|
+
│ │ ├── project-manager.md # Project initialization
|
|
241
|
+
│ │ ├── spec-builder.md # SPEC authoring (EARS)
|
|
242
|
+
│ │ ├── implementation-planner.md # Architecture & TAG design
|
|
243
|
+
│ │ ├── tdd-implementer.md # RED-GREEN-REFACTOR loop
|
|
244
|
+
│ │ ├── doc-syncer.md # Documentation sync
|
|
245
|
+
│ │ ├── quality-gate.md # TRUST 5 verification
|
|
246
|
+
│ │ ├── tag-agent.md # TAG chain validation
|
|
247
|
+
│ │ ├── trust-checker.md # Code quality checks
|
|
248
|
+
│ │ ├── debug-helper.md # Error analysis & fixes
|
|
249
|
+
│ │ ├── git-manager.md # GitFlow & PR management
|
|
250
|
+
│ │ ├── cc-manager.md # Claude Code optimization
|
|
251
|
+
│ │ └── skill-factory.md # Skills creation & updates
|
|
252
|
+
│ ├── commands/ # 4 Alfred commands
|
|
253
|
+
│ │ └── alfred/
|
|
254
|
+
│ │ ├── 0-project.md # Project initialization
|
|
255
|
+
│ │ ├── 1-plan.md # SPEC authoring
|
|
256
|
+
│ │ ├── 2-run.md # TDD implementation
|
|
257
|
+
│ │ └── 3-sync.md # Documentation sync
|
|
258
|
+
│ ├── skills/ # 58 Claude Skills
|
|
259
|
+
│ │ ├── moai-foundation-* # 6 Foundation tier
|
|
260
|
+
│ │ ├── moai-essentials-* # 4 Essentials tier
|
|
261
|
+
│ │ ├── moai-alfred-* # 7 Alfred tier
|
|
262
|
+
│ │ ├── moai-domain-* # 10 Domain tier
|
|
263
|
+
│ │ ├── moai-lang-* # 18 Language tier
|
|
264
|
+
│ │ ├── moai-cc-* # 8 Claude Code tier
|
|
265
|
+
│ │ ├── moai-skill-factory # 1 Skill Factory
|
|
266
|
+
│ │ └── moai-spec-authoring # 1 SPEC authoring
|
|
267
|
+
│ ├── hooks/ # Event-driven automation
|
|
268
|
+
│ │ └── alfred/
|
|
269
|
+
│ │ └── alfred_hooks.py # 5 hooks (Session, PreTool, etc.)
|
|
270
|
+
│ ├── output-styles/ # Response styles
|
|
271
|
+
│ │ └── alfred/
|
|
272
|
+
│ │ ├── agentic-coding.md # Professional development mode
|
|
273
|
+
│ │ ├── moai-adk-learning.md # Educational explanations mode
|
|
274
|
+
│ │ └── study-with-alfred.md # Interactive learning mode
|
|
275
|
+
│ └── settings.json # Claude Code settings
|
|
276
|
+
├── src/ # Implementation code
|
|
277
|
+
├── tests/ # Test code
|
|
278
|
+
├── docs/ # Auto-generated documentation
|
|
279
|
+
├── CLAUDE.md # Alfred's core directives
|
|
229
280
|
└── README.md
|
|
230
281
|
```
|
|
231
282
|
|
|
@@ -260,6 +311,7 @@ After project initialization completes, write your first feature as a SPEC:
|
|
|
260
311
|
```
|
|
261
312
|
|
|
262
313
|
Automatically generated:
|
|
314
|
+
|
|
263
315
|
- `@SPEC:USER-001` - Unique ID assigned
|
|
264
316
|
- `.moai/specs/SPEC-USER-001/spec.md` - Professional SPEC in EARS format
|
|
265
317
|
- `feature/spec-user-001` - Git branch auto-created
|
|
@@ -273,6 +325,7 @@ Once SPEC is written, implement using TDD:
|
|
|
273
325
|
```
|
|
274
326
|
|
|
275
327
|
This command handles:
|
|
328
|
+
|
|
276
329
|
- 🔴 **RED**: Automatically write failing test (`@TEST:USER-001`)
|
|
277
330
|
- 🟢 **GREEN**: Minimal implementation to pass test (`@CODE:USER-001`)
|
|
278
331
|
- ♻️ **REFACTOR**: Improve code quality
|
|
@@ -286,6 +339,7 @@ Finally, auto-sync all documentation:
|
|
|
286
339
|
```
|
|
287
340
|
|
|
288
341
|
Automatically generated/updated:
|
|
342
|
+
|
|
289
343
|
- Living Document (API documentation)
|
|
290
344
|
- README updates
|
|
291
345
|
- CHANGELOG generation
|
|
@@ -321,16 +375,134 @@ cat README.md
|
|
|
321
375
|
```
|
|
322
376
|
|
|
323
377
|
> 🔍 **Verification Command**: `moai-adk doctor` — Checks if Python/uv versions, `.moai/` structure, and agent/Skills configuration are all ready.
|
|
378
|
+
>
|
|
324
379
|
> ```bash
|
|
325
380
|
> moai-adk doctor
|
|
326
381
|
> ```
|
|
382
|
+
>
|
|
327
383
|
> All green checkmarks mean perfect readiness!
|
|
328
384
|
|
|
329
385
|
---
|
|
330
386
|
|
|
387
|
+
## Understanding CLAUDE.md (Alfred's Configuration Documents)
|
|
388
|
+
|
|
389
|
+
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.
|
|
390
|
+
|
|
391
|
+
### 4-Document Structure
|
|
392
|
+
|
|
393
|
+
When you run MoAI-ADK, Alfred loads configuration from **4 coordinated documents** (stored in your `.claude/` directory):
|
|
394
|
+
|
|
395
|
+
| Document | Size | Purpose | When Alfred Reads It |
|
|
396
|
+
| -------------------------- | ----- | ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
|
|
397
|
+
| **CLAUDE.md** | ~7kb | Alfred's identity, core directives, project metadata | At session start (bootstrap) |
|
|
398
|
+
| **CLAUDE-AGENTS-GUIDE.md** | ~14kb | Sub-agent roster (19 members), Skills distribution (55 packs), team structure | When selecting which agent to invoke |
|
|
399
|
+
| **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) |
|
|
400
|
+
| **CLAUDE-PRACTICES.md** | ~8kb | Practical workflows, context engineering (JIT retrieval), on-demand agent patterns, real examples | During implementation phase |
|
|
401
|
+
|
|
402
|
+
### Why This Structure Matters
|
|
403
|
+
|
|
404
|
+
**For Developers**: These documents define how Alfred interprets your requirements and orchestrates development. Understanding them helps you:
|
|
405
|
+
|
|
406
|
+
- Write clearer specifications that Alfred understands better
|
|
407
|
+
- Know which agent/Skill will be invoked for your request
|
|
408
|
+
- Understand decision points where Alfred might ask you questions
|
|
409
|
+
|
|
410
|
+
**For AI**: Progressive disclosure means:
|
|
411
|
+
|
|
412
|
+
- **Session Start**: Load only CLAUDE.md (7kb) — minimal overhead
|
|
413
|
+
- **On-Demand**: Load CLAUDE-AGENTS-GUIDE.md, CLAUDE-RULES.md, CLAUDE-PRACTICES.md only when needed
|
|
414
|
+
- **Result**: Faster session boot, cleaner context, clear decision logic
|
|
415
|
+
|
|
416
|
+
### Example: What Happens When You Run `/alfred:2-run`
|
|
417
|
+
|
|
418
|
+
1. **CLAUDE.md** is already loaded → Alfred knows its role and project context
|
|
419
|
+
2. Alfred checks **CLAUDE-RULES.md** → "Should I ask user questions? Which Skill applies here?"
|
|
420
|
+
3. If implementing code: Alfred loads **CLAUDE-AGENTS-GUIDE.md** → "Which agent executes TDD?"
|
|
421
|
+
4. During implementation: Alfred loads **CLAUDE-PRACTICES.md** → "How do I structure the RED → GREEN → REFACTOR workflow?"
|
|
422
|
+
|
|
423
|
+
### Customizing Alfred's Behavior
|
|
424
|
+
|
|
425
|
+
**Most developers never modify these files.** MoAI-ADK ships with optimized defaults.
|
|
426
|
+
|
|
427
|
+
**If you need to customize Alfred's behavior** (rare), edit these documents in your project's `.claude/` directory:
|
|
428
|
+
|
|
429
|
+
- Add new decision rules in **CLAUDE-RULES.md**
|
|
430
|
+
- Adjust agent selection logic in **CLAUDE-AGENTS-GUIDE.md**
|
|
431
|
+
- Document team-specific workflows in **CLAUDE-PRACTICES.md**
|
|
432
|
+
|
|
433
|
+
> ⚠️ **Important**: These are internal configuration files for Alfred, not user guides. Keep them concise and decision-focused. Most teams don't modify them.
|
|
434
|
+
|
|
435
|
+
---
|
|
436
|
+
|
|
437
|
+
## Alfred's Memory Files (.moai/memory/)
|
|
438
|
+
|
|
439
|
+
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.
|
|
440
|
+
|
|
441
|
+
### Core Knowledge Base (14 Files)
|
|
442
|
+
|
|
443
|
+
**Core Guides (3 files)**:
|
|
444
|
+
|
|
445
|
+
| File | Size | Purpose | Who Uses It |
|
|
446
|
+
| ------------------------ | ----- | ---------------------------------------- | ---------------------- |
|
|
447
|
+
| `CLAUDE-AGENTS-GUIDE.md` | ~15KB | Sub-agent selection & collaboration | Alfred, Developers |
|
|
448
|
+
| `CLAUDE-PRACTICES.md` | ~12KB | Real-world workflow examples & patterns | Alfred, All Sub-agents |
|
|
449
|
+
| `CLAUDE-RULES.md` | ~19KB | Skill/TAG/Git rules & decision standards | Alfred, All Sub-agents |
|
|
450
|
+
|
|
451
|
+
**Standards (4 files)**:
|
|
452
|
+
|
|
453
|
+
| File | Size | Purpose | Who Uses It |
|
|
454
|
+
| ------------------------------ | ----- | ------------------------------------- | -------------------------- |
|
|
455
|
+
| `CONFIG-SCHEMA.md` | ~12KB | `.moai/config.json` schema definition | project-manager |
|
|
456
|
+
| `DEVELOPMENT-GUIDE.md` | ~14KB | SPEC-First TDD workflow guide | All Sub-agents, Developers |
|
|
457
|
+
| `GITFLOW-PROTECTION-POLICY.md` | ~6KB | Git branch protection policy | git-manager |
|
|
458
|
+
| `SPEC-METADATA.md` | ~9KB | SPEC YAML frontmatter standard (SSOT) | spec-builder, doc-syncer |
|
|
459
|
+
|
|
460
|
+
**Implementation Analysis (7 files)**: Internal reports and policy documents for Skills management, workflow improvements, and team integration analysis.
|
|
461
|
+
|
|
462
|
+
### When Are Memory Files Loaded?
|
|
463
|
+
|
|
464
|
+
**Session Start (Always)**:
|
|
465
|
+
|
|
466
|
+
- `CLAUDE.md`
|
|
467
|
+
- `CLAUDE-AGENTS-GUIDE.md`
|
|
468
|
+
- `CLAUDE-RULES.md`
|
|
469
|
+
|
|
470
|
+
**Just-In-Time (Command Execution)**:
|
|
471
|
+
|
|
472
|
+
- `/alfred:1-plan` → `SPEC-METADATA.md`, `DEVELOPMENT-GUIDE.md`
|
|
473
|
+
- `/alfred:2-run` → `DEVELOPMENT-GUIDE.md`
|
|
474
|
+
- `/alfred:3-sync` → `DEVELOPMENT-GUIDE.md`
|
|
475
|
+
|
|
476
|
+
**Conditional (On-Demand)**:
|
|
477
|
+
|
|
478
|
+
- Config changes → `CONFIG-SCHEMA.md`
|
|
479
|
+
- Git operations → `GITFLOW-PROTECTION-POLICY.md`
|
|
480
|
+
- Skill creation → `SKILLS-DESCRIPTION-POLICY.md`
|
|
481
|
+
|
|
482
|
+
### Why Memory Files Matter
|
|
483
|
+
|
|
484
|
+
1. **Single Source of Truth (SSOT)**: Each standard is defined exactly once, eliminating conflicts
|
|
485
|
+
2. **Context Efficiency**: JIT loading reduces initial session overhead (only 3 files at start)
|
|
486
|
+
3. **Consistent Decisions**: All Sub-agents follow the same rules from `CLAUDE-RULES.md`
|
|
487
|
+
4. **Traceability**: SPEC metadata, @TAG rules, and Git standards all documented
|
|
488
|
+
|
|
489
|
+
### Usage Frequency
|
|
490
|
+
|
|
491
|
+
| Priority | Files | Usage Pattern |
|
|
492
|
+
| --------- | -------------------------------------------------- | ------------------- |
|
|
493
|
+
| Very High | `CLAUDE-RULES.md` | Every decision |
|
|
494
|
+
| High | `DEVELOPMENT-GUIDE.md`, `SPEC-METADATA.md` | All commands |
|
|
495
|
+
| Medium | `CLAUDE-AGENTS-GUIDE.md`, `CLAUDE-PRACTICES.md` | Agent coordination |
|
|
496
|
+
| Low | `CONFIG-SCHEMA.md`, `GITFLOW-PROTECTION-POLICY.md` | Specific operations |
|
|
497
|
+
|
|
498
|
+
> 📚 **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.
|
|
499
|
+
|
|
500
|
+
---
|
|
501
|
+
|
|
331
502
|
## Keeping MoAI-ADK Up-to-Date
|
|
332
503
|
|
|
333
504
|
### Check Version
|
|
505
|
+
|
|
334
506
|
```bash
|
|
335
507
|
# Check currently installed version
|
|
336
508
|
moai-adk --version
|
|
@@ -342,6 +514,7 @@ uv tool list # Check current version of moai-adk
|
|
|
342
514
|
### Upgrading
|
|
343
515
|
|
|
344
516
|
#### Method 1: MoAI-ADK Built-in Update Command (Simplest)
|
|
517
|
+
|
|
345
518
|
```bash
|
|
346
519
|
# MoAI-ADK's own update command - also updates agent/Skills templates
|
|
347
520
|
moai-adk update
|
|
@@ -353,24 +526,28 @@ moai-adk init .
|
|
|
353
526
|
#### Method 2: Upgrade with uv tool command
|
|
354
527
|
|
|
355
528
|
**Upgrade specific tool (recommended)**
|
|
529
|
+
|
|
356
530
|
```bash
|
|
357
531
|
# Upgrade only moai-adk to latest version
|
|
358
532
|
uv tool upgrade moai-adk
|
|
359
533
|
```
|
|
360
534
|
|
|
361
535
|
**Upgrade all installed tools**
|
|
536
|
+
|
|
362
537
|
```bash
|
|
363
538
|
# Upgrade all uv tool installations to latest versions
|
|
364
539
|
uv tool update
|
|
365
540
|
```
|
|
366
541
|
|
|
367
542
|
**Install specific version**
|
|
543
|
+
|
|
368
544
|
```bash
|
|
369
545
|
# Reinstall specific version (e.g., 0.4.2)
|
|
370
546
|
uv tool install moai-adk==0.4.2
|
|
371
547
|
```
|
|
372
548
|
|
|
373
549
|
### Verify After Update
|
|
550
|
+
|
|
374
551
|
```bash
|
|
375
552
|
# 1. Check installed version
|
|
376
553
|
moai-adk --version
|
|
@@ -389,6 +566,7 @@ claude
|
|
|
389
566
|
```
|
|
390
567
|
|
|
391
568
|
> 💡 **Tip**:
|
|
569
|
+
>
|
|
392
570
|
> - `moai-adk update`: Updates MoAI-ADK package version + syncs agent/Skills templates
|
|
393
571
|
> - `moai-adk init .`: Applies new templates to existing project (keeps code safe)
|
|
394
572
|
> - Running both commands completes a full update
|
|
@@ -412,22 +590,26 @@ graph TD
|
|
|
412
590
|
```
|
|
413
591
|
|
|
414
592
|
### 0. INIT — Project Preparation
|
|
593
|
+
|
|
415
594
|
- Questions about project introduction, target, language, mode (locale)
|
|
416
595
|
- Auto-generates `.moai/config.json`, `.moai/project/*` 5 documents
|
|
417
596
|
- Language detection and recommended Skill Pack deployment (Foundation + Essentials + Domain/Language)
|
|
418
597
|
- Template cleanup, initial Git/backup checks
|
|
419
598
|
|
|
420
599
|
### 1. PLAN — Agree on What to Build
|
|
600
|
+
|
|
421
601
|
- Write SPEC with EARS template (includes `@SPEC:ID`)
|
|
422
602
|
- Organize Plan Board, implementation ideas, risk factors
|
|
423
603
|
- Auto-create branch/initial Draft PR in Team mode
|
|
424
604
|
|
|
425
605
|
### 2. RUN — Test-Driven Development (TDD)
|
|
606
|
+
|
|
426
607
|
- Phase 1 `implementation-planner`: Design libraries, folders, TAG layout
|
|
427
608
|
- Phase 2 `tdd-implementer`: RED (failing test) → GREEN (minimal implementation) → REFACTOR (cleanup)
|
|
428
609
|
- quality-gate verifies TRUST 5 principles, coverage changes
|
|
429
610
|
|
|
430
611
|
### 3. SYNC — Documentation & PR Organization
|
|
612
|
+
|
|
431
613
|
- Sync Living Document, README, CHANGELOG, etc.
|
|
432
614
|
- Validate TAG chain and recover orphan TAGs
|
|
433
615
|
- Generate Sync Report, transition Draft → Ready for Review, support `--auto-merge` option
|
|
@@ -468,6 +650,7 @@ MoAI-ADK consists of 5 key concepts. Each concept connects to the others, and to
|
|
|
468
650
|
**How?** The `/alfred:1-plan` command automatically creates professional SPECs in EARS format.
|
|
469
651
|
|
|
470
652
|
**What You Get**:
|
|
653
|
+
|
|
471
654
|
- ✅ Clear requirements everyone on the team understands
|
|
472
655
|
- ✅ SPEC-based test cases (what to test is already defined)
|
|
473
656
|
- ✅ When requirements change, track all affected code with `@SPEC:ID` TAG
|
|
@@ -483,11 +666,13 @@ MoAI-ADK consists of 5 key concepts. Each concept connects to the others, and to
|
|
|
483
666
|
**3-Step Cycle**:
|
|
484
667
|
|
|
485
668
|
1. **🔴 RED**: Write a failing test first
|
|
669
|
+
|
|
486
670
|
- Each SPEC requirement becomes a test case
|
|
487
671
|
- Must fail because implementation doesn't exist yet
|
|
488
672
|
- Git commit: `test(AUTH-001): add failing test`
|
|
489
673
|
|
|
490
674
|
2. **🟢 GREEN**: Minimal implementation to pass the test
|
|
675
|
+
|
|
491
676
|
- Make it pass using the simplest approach
|
|
492
677
|
- Passing comes before perfection
|
|
493
678
|
- Git commit: `feat(AUTH-001): implement minimal solution`
|
|
@@ -501,6 +686,7 @@ MoAI-ADK consists of 5 key concepts. Each concept connects to the others, and to
|
|
|
501
686
|
**How?** The `/alfred:2-run` command automatically executes these 3 steps.
|
|
502
687
|
|
|
503
688
|
**What You Get**:
|
|
689
|
+
|
|
504
690
|
- ✅ Guaranteed 85%+ coverage (no code without tests)
|
|
505
691
|
- ✅ Refactoring confidence (always verifiable with tests)
|
|
506
692
|
- ✅ Clear Git history (trace RED → GREEN → REFACTOR process)
|
|
@@ -514,6 +700,7 @@ MoAI-ADK consists of 5 key concepts. Each concept connects to the others, and to
|
|
|
514
700
|
**Core Idea**: Add `@TAG:ID` to all SPECs, tests, code, and documentation to create **one-to-one correspondence**.
|
|
515
701
|
|
|
516
702
|
**TAG Chain**:
|
|
703
|
+
|
|
517
704
|
```
|
|
518
705
|
@SPEC:AUTH-001 (requirements)
|
|
519
706
|
↓
|
|
@@ -525,11 +712,13 @@ MoAI-ADK consists of 5 key concepts. Each concept connects to the others, and to
|
|
|
525
712
|
```
|
|
526
713
|
|
|
527
714
|
**TAG ID Rules**: `<Domain>-<3 digits>`
|
|
715
|
+
|
|
528
716
|
- AUTH-001, AUTH-002, AUTH-003...
|
|
529
717
|
- USER-001, USER-002...
|
|
530
718
|
- Once assigned, **never change**
|
|
531
719
|
|
|
532
720
|
**How to Use?** When requirements change:
|
|
721
|
+
|
|
533
722
|
```bash
|
|
534
723
|
# Find everything related to AUTH-001
|
|
535
724
|
rg '@TAG:AUTH-001' -n
|
|
@@ -541,6 +730,7 @@ rg '@TAG:AUTH-001' -n
|
|
|
541
730
|
**How?** The `/alfred:3-sync` command validates TAG chains and detects orphan TAGs (TAGs without correspondence).
|
|
542
731
|
|
|
543
732
|
**What You Get**:
|
|
733
|
+
|
|
544
734
|
- ✅ Clear intent for all code (reading SPEC explains why this code exists)
|
|
545
735
|
- ✅ Instantly identify all affected code during refactoring
|
|
546
736
|
- ✅ Code remains understandable 3 months later (trace TAG → SPEC)
|
|
@@ -554,21 +744,25 @@ rg '@TAG:AUTH-001' -n
|
|
|
554
744
|
**Core Idea**: All code must follow these 5 principles. `/alfred:3-sync` automatically verifies them.
|
|
555
745
|
|
|
556
746
|
1. **🧪 Test First** (tests come first)
|
|
747
|
+
|
|
557
748
|
- Test coverage ≥ 85%
|
|
558
749
|
- All code protected by tests
|
|
559
750
|
- Adding feature = adding test
|
|
560
751
|
|
|
561
752
|
2. **📖 Readable** (easy-to-read code)
|
|
753
|
+
|
|
562
754
|
- Functions ≤ 50 lines, files ≤ 300 lines
|
|
563
755
|
- Variable names reveal intent
|
|
564
756
|
- Pass linters (ESLint/ruff/clippy)
|
|
565
757
|
|
|
566
758
|
3. **🎯 Unified** (consistent structure)
|
|
759
|
+
|
|
567
760
|
- Maintain SPEC-based architecture
|
|
568
761
|
- Same patterns repeat (reduces learning curve)
|
|
569
762
|
- Type safety or runtime validation
|
|
570
763
|
|
|
571
764
|
4. **🔒 Secured** (security)
|
|
765
|
+
|
|
572
766
|
- Input validation (defend against XSS, SQL Injection)
|
|
573
767
|
- Password hashing (bcrypt, Argon2)
|
|
574
768
|
- Protect sensitive information (environment variables)
|
|
@@ -581,6 +775,7 @@ rg '@TAG:AUTH-001' -n
|
|
|
581
775
|
**How?** The `/alfred:3-sync` command automatically performs TRUST verification.
|
|
582
776
|
|
|
583
777
|
**What You Get**:
|
|
778
|
+
|
|
584
779
|
- ✅ Production-quality code guaranteed
|
|
585
780
|
- ✅ Entire team develops with same standards
|
|
586
781
|
- ✅ Fewer bugs, prevent security vulnerabilities in advance
|
|
@@ -594,12 +789,14 @@ rg '@TAG:AUTH-001' -n
|
|
|
594
789
|
**Core Idea**: **19 AI agents** collaborate to automate the entire development process:
|
|
595
790
|
|
|
596
791
|
**Agent Composition**:
|
|
792
|
+
|
|
597
793
|
- **Alfred SuperAgent**: Overall orchestration (1)
|
|
598
794
|
- **Core Sub-agents**: Specialized tasks like SPEC writing, TDD implementation, documentation sync (10)
|
|
599
795
|
- **Zero-project Specialists**: Project initialization, language detection, etc. (6)
|
|
600
796
|
- **Built-in Agents**: General questions, codebase exploration (2)
|
|
601
797
|
|
|
602
798
|
**55 Claude Skills**:
|
|
799
|
+
|
|
603
800
|
- **Foundation** (6): TRUST/TAG/SPEC/Git/EARS principles
|
|
604
801
|
- **Essentials** (4): Debugging, performance, refactoring, code review
|
|
605
802
|
- **Alfred** (7): Workflow automation
|
|
@@ -611,6 +808,7 @@ rg '@TAG:AUTH-001' -n
|
|
|
611
808
|
**How?** `/alfred:*` commands automatically activate the right expert team.
|
|
612
809
|
|
|
613
810
|
**What You Get**:
|
|
811
|
+
|
|
614
812
|
- ✅ No prompt writing needed (use standardized commands)
|
|
615
813
|
- ✅ Automatically remember project context (no repeating same questions)
|
|
616
814
|
- ✅ Auto-assemble optimal expert team (activate appropriate Sub-agents)
|
|
@@ -665,6 +863,7 @@ priority: high
|
|
|
665
863
|
```
|
|
666
864
|
|
|
667
865
|
**Also auto-generated**:
|
|
866
|
+
|
|
668
867
|
- 📋 `Plan Board`: Implementation ideas, risk factors, solution strategies
|
|
669
868
|
- ✅ `Acceptance Criteria`: Verification standards
|
|
670
869
|
- 🌿 `feature/spec-todo-001` Git branch
|
|
@@ -678,6 +877,7 @@ priority: high
|
|
|
678
877
|
**Phase 1: Establish Implementation Strategy**
|
|
679
878
|
|
|
680
879
|
The **implementation-planner** Sub-agent decides:
|
|
880
|
+
|
|
681
881
|
- 📚 Libraries: FastAPI + SQLAlchemy
|
|
682
882
|
- 📁 Folder structure: `src/todo/`, `tests/todo/`
|
|
683
883
|
- 🏷️ TAG design: `@CODE:TODO-001:API`, `@CODE:TODO-001:MODEL`, `@CODE:TODO-001:REPO`
|
|
@@ -721,6 +921,7 @@ def test_get_todo_with_invalid_id_should_return_404():
|
|
|
721
921
|
**Result**: ❌ All fail (create_todo not defined)
|
|
722
922
|
|
|
723
923
|
**Git Commit**:
|
|
924
|
+
|
|
724
925
|
```bash
|
|
725
926
|
git commit -m "🔴 test(TODO-001): add failing API tests"
|
|
726
927
|
```
|
|
@@ -765,6 +966,7 @@ def get_todo(todo_id: str):
|
|
|
765
966
|
**Result**: ✅ All pass!
|
|
766
967
|
|
|
767
968
|
**Git Commit**:
|
|
969
|
+
|
|
768
970
|
```bash
|
|
769
971
|
git commit -m "🟢 feat(TODO-001): implement minimal Todo API"
|
|
770
972
|
```
|
|
@@ -799,6 +1001,7 @@ class Todo(Base):
|
|
|
799
1001
|
**Result**: ✅ Still all pass!
|
|
800
1002
|
|
|
801
1003
|
**Git Commit**:
|
|
1004
|
+
|
|
802
1005
|
```bash
|
|
803
1006
|
git commit -m "♻️ refactor(TODO-001): add database models and validation"
|
|
804
1007
|
```
|
|
@@ -823,6 +1026,7 @@ git commit -m "♻️ refactor(TODO-001): add database models and validation"
|
|
|
823
1026
|
**Automatically Performed**:
|
|
824
1027
|
|
|
825
1028
|
1. **TAG Chain Validation**
|
|
1029
|
+
|
|
826
1030
|
```bash
|
|
827
1031
|
✅ @SPEC:TODO-001 → .moai/specs/SPEC-TODO-001/spec.md
|
|
828
1032
|
✅ @TEST:TODO-001 → tests/test_todo_api.py
|
|
@@ -834,15 +1038,18 @@ git commit -m "♻️ refactor(TODO-001): add database models and validation"
|
|
|
834
1038
|
```
|
|
835
1039
|
|
|
836
1040
|
2. **Living Document Generation**
|
|
1041
|
+
|
|
837
1042
|
```markdown
|
|
838
1043
|
# @DOC:TODO-001: Todo Management API
|
|
839
1044
|
|
|
840
1045
|
## Overview
|
|
1046
|
+
|
|
841
1047
|
REST API for managing tasks with CRUD operations.
|
|
842
1048
|
|
|
843
1049
|
## Endpoints
|
|
844
1050
|
|
|
845
1051
|
### Create Todo
|
|
1052
|
+
|
|
846
1053
|
- Method: POST
|
|
847
1054
|
- URL: /todos
|
|
848
1055
|
- Request: {"title": "string (1-200 chars)"}
|
|
@@ -851,6 +1058,7 @@ git commit -m "♻️ refactor(TODO-001): add database models and validation"
|
|
|
851
1058
|
- Tested in: @TEST:TODO-001
|
|
852
1059
|
|
|
853
1060
|
### Get All Todos
|
|
1061
|
+
|
|
854
1062
|
- Method: GET
|
|
855
1063
|
- URL: /todos
|
|
856
1064
|
- Response: 200 OK with array of todos
|
|
@@ -859,6 +1067,7 @@ git commit -m "♻️ refactor(TODO-001): add database models and validation"
|
|
|
859
1067
|
```
|
|
860
1068
|
|
|
861
1069
|
3. **README Update**
|
|
1070
|
+
|
|
862
1071
|
```markdown
|
|
863
1072
|
## Features
|
|
864
1073
|
|
|
@@ -866,12 +1075,14 @@ git commit -m "♻️ refactor(TODO-001): add database models and validation"
|
|
|
866
1075
|
```
|
|
867
1076
|
|
|
868
1077
|
4. **CHANGELOG Generation**
|
|
1078
|
+
|
|
869
1079
|
```markdown
|
|
870
1080
|
# Changelog
|
|
871
1081
|
|
|
872
1082
|
## [0.1.0] - 2025-10-22
|
|
873
1083
|
|
|
874
1084
|
### Added
|
|
1085
|
+
|
|
875
1086
|
- Todo Management API with CRUD operations (@SPEC:TODO-001)
|
|
876
1087
|
- Create new todos
|
|
877
1088
|
- List all todos
|
|
@@ -879,6 +1090,7 @@ git commit -m "♻️ refactor(TODO-001): add database models and validation"
|
|
|
879
1090
|
- Delete todos
|
|
880
1091
|
|
|
881
1092
|
### Implementation Details
|
|
1093
|
+
|
|
882
1094
|
- SPEC: .moai/specs/SPEC-TODO-001/spec.md
|
|
883
1095
|
- Tests: tests/test_todo_api.py (87% coverage)
|
|
884
1096
|
- Code: src/todo/ with models, API, repository layers
|
|
@@ -964,8 +1176,8 @@ Alfred works by combining multiple specialized agents with Claude Skills.
|
|
|
964
1176
|
|
|
965
1177
|
### Core Sub-agents (Plan → Run → Sync)
|
|
966
1178
|
|
|
967
|
-
| Sub-agent
|
|
968
|
-
|
|
|
1179
|
+
| Sub-agent | Model | Role |
|
|
1180
|
+
| ------------------ | ------ | ----------------------------------------------------------------------- |
|
|
969
1181
|
| project-manager 📋 | Sonnet | Project initialization, metadata interviews |
|
|
970
1182
|
| spec-builder 🏗️ | Sonnet | Plan board, EARS SPEC authoring |
|
|
971
1183
|
| code-builder 💎 | Sonnet | Performs complete TDD with `implementation-planner` + `tdd-implementer` |
|
|
@@ -982,18 +1194,20 @@ Alfred works by combining multiple specialized agents with Claude Skills.
|
|
|
982
1194
|
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
1195
|
|
|
984
1196
|
#### Foundation Tier
|
|
1197
|
+
|
|
985
1198
|
Core skills containing fundamental TRUST/TAG/SPEC/Git/EARS/Language principles
|
|
986
1199
|
|
|
987
1200
|
| Skill | Description |
|
|
988
1201
|
| ----------------------- | ---------------------------------------------------------------------------------- |
|
|
989
1202
|
| `moai-foundation-trust` | TRUST 5-principles (Test 85%+, Readable, Unified, Secured, Trackable) verification |
|
|
990
1203
|
| `moai-foundation-tags` | @TAG markers scan and inventory generation (CODE-FIRST principle) |
|
|
991
|
-
| `moai-foundation-specs` | SPEC YAML frontmatter validation and HISTORY section management
|
|
1204
|
+
| `moai-foundation-specs` | SPEC YAML frontmatter validation and HISTORY section management |
|
|
992
1205
|
| `moai-foundation-ears` | EARS (Easy Approach to Requirements Syntax) requirements writing guide |
|
|
993
1206
|
| `moai-foundation-git` | Git workflow automation (branching, TDD commits, PR management) |
|
|
994
1207
|
| `moai-foundation-langs` | Project language/framework auto-detection (package.json, pyproject.toml, etc.) |
|
|
995
1208
|
|
|
996
1209
|
#### Essentials Tier
|
|
1210
|
+
|
|
997
1211
|
Core tools needed for daily development work
|
|
998
1212
|
|
|
999
1213
|
| Skill | Description |
|
|
@@ -1004,19 +1218,21 @@ Core tools needed for daily development work
|
|
|
1004
1218
|
| `moai-essentials-review` | Automated code review, SOLID principles, code smell detection |
|
|
1005
1219
|
|
|
1006
1220
|
#### Alfred Tier
|
|
1221
|
+
|
|
1007
1222
|
MoAI-ADK internal workflow orchestration skills
|
|
1008
1223
|
|
|
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
|
|
1224
|
+
| Skill | Description |
|
|
1225
|
+
| -------------------------------------- | ------------------------------------------------------------------------- |
|
|
1226
|
+
| `moai-alfred-ears-authoring` | EARS syntax validation and requirement pattern guidance |
|
|
1227
|
+
| `moai-alfred-git-workflow` | MoAI-ADK conventions (feature branch, TDD commits, Draft PR) automation |
|
|
1228
|
+
| `moai-alfred-language-detection` | Project language/runtime detection and test tool recommendations |
|
|
1229
|
+
| `moai-alfred-spec-metadata-validation` | SPEC YAML frontmatter and HISTORY section consistency validation |
|
|
1230
|
+
| `moai-alfred-tag-scanning` | Complete @TAG marker scan and inventory generation (CODE-FIRST principle) |
|
|
1231
|
+
| `moai-alfred-trust-validation` | TRUST 5-principles compliance verification |
|
|
1232
|
+
| `moai-alfred-interactive-questions` | Claude Code Tools AskUserQuestion TUI menu standardization |
|
|
1018
1233
|
|
|
1019
1234
|
#### Domain Tier
|
|
1235
|
+
|
|
1020
1236
|
Specialized domain expertise
|
|
1021
1237
|
|
|
1022
1238
|
| Skill | Description |
|
|
@@ -1033,6 +1249,7 @@ Specialized domain expertise
|
|
|
1033
1249
|
| `moai-domain-web-api` | REST API, GraphQL design patterns, authentication, versioning, OpenAPI documentation |
|
|
1034
1250
|
|
|
1035
1251
|
#### Language Tier
|
|
1252
|
+
|
|
1036
1253
|
Programming language-specific best practices
|
|
1037
1254
|
|
|
1038
1255
|
| Skill | Description |
|
|
@@ -1057,6 +1274,7 @@ Programming language-specific best practices
|
|
|
1057
1274
|
| `moai-lang-r` | testthat, lintr, data analysis patterns |
|
|
1058
1275
|
|
|
1059
1276
|
#### Claude Code Ops
|
|
1277
|
+
|
|
1060
1278
|
Claude Code session management
|
|
1061
1279
|
|
|
1062
1280
|
| Skill | Description |
|
|
@@ -1095,6 +1313,7 @@ Hooks are **event-driven** scripts that trigger automatically at specific points
|
|
|
1095
1313
|
**Purpose**: Display project status at a glance
|
|
1096
1314
|
|
|
1097
1315
|
**What You See**:
|
|
1316
|
+
|
|
1098
1317
|
```
|
|
1099
1318
|
🚀 MoAI-ADK Session Started
|
|
1100
1319
|
Language: Python
|
|
@@ -1111,6 +1330,7 @@ Hooks are **event-driven** scripts that trigger automatically at specific points
|
|
|
1111
1330
|
**Purpose**: Detect risky operations and automatically create safety checkpoints + TAG Guard
|
|
1112
1331
|
|
|
1113
1332
|
**Protection Against**:
|
|
1333
|
+
|
|
1114
1334
|
- `rm -rf` (file deletion)
|
|
1115
1335
|
- `git merge`, `git reset --hard` (Git dangerous operations)
|
|
1116
1336
|
- Editing critical files (`CLAUDE.md`, `config.json`)
|
|
@@ -1118,18 +1338,21 @@ Hooks are **event-driven** scripts that trigger automatically at specific points
|
|
|
1118
1338
|
|
|
1119
1339
|
**TAG Guard (New in v0.4.11)**:
|
|
1120
1340
|
Automatically detects missing @TAG annotations in changed files:
|
|
1341
|
+
|
|
1121
1342
|
- Scans staged, modified, and untracked files
|
|
1122
1343
|
- Warns when SPEC/TEST/CODE/DOC files lack required @TAG markers
|
|
1123
1344
|
- Configurable rules via `.moai/tag-rules.json`
|
|
1124
1345
|
- Non-blocking (gentle reminder, doesn't stop execution)
|
|
1125
1346
|
|
|
1126
1347
|
**What You See**:
|
|
1348
|
+
|
|
1127
1349
|
```
|
|
1128
1350
|
🛡️ Checkpoint created: before-delete-20251023-143000
|
|
1129
1351
|
Operation: delete
|
|
1130
1352
|
```
|
|
1131
1353
|
|
|
1132
1354
|
Or when TAGs are missing:
|
|
1355
|
+
|
|
1133
1356
|
```
|
|
1134
1357
|
⚠️ TAG 누락 감지: 생성/수정한 파일 중 @TAG가 없는 항목이 있습니다.
|
|
1135
1358
|
- src/auth/service.py → 기대 태그: @CODE:
|
|
@@ -1147,6 +1370,7 @@ Or when TAGs are missing:
|
|
|
1147
1370
|
**Purpose**: JIT (Just-In-Time) context loading—automatically add relevant files
|
|
1148
1371
|
|
|
1149
1372
|
**How It Works**:
|
|
1373
|
+
|
|
1150
1374
|
- You type: "Fix AUTH bug"
|
|
1151
1375
|
- Hook scans for AUTH-related files
|
|
1152
1376
|
- Auto-loads: SPEC, tests, implementation, docs related to AUTH
|
|
@@ -1184,28 +1408,31 @@ If you need to temporarily disable hooks, edit `.claude/settings.json`:
|
|
|
1184
1408
|
### Troubleshooting
|
|
1185
1409
|
|
|
1186
1410
|
**Problem: Hook doesn't execute**
|
|
1411
|
+
|
|
1187
1412
|
- ✅ Verify `.claude/settings.json` is properly configured
|
|
1188
1413
|
- ✅ Check `uv` is installed: `which uv`
|
|
1189
1414
|
- ✅ Ensure hook script has execute permissions: `chmod +x .claude/hooks/alfred/alfred_hooks.py`
|
|
1190
1415
|
|
|
1191
1416
|
**Problem: Performance degradation**
|
|
1417
|
+
|
|
1192
1418
|
- ✅ Check if any hook exceeds 100ms execution time
|
|
1193
1419
|
- ✅ Disable unnecessary hooks
|
|
1194
1420
|
- ✅ Review error messages in stderr output
|
|
1195
1421
|
|
|
1196
1422
|
**Problem: Too many checkpoints created**
|
|
1423
|
+
|
|
1197
1424
|
- ✅ Review PreToolUse trigger conditions
|
|
1198
1425
|
- ✅ Adjust detection thresholds in `core/checkpoint.py` if needed
|
|
1199
1426
|
|
|
1200
1427
|
### Installed Hooks (5 total)
|
|
1201
1428
|
|
|
1202
|
-
| Hook
|
|
1203
|
-
|
|
1204
|
-
| **SessionStart**
|
|
1205
|
-
| **PreToolUse**
|
|
1206
|
-
| **UserPromptSubmit** | ✅ Active | JIT context loading (auto-load related SPEC, tests, code, docs)
|
|
1207
|
-
| **PostToolUse**
|
|
1208
|
-
| **SessionEnd**
|
|
1429
|
+
| Hook | Status | Feature |
|
|
1430
|
+
| -------------------- | --------- | ------------------------------------------------------------------------------------------------------------------ |
|
|
1431
|
+
| **SessionStart** | ✅ Active | Project status summary (language, Git, SPEC progress, checkpoints) |
|
|
1432
|
+
| **PreToolUse** | ✅ Active | Risk detection + auto checkpoint (critical-delete, delete, merge, script) + **TAG Guard** (missing @TAG detection) |
|
|
1433
|
+
| **UserPromptSubmit** | ✅ Active | JIT context loading (auto-load related SPEC, tests, code, docs) |
|
|
1434
|
+
| **PostToolUse** | ✅ Active | Auto-run tests after code changes (9 languages: Python, TS, JS, Go, Rust, Java, Kotlin, Swift, Dart) |
|
|
1435
|
+
| **SessionEnd** | ✅ Active | Session cleanup and state saving |
|
|
1209
1436
|
|
|
1210
1437
|
### Future Enhancements
|
|
1211
1438
|
|
|
@@ -1238,310 +1465,40 @@ If you need to temporarily disable hooks, edit `.claude/settings.json`:
|
|
|
1238
1465
|
|
|
1239
1466
|
## Latest Updates (New!)
|
|
1240
1467
|
|
|
1241
|
-
| Version
|
|
1242
|
-
|
|
|
1243
|
-
| **v0.4.11** | ✨ TAG Guard system + CLAUDE.md formatting improvements + Code cleanup
|
|
1244
|
-
| **v0.4.10** | 🔧 Hook robustness improvements + Bilingual documentation + Template language config
|
|
1245
|
-
| **v0.4.9**
|
|
1246
|
-
| **v0.4.8**
|
|
1247
|
-
| **v0.4.7**
|
|
1248
|
-
| **v0.4.6**
|
|
1468
|
+
| Version | Key Features | Date |
|
|
1469
|
+
| ----------- | ------------------------------------------------------------------------------------------------ | ---------- |
|
|
1470
|
+
| **v0.4.11** | ✨ TAG Guard system + CLAUDE.md formatting improvements + Code cleanup | 2025-10-23 |
|
|
1471
|
+
| **v0.4.10** | 🔧 Hook robustness improvements + Bilingual documentation + Template language config | 2025-10-23 |
|
|
1472
|
+
| **v0.4.9** | 🎯 Hook JSON schema validation fixes + Comprehensive tests (468/468 passing) | 2025-10-23 |
|
|
1473
|
+
| **v0.4.8** | 🚀 Release automation + PyPI deployment + Skills refinement | 2025-10-23 |
|
|
1474
|
+
| **v0.4.7** | 📖 Korean language optimization + SPEC-First principle documentation | 2025-10-22 |
|
|
1475
|
+
| **v0.4.6** | 🎉 Complete Skills v2.0 (100% Production-Ready) + 85,000 lines official docs + 300+ TDD examples | 2025-10-22 |
|
|
1249
1476
|
|
|
1250
1477
|
> 📦 **Install Now**: `uv tool install moai-adk==0.4.11` or `pip install moai-adk==0.4.11`
|
|
1251
1478
|
|
|
1252
1479
|
---
|
|
1253
1480
|
|
|
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
1481
|
## Additional Resources
|
|
1525
1482
|
|
|
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
|
|
1483
|
+
| Purpose | Resource |
|
|
1484
|
+
| ------------------------- | --------------------------------------------------------------- |
|
|
1485
|
+
| Skills detailed structure | `.claude/skills/` directory (58 Skills) |
|
|
1486
|
+
| Sub-agent details | `.claude/agents/alfred/` directory (12 agents) |
|
|
1487
|
+
| Workflow guide | `.claude/commands/alfred/` (4 commands: 0-project ~ 3-sync) |
|
|
1488
|
+
| Documentation | Coming soon (see `.moai/`, `.claude/`, `docs/` in your project) |
|
|
1489
|
+
| Release notes | GitHub Releases: https://github.com/modu-ai/moai-adk/releases |
|
|
1533
1490
|
|
|
1534
1491
|
---
|
|
1535
1492
|
|
|
1536
1493
|
## Community & Support
|
|
1537
1494
|
|
|
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
|
|
1495
|
+
| Channel | Link |
|
|
1496
|
+
| ------------------------ | -------------------------------------------------------- |
|
|
1497
|
+
| **GitHub Repository** | https://github.com/modu-ai/moai-adk |
|
|
1498
|
+
| **Issues & Discussions** | https://github.com/modu-ai/moai-adk/issues |
|
|
1542
1499
|
| **PyPI Package** | https://pypi.org/project/moai-adk/ (Latest: v0.4.11) |
|
|
1543
1500
|
| **Latest Release** | https://github.com/modu-ai/moai-adk/releases/tag/v0.4.11 |
|
|
1544
|
-
| **Documentation** | See `.moai/`, `.claude/`, `docs/` within project
|
|
1501
|
+
| **Documentation** | See `.moai/`, `.claude/`, `docs/` within project |
|
|
1545
1502
|
|
|
1546
1503
|
---
|
|
1547
1504
|
|
|
@@ -1561,7 +1518,8 @@ Start a new experience of **trustworthy AI development** with Alfred! 🤖
|
|
|
1561
1518
|
|
|
1562
1519
|
---
|
|
1563
1520
|
|
|
1564
|
-
**MoAI-ADK
|
|
1521
|
+
**MoAI-ADK** — SPEC-First TDD with AI SuperAgent & Complete Skills + TAG Guard
|
|
1522
|
+
|
|
1565
1523
|
- 📦 PyPI: https://pypi.org/project/moai-adk/
|
|
1566
1524
|
- 🏠 GitHub: https://github.com/modu-ai/moai-adk
|
|
1567
1525
|
- 📝 License: MIT
|