askill
codexkit-cloud-delegation

codexkit-cloud-delegationSafety 90Repository

Break complex work into bounded Codex delegation tasks with clear ownership, expected outputs, and integration checkpoints.

10 stars
1.2k downloads
Updated 3/22/2026

Package Files

Loading files...
SKILL.md

Cloud Delegation

Use this skill when the task is large enough to benefit from multiple Codex runs, worktrees, or specialized passes.

Workflow

  1. Separate blocking work from parallel sidecar work.
  2. Assign each delegated task a narrow objective and write scope.
  3. Require the delegated worker to report changed files and validation run.
  4. Integrate results quickly instead of waiting on every branch.
  5. Keep final synthesis centralized.

Good delegated tasks

  • isolated test authoring
  • docs updates after implementation
  • codebase reconnaissance on a bounded topic
  • verification passes that can run while implementation continues

Avoid

  • delegating the immediate critical path
  • overlapping write scopes
  • vague asks like "analyze everything"

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

72/100Analyzed 3/28/2026

A well-structured skill with clear workflow steps, 'when to use' guidance, and helpful examples of good vs. bad delegation tasks. Located in a proper skills folder with metadata tags. Could benefit from more specific templates, command examples, and detailed integration checkpoint criteria to increase actionability. The content is reusable across projects focusing on Codex delegation methodology.

90
75
60
60
65

Metadata

Licenseunknown
Version1.0.0
Updated3/22/2026
Publisherhoavdc

Tags

github-actionstesting