From content-skills
Review a project, module, or issue set against autonomous delegation readiness principles: observable done definitions, packaged context, stub-driven unblocking, workaround logging, decision boundaries, and reproducible completion evidence. Use when the user asks whether work is ready for unsupervised agent handoff, overnight delegation, issue readiness review, or evidence-based completion review before code changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/content-skills:delegation-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review the current project against autonomous delegation principles and produce a structured, decision-oriented assessment. This skill produces an assessment, not code changes.
Review the current project against autonomous delegation principles and produce a structured, decision-oriented assessment. This skill produces an assessment, not code changes.
For source background and attribution, read overnight-delegation.md when the user asks about the origin of the principles or wants to adapt the source prompt.
Use this skill as a pre-flight review for agent handoffs. It reviews the task packet before work starts: whether the issue, PR brief, module plan, or project handoff gives an autonomous agent enough definition, context, fallback paths, decision boundaries, and evidence requirements to work without silently drifting or stalling.
The core framing: review the handoff contract, not the code implementation.
If the user names a module, issue range, PR, or focus area, limit the review to that scope. If no scope is given, review the whole project.
Use this skill for:
Do not use this skill as a replacement for:
Apply all six criteria:
Work through these steps in order.
Inspect available project guidance and task records. Prefer rg for searching and fall back to grep only when rg is unavailable.
Read whichever files exist:
AGENTS.mdCLAUDE.mdREADME.mdCONTEXT.mdScan likely evidence sources:
docs/ for contracts, decisions, known issues, or planning docsTODO, FIXME, stub, mock, hack, and workaround markersUseful local search:
rg -n "TODO|FIXME|stub|STUB|mock|MOCK|hack|HACK|workaround|WORKAROUND|ready-to-work|ready-to-ship|evidence|Done means|Definition of Done" .
Prefer concrete evidence over general claims:
For each principle, produce a one-line verdict with evidence:
P1 ✅/⚠️/❌ [one-line finding] [file, issue, section, or missing evidence]
Use:
✅ consistently met⚠️ partially met or inconsistent❌ missing or structurally absentList specific issues, files, or workflows where a gap creates real risk. Focus on gaps that could cause an agent to:
Do not invent gaps. Report only what the inspected evidence supports.
For each gap, propose one concrete improvement:
### D[N] - [Short title] (P[principles addressed])
Rationale:
Expected impact:
Implementation complexity: low / medium / high
Potential risk:
Affected files / modules:
Do not implement the proposals unless the user explicitly asks in a separate instruction.
Produce two explicit lists:
Agent can proceed without confirmation:
- ...
Requires human confirmation before proceeding:
- ...
Use these defaults:
Use this exact structure:
## Principles
[Restate the six principles as applied to this project]
## Current-State Assessment
[P1-P6 verdicts with evidence]
## Gaps and Risks
[Specific issues and files with risk description]
## Recommended Modification Directions
[D1-DN proposals]
## Discussion Questions
[Numbered list of open decisions requiring human input]
## Suggested Next Steps
[Immediate / after-human-confirmation / after-infra-ready]
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub heng-xiu/xiuxiu-agent-skills --plugin engineering-skills