一键导入
help
Show all available Megazord skills with descriptions and usage examples
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show all available Megazord skills with descriptions and usage examples
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Initialize a Megazord project with configuration and planning structure
Systematic four-phase debugging (reproduce, isolate, root-cause, fix)
Socratic brainstorming to explore approaches before implementation
Execute the current phase plan (subagent or Agent Teams mode)
Complete milestone lifecycle -- audit, archive, deferred items, and next version preparation
Plan a phase into executable tasks with dependencies and waves
| name | help |
| description | Show all available Megazord skills with descriptions and usage examples |
| disable-model-invocation | false |
Display the complete skill reference for Megazord.
Reference @skills/init/design-system.md for visual output formatting.
Reference @skills/shared/terminology.md for official term definitions.
Display the stage banner:
+===============================================+
| MEGAZORD > HELP |
+===============================================+
| Skill | Description | Status |
|---|---|---|
/mz:help | Show this help listing | Available |
/mz:init | Initialize project with config and planning structure | Available |
/mz:settings | View and modify project configuration | Available |
/mz:plan | Plan a phase into tasks with dependencies | Available |
/mz:status | Show project progress and next actions | Available |
/mz:pause | Save context for session handoff | Available |
/mz:resume | Restore context from previous session | Available |
/mz:quick | Run a quick task without project ceremony | Available |
/mz:go | Execute the current phase plan (subagent or Agent Teams mode) | Available |
/mz:review | Two-stage code review (spec + quality) | Available |
/mz:verify | Verify phase deliverables match criteria | Available |
/mz:debug | Systematic four-phase debugging | Available |
/mz:discuss | Socratic brainstorming before implementation | Available |
/mz:map | Analyze existing codebase for brownfield support | Available |
/mz:lifecycle | Complete milestone lifecycle (audit, archive, next version) | Available |
Run any skill by typing its name as a slash command:
/mz:help Show this listing
/mz:init Initialize a new Megazord project
/mz:settings View or modify project configuration
/mz:plan Plan the next phase into tasks
/mz:status Check project progress
/mz:status -v Detailed progress with all phases and metrics
/mz:pause Save session for later
/mz:resume Restore and continue from last session
/mz:quick {task} Run a quick task inline
/mz:go Execute the current phase plan
/mz:go --dry-run Preview execution plan without running
/mz:go --from 2 Start from plan 2, skip earlier plans
/mz:go --tasks 1,3 Execute only specific plans
/mz:go --teams Force Agent Teams mode (requires experimental flag)
/mz:go --no-teams Force subagent mode (skip Agent Teams)
/mz:review Review the latest commit
/mz:review --plan 05-01 Review all changes from a plan
/mz:review --files src/lib/auth.ts Review specific files
/mz:review --last 3 Review last 3 commits
/mz:verify Verify current phase deliverables
/mz:verify 5 Verify a specific phase
/mz:verify --partial Verify even with incomplete plans
/mz:verify --milestone v1.0 Audit all phases for milestone v1.0
/mz:map Analyze full codebase (4 areas)
/mz:map architecture Map architecture only
/mz:map tech Map tech stack only
/mz:plan add-phase "New feature" Add a phase to the roadmap
/mz:plan remove-phase 9 Remove an unstarted phase
/mz:plan insert-phase 6 "Hotfix" Insert phase after phase 6
/mz:discuss {topic} Brainstorm approaches for a topic
/mz:discuss 7 Brainstorm for phase 7 context
/mz:debug {issue} Debug an issue systematically
/mz:debug "tests failing in auth module" Debug with description
/mz:lifecycle Complete current milestone lifecycle
/mz:lifecycle v1.0 Archive milestone v1.0 specifically
/mz:lifecycle --skip-audit Skip audit and proceed to archive
Megazord unifies project management, code quality discipline, and multi-agent coordination into one Claude Code framework.
Version: 0.1.0 Phase: 11 of 11 (Milestone Lifecycle Completion)