What problem does it solve? Delegating large drafting, classification, or comparison tasks to an external AI model risks contaminating the main repository with unreviewed output. This Skill provides a governed workflow that isolates external AI work in separate git worktrees and branches, treats all results as REVIEW_PENDING, and enforces rehydration of current repository canon before any integration. ## Core Features & Use Cases - Isolated Worktree Orchestration: Creates dedicated .worktrees/deepseek-<topic>/ directories and ai/deepseek-<topic> branches so external AI drafts never touch the main worktree directly. - Executor Rehydration Gate: Requires any external executor to re-read current AGENTS.md, exact commit SHA, allowlists, and protected paths before acting, preventing stale handoff packages from becoming false authority. - Structured Review Contract: Returns drafts with separated evidence, assumptions, and unverified items so the current authorized Work can validate diffs against repository canon before merging. - Use Case: You need to classify hundreds of data cards or draft a long planning document. Package the task with an allowlisted context, let an external model produce candidates in an isolated branch, then review and merge only the approved portions. ## Quick Start Ask the AI to isolate a large document drafting task into a DeepSeek worktree, generate a review-pending draft, and validate it against the current repository canon before merging.