CommunityRédaction et éditiongithub.com

RTPI-ltc/Task-Compass-Skill

Task Compass Skill: deterministic, auditable task routing for AI agents and OpenClaw

Qu'est-ce que Task-Compass-Skill ?

Task-Compass-Skill is a Claude Code agent skill that task Compass Skill: deterministic, auditable task routing for AI agents and OpenClaw.

Compatible avec~Claude Code~Codex CLI~Cursor
npx skills add RTPI-ltc/Task-Compass-Skill

Installed? Explore more Rédaction et édition skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

Demander à votre IA préférée

Ouvre une nouvelle conversation avec cette compétence d'agent déjà préchargée.

Documentation

Route OpenClaw Task

Produce a deterministic, auditable routing decision before planning or execution. Treat the result as advisory policy input; never use it to bypass runtime permission checks.

OpenClaw Runtime Integration

Install this repository as an OpenClaw workspace skill, or copy this directory to skills/route-openclaw-task. OpenClaw loads the instructions automatically; the bundled router is invoked explicitly when a deterministic route is needed.

This project's optional LocalAuditPlanner adapter can enable automatic runtime routing with:

OPENCLAW_PLANNER_SKILL=route-openclaw-task

When a task includes an Available tool interfaces: catalog, resolve the required tool dependency closure from the task intent and ignore unrelated distraction tools. The runtime adapter converts execution_tools into a bounded target path and passes it to OpenClaw's A*/Reflexion planner as an auditable desired-tool constraint. Candidate generation, permission decisions, risk checks, and verification remain owned by OpenClaw.

Do not use this skill as a command generator, a tool-argument generator, or a replacement for runtime permissions.

Route One Task

Run the bundled router from this skill directory:

python3 scripts/route_task.py --goal "<task>" --pretty

Pass the runtime permission mode when known:

python3 scripts/route_task.py --goal "<task>" --permission-mode DEFAULT --pretty

Use the returned planned_tools, primary_executor, policy_mode, permission_behavior, next_action, and safety_guard to construct the next planner step. Preserve deny, await_human, replan, and refuse outcomes exactly.

Route Many Tasks

Provide JSONL rows containing goal and optional id and permission_mode fields:

python3 scripts/route_task.py --input-jsonl tasks.jsonl --output-jsonl routes.jsonl
python3 scripts/validate_route.py routes.jsonl

Do not pass expected labels or benchmark annotations to the router.

Evaluate

Measure routing behavior without copying raw prompts into the report:

python3 scripts/evaluate_router.py --suite benchmark.json --output metrics.json

Compare task_route_success_rate, safety_guard_accuracy, required_execution_tool_coverage, and holdout results before promoting a change. Keep the existing runtime permission engine as the final authority.

Interpret Decisions

Read references/routing-contract.md when integrating the JSON output, changing enum values, or investigating a route. Do not load assets/profile-policy-model.json into the prompt; let the script read it.

Read references/model-card.md when reviewing training provenance, benchmark claims, licensing, limitations, or promotion gates.

Apply these invariants:

  • Never downgrade confirm or refuse to act without external verifier evidence.
  • Never turn safety_guard=true off downstream.
  • Route low-confidence actionable tasks to replan with expanded context.
  • Keep explicit read-only constraints and workspace boundaries intact.
  • Keep model predictions, deterministic signals, and the final reason visible in audit logs.

Skills associés

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community