ワンクリックで
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 職業分類に基づく
| 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:
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.