ruah-orchestrator
星标11
分支2
更新时间2026年4月6日 12:54
Multi-agent orchestration with ruah — task management, workflow execution, file locking
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Multi-agent orchestration with ruah — task management, workflow execution, file locking
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | ruah-orchestrator |
| description | Multi-agent orchestration with ruah — task management, workflow execution, file locking |
| activation | auto |
ruah is installed and available in this project. Use it to orchestrate parallel AI agent work.
# Status
ruah status --json
# Create isolated tasks
ruah task create <name> --files "src/**" --executor claude-code --prompt "..."
# Start task (creates worktree, runs executor)
ruah task start <name>
# Lifecycle
ruah task done <name>
ruah task merge <name>
# Workflows (DAG-based)
ruah workflow run <file.md>
ruah workflow plan <file.md>
# Subagent spawning
ruah task create <child> --parent <parent> --files "src/sub/**" --executor claude-code --prompt "..."
--parent for hierarchical branchingRUAH_TASK — current task nameRUAH_WORKTREE — worktree pathRUAH_PARENT_TASK — parent task (if subtask)RUAH_FILES — locked file patternsRUAH_ROOT — repo rootEvery command supports --json for structured output.
Universal context loader. Discovers any project's stack, architecture, and state at runtime. Reads governance.md for project-specific rules. Works for any language, framework, or deployment target.
Universal validation and knowledge capture. Detects what changed, runs governance gates, captures knowledge, verifies deployment. Works for any project.