원클릭으로
using-taskplex
Context-preservation dispatcher — routes ALL work to subagents, keeping main context thin for conversation and coordination.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Context-preservation dispatcher — routes ALL work to subagents, keeping main context thin for conversation and coordination.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Applies TDD methodology to skill authoring — test before deploy. Use when creating new skills, editing existing skills, writing SKILL.md files, or verifying skills before deployment. Also use when authoring plugin skills, improving descriptions, structuring directories, or when the user says 'make a skill' or 'turn this into a skill'. If you're about to modify a SKILL.md without testing, this skill applies.
Guides branch integration with structured options: merge, PR, keep, or discard. Use when implementation is complete and tests pass, when a worktree task is done and needs cleanup, when the user says they're finished with a branch, or when it's time to merge, create a PR, or discard experimental work.
Creates isolated git worktrees for parallel development without branch switching. Use when starting feature work that needs isolation, before executing implementation plans in parallel, or when the user asks to work on a feature without affecting current changes. Also use when brainstorm produces a design ready for implementation, or when switching branches would disrupt in-progress work.
| name | using-taskplex |
| description | Context-preservation dispatcher — routes ALL work to subagents, keeping main context thin for conversation and coordination. |
| disable-model-invocation | false |
| user-invocable | false |
You have TaskPlex — a context-preservation layer that keeps your main context window thin.
NEVER do implementation, debugging, testing, or exploration work in the main context. Always delegate to the appropriate agent. The main context is for:
| Work type | Agent | Why not main context |
|---|---|---|
| Any code change (feature, bugfix, refactor) | @taskplex-implementer | Implementation fills context with file reads, edits, test runs |
| Any bug, failure, unexpected behavior | @taskplex-debugger | Investigation traces through files, logs, hypotheses |
| Design exploration, brainstorming | @taskplex-researcher | Codebase exploration reads many files |
| Verify work is done (tests, builds) | @taskplex-verifier | Runs in background, returns evidence |
| E2E testing | @taskplex-e2e | Research + test execution = massive context |
taskplex:using-git-worktrees, taskplex:finishing-a-development-branch, taskplex:writing-skills/batch, /simplify, /debug, /loop, /plan — explain what it does for this task, give the command, STOP.