From oh-my-agent
Classifies task intents into OMA stages (plan, prd, exec, verify, fix, research, lifecycle), detects mismatches or missing inputs, recommends next command/agent, and updates .oma/state/intent.md.
How this command is triggered — by the user, by Claude, or both
Slash command
/oh-my-agent:intentThe summary Claude sees in its command listing — used to decide when to auto-load this command
运行 oma `intent` 门控。 输入: $ARGUMENTS 协议: 1. 将主要意图分类为以下之一: - plan - prd - exec - verify - fix - research - lifecycle 2. 识别执行前缺少的约束或验收标准。 3. 检测命令-意图不匹配(例如,实现请求但缺少规划阶段)。 4. 推荐下一个 oma 命令和智能体交接。 5. 如果文件系统工具可用,写入/更新 `.oma/state/intent.md`。 路由提示: - 规划歧义 -> `/oma:team-plan` - 范围歧义 -> `/oma:team-prd` - 实现就绪 -> `/oma:team-exec` - 验证请求 -> `/oma:team-verify` - 仅缺陷修复 -> `/oma:team-fix` - 选项研究 -> `$research` - 模式/生命周期操作 -> `/oma:mode`、`/oma:launch`、`/oma:checkpoint`、`/oma:stop` 输出格式: ## 意图门控 - 主要意图: - 置信度: - 命令-意图不匹配:是/否 ## 缺少输入 - ... ## 推荐路由 - 下一个命令: - 委派智能体: ## 就绪运行提示 - ...
运行 oma intent 门控。
输入: $ARGUMENTS
协议:
.oma/state/intent.md。路由提示:
/oma:team-plan/oma:team-prd/oma:team-exec/oma:team-verify/oma:team-fix$research/oma:mode、/oma:launch、/oma:checkpoint、/oma:stop输出格式:
npx claudepluginhub sswym/oh-my-agent --plugin oh-my-agent/ns-workflowRoutes user intents to the appropriate phase-pipeline skill — discuss, spec, plan, execute, verify, add tests, and more. Supports autonomous, fast, and MVP modes.
/missionOrchestrates attune development lifecycle (brainstorm, specify, plan, execute) with state detection, phase routing, checkpoints, error recovery, and resume from .attune/mission-state.json.
/planCaptures user intent, analyzes requirements, and generates a weighted execution plan saved to .claude/session-plan.md. Does not execute — plans are saved for review or later execution via /octo:embrace.
/tasksOrchestrates two-agent workflow to generate task mappings and detailed tasks from feature specs, with Devil's Advocate validation and report outputs.
/autoAnalyzes task and auto-executes optimal strategy: direct execution, hybrid PRD generation, worktree development, or mega-plan orchestration. Supports --flow quick/standard/full.
/intentClarifies rough ideas into detailed, actionable work orders to guide development before building.