bydrayline· 27 skills
Evaluates whether work-in-design is ready to hand off from a chat design conversation to autonomous execution (Claude Code, n8n, agent runtime). Runs a 7-condition gate: spec stability, verification surface, invariants, pump-primer, work decomposition, rollback cost, token budget headroom. Three invocation modes — deliberate (caller provides work_context, returns JSON verdict), proactive sensing (Claude detects handoff signals in design conversation and offers the check), conversational walkthrough (Claude walks the 7 conditions as discussion topics). Returns structured JSON in all modes. Use when designing a Claude Code deployment, scoping an autonomous run, or deciding next move. Trigger on: "ready to hand off," "ready for execution," "is this CC-ready," "handoff check," "walk me through readiness," "are we ready to ship this," "should I just hand this off," or proactive detection. Do NOT use for evaluating completed work, runtime selection, or prompt quality. Profile-agnostic.
$npx -y skills add drayline/rootnode-skills --skill rootnode-handoff-trigger-checkInstalls into the current project.
Run `npx skills use "https://github.com/drayline/rootnode-skills" --skill "drayline/rootnode-skills/rootnode-handoff-trigger-check"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/drayline/rootnode-skills" that are relevant to the current task. Run `npx skills add "https://github.com/drayline/rootnode-skills"` and select the relevant skills, then follow their instructions.