원클릭으로
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: