Templates

Templates from pixel-process-ug/superkit-agents.

by @pixel-process-ug 64 skills

Skills in this plugin

64
  1. Dispatching Parallel Agents · pixel-process-ug
    Use when a task has multiple independent subtasks that can be executed concurrently by separate agents. Triggers when decomposed work has 2+ subtasks with no data dependencies, when subtasks operate on different files or codebase sections, when serial execution time would be significantly longer than parallel, or when independent analyses or deliverables need concurrent generation.
    0 installs
  2. Subagent Driven Development · pixel-process-ug bundle
    Use when executing multi-task plans where each task can be implemented independently by a subagent. Triggers when a plan has 3+ independent tasks, when speed of execution is important, when tasks have clear acceptance criteria suitable for delegation, or when two-stage review gates (spec compliance and code quality) are needed for iterative fix cycles.
    0 installs
  3. Finishing A Development Branch · pixel-process-ug
    Use when completing work on a feature branch, preparing to merge, or cleaning up after development is done. Triggers: branch work is complete, user says "merge", "create PR", "finish branch", "done with this branch", ready for code review.
    0 installs
  4. Verification Before Completion · pixel-process-ug
    Use before claiming any task is complete, any feature works, or any bug is fixed - enforces fresh verification evidence through a 5-step HARD-GATE protocol that prevents false completion claims
    0 installs