Use when a request combines AI-writing audit, rewrite, file editing, voice preservation, false-positive interpretation, verification, or when the user invokes Avoid AI Writing without naming a mode.
66
79%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/avoid-ai-writing-router/SKILL.mdCoordinate the public Skills as a bounded workflow. Route to the narrowest owner, preserve context between stages, and stop when the requested job is complete. This Skill does not replace the original avoid-ai-writing rulebook.
../avoid-ai-writing/SKILL.md is the canonical editorial authority.references/handoff-contract.md defines what context and evidence can cross Skill boundaries.references/skill-graph.json is the machine-readable source for nodes, typed edges, guards, and loop limits.references/routing-matrix.md is the human-readable routing table.references/agency-role-lenses.md defines the architecture, AI-evidence, implementation, and representation review lenses used to inspect the network.Do not weaken, duplicate, or contradict the canonical Skill's preservation rules, evidence caveats, voice rules, pattern tiers, or pass behavior.
Classify the request once, create the smallest useful handoff envelope, then pass that envelope forward rather than asking every downstream Skill to infer the same context again.
The envelope should carry only observed or user-provided facts such as:
Never mark an execution field as executed without host evidence.
ai-writing-detector.voice-preserving-rewriter.file-edit-in-place.preservation-verifier.false-positive-reviewer.avoid-ai-writing unless the request clearly needs a specialized stage.For requests such as "scan this, rewrite it, and make sure nothing important changed":
ai-writing-detector collects signals when deterministic execution is available, otherwise it performs a model-only audit under the canonical rulebook.voice-preserving-rewriter rewrites returned text, or file-edit-in-place mutates an explicitly named file.preservation-verifier checks before/after material.FAIL returns to the correct repair owner once.Use the edge semantics in references/handoff-contract.md:
ROUTE: choose the owner.FEED: pass evidence without turning it into a command.VERIFY: require a before/after preservation check.REPAIR: return a failed preservation result to the correct mutation owner.RECHECK: run one bounded residual check when requested.ESCALATE: move uncertain or consequential authorship interpretation to false-positive-reviewer.GUARD: add conditional protected constraints without changing the primary owner.If the source itself is an image prompt, video prompt, storyboard, shot description, or creative brief that describes people, set human_representation_sensitive: true and preserve identity-sensitive details as protected constraints.
Use the agency-inclusive-visuals-specialist lens from references/agency-role-lenses.md to protect cultural, geographic, age, disability, attire, skin-tone/lighting, and physical-reality details. Do not route ordinary prose to a visual workflow just because it mentions a person.
Apply these design checks when the network changes or when a complex request exposes a boundary problem:
agency-software-architect: ownership, dependency direction, bounded loops, fallback, reversibility.agency-ai-engineer: detector semantics, uncertainty, false-positive handling, context propagation, evaluation.agency-senior-developer: executable paths, error propagation, file mutation evidence, CI and drift checks.agency-inclusive-visuals-specialist: representation preservation only for visual prompts and briefs involving people.These are review lenses, not hidden public dependencies. If an external agency Skill is not available in the current host, apply the encoded lens without claiming it ran.
Return control to the router instead of continuing locally when:
Preserve the existing handoff envelope and change only fields affected by the new decision.
Stop when the user's requested stage is complete and any required verification gate has passed or been explicitly reported as unavailable.
Do not:
Return the selected workflow result. For multi-stage work, state which stages actually ran, which were model-only, which deterministic checks executed, whether any repair loop occurred, and the final preservation status when available.
0c2a936
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.