Core Delegation
Overview
Use this skill for the default implementation workflow in this repository.
Execution chain
- •ContextScout identifies minimum relevant local context.
- •TaskManager (only when routing thresholds are met) generates dependency-aware task artifacts.
- •TaskPlanner produces concise implementation steps.
- •Coder implements only the scoped changes.
- •Reviewer validates scope fit and quality.
Use ExternalDocsScout when external library behavior is uncertain.
Handoff contract
- •TaskPlanner -> Objective + steps + risks
- •Coder -> Change summary + files touched + constraints respected
- •Reviewer -> Pass/fail + findings + next action
- •TaskManager -> Task bundle + dependencies + parallelizable units
Reviewer performs two passes:
- •pass 1: scope/spec fit
- •pass 2: quality/risk/policy fit
When to use support subagents
- •
ContextScoutwhen constraints, standards, or context are unclear - •
ExternalDocsScoutwhen external libraries or APIs are involved - •
BuildValidatorandTesterwhen user request or settings profile requires verification
Skill selection matrix:
- •Use
hf-core-delegationwhen request needs end-to-end orchestration. - •Use
hf-subagent-driven-developmentwhen plan is already approved and execution is the primary task. - •Use
hf-bounded-parallel-scoutingforfastprofile discovery bursts.
Mode-aware quality gates
- •
fast: keep flow lightweight - •
balanced: require hf-verification-before-completion and explicit review signoff - •
strict: require tests and explicit approval-oriented validation
Use @.opencode/context/project/policy-contract.md as mode/routing source of truth.
Use @.opencode/context/project/subagent-handoff-template.md for delegation handoffs.
Default safety:
- •no implicit git operations
- •no implicit worktree creation
- •no mandatory tests unless mode/user requires them
Red flags
- •Starting implementation before scope is explicit
- •Adding unrequested functionality
- •Running git actions without explicit instruction
Completion Format
Return:
- •Plan summary
- •Implementation summary with changed files
- •Review findings