com um clique
taskplex
taskplex contém 4 skills coletadas de flight505, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Context-preservation dispatcher — routes ALL work to subagents, keeping main context thin for conversation and coordination.
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.