delegate-first

Community

Delegate by default to preserve context.

Authorrayk
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Behavioral principle for context preservation through strategic delegation. Use when starting multi-step operations, uncertain about scope, or when direct execution might exhaust context. Complements never-guess and resolve-ambiguity skills.

Core Features & Use Cases

  • Decide before acting: verify file paths, output size, and steps
  • Delegation triggers when certainty is not guaranteed
  • Keeps main context lean while subagents execute heavy work

Quick Start

Before executing any operation, confirm exact file paths and predictability; if uncertain, delegate via Task.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: delegate-first
Download link: https://github.com/rayk/lucid-toolkit/archive/main.zip#delegate-first

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository