Complete AI TrainingYourJobSkills for your job

Skills / uncategorized

orchestrate-batch-refactor

Plan and execute large refactors with dependency-aware work packets and parallel analysis.

Orchestrate Batch Refactor

Overview

Use this skill to run high-throughput refactors safely. Analyze scope in parallel, synthesize a single plan, then execute independent work packets with sub-agents.

When to Use

  • When a refactor spans many files or subsystems and needs clear work partitioning.
  • When you need dependency-aware planning before parallel implementation.

Inputs

  • Repo path and target scope (paths, modules, or feature area)
  • Goal type: refactor, rewrite, or hybrid
  • Constraints: behavior parity, API stability, deadlines, test requirements

When to Use Parallelization

  • Use this skill for medium/large scope touching many files or subsystems.
  • Skip multi-agent execution for tiny edits or highly coupled single-file work.

Core Workflow

  1. Define scope and success criteria.
  • List target paths/modules and non-goals.
  • State behavior constraints (for example: preserve external behavior).
  1. Run parallel analysis first.
  • Split target scope into analysis lanes.
  • Spawn explorer sub-agents in parallel to analyze each lane.
  • Ask each agent for: intent map, coupling risks, candidate work packets, required validations.
  1. Build one dependency-aware plan.
  • Merge explorer output into a single work graph.
  • Create work packets with clear file ownership and validation commands.
  • Sequence packets by dependency level; run only

Subscribers only

The full skill, its 4 bundled files and every download is included with every paid Complete AI plan.

Details

SourceDimillian/Skills (MIT)
License
Risk labelsafe ("critical" means the skill may run commands or touch files — read before use)
FilesSKILL.md, agents/openai.yaml, references/agent-prompt-templates.md, references/work-packet-template.md
Added2026-03-25

Related skills

accesslint-diff

Diff a live page's accessibility violations against a baseline — by default compares uncommitted changes (stash-based), or pass --branch [<name>] to diff against a branch. Reports only new violations introduced, violations fixed, and pre-existing count. Use `scan` for a full audit with no diffing.

accesslint-scan

Audit a live page for accessibility issues, locate each WCAG violation precisely, and return a selector-grounded fix worklist without editing.

accint-commitments

Triage acc's open promises and close them with honest real-world verdicts via acc_act(runtime="outcome").

accint-frames

Drain acc's deliberation queue — open/waiting brain_frames checkpointed by headless runs — via acc_act(runtime="continue").

accint-solve

Route a goal through acc's scored-memory loop via acc_act(runtime="solve"); deliberate any returned brain_frame and submit via continue.

ad-creative

Create, iterate, and scale paid ad creative for Google Ads, Meta, LinkedIn, TikTok, and similar platforms. Use when generating headlines, descriptions, primary text, or large sets of ad variations for testing and performance optimization.