一键导入
planning
Plan and decompose work using mtix hierarchical task structure. Create stories, epics, and leaf tasks with complete context chains.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Plan and decompose work using mtix hierarchical task structure. Create stories, epics, and leaf tasks with complete context chains.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Administrative operations for mtix projects. Backup, export, import, verification, and statistics.
Coordinate multiple agents working on mtix tasks. Manage claiming, sessions, heartbeats, and parallel execution.
Review completed work against mtix task acceptance criteria and safety-critical standards.
Execute mtix tasks using the context chain. Claim tasks, read assembled context, implement with TDD, and mark done.
| name | planning |
| description | Plan and decompose work using mtix hierarchical task structure. Create stories, epics, and leaf tasks with complete context chains. |
mtix create "Task title" --description "Why this exists" --prompt "Exact instructions" --acceptance "Testable done criteria"
Break large tasks into subtasks:
mtix create "Subtask title" --under PROJ-1 --description "..." --prompt "..." --acceptance "..."
Every leaf task must pass: "Can a different agent, with zero context, execute this task using ONLY the assembled context chain from root to this node?"
If not, add: file paths, function names, inputs/outputs, edge cases, test scenarios.
Write each level to complete the chain: