orchestration-qa_skill

This skill provides QA for orchestration workflows by validating Skill and Subagent patterns, surfacing deviations, and suggesting improvements.
  • Kotlin

149

GitHub Stars

14

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill jpicklyk/task-orchestrator --skill orchestration-qa

  • deviation-templates.md8.3 KB
  • examples.md20.9 KB
  • graph-quality.md3.5 KB
  • initialization.md13.3 KB
  • parallel-detection.md5.3 KB
  • pattern-tracking.md9.1 KB
  • post-execution.md16.4 KB
  • pre-execution.md13.2 KB
  • routing-validation.md7.8 KB
  • SKILL.md19.9 KB
  • tag-quality.md3.7 KB
  • task-content-quality.md21.4 KB
  • token-optimization.md6.5 KB
  • tool-selection.md4.0 KB

Overview

This skill provides quality assurance for orchestration workflows by validating that Skills and Subagents follow documented patterns, tracking deviations, and suggesting continuous improvements. It focuses on non-blocking validation: observe, report, and recommend without stopping executions. Configuration is interactive so you only pay token costs for analyses you enable. Reports use clear severity levels (ALERT/WARN/INFO) and track recurring patterns for progressive improvement.

How this skill works

Before a run you can configure which analyses to enable; the skill captures context and sets pre-execution checkpoints. After a Skill or Subagent completes, it compares actual execution against expected workflows and knowledge bases, runs only the conditional analyses you selected, and produces structured findings with recommendations. Findings are stored and aggregated to surface recurring issues and suggest concrete definition or checklist changes.

When to use it

  • Configure session analysis categories when starting an orchestration session to control token cost
  • Run pre-execution validation before launching a Skill or Subagent to set checkpoints and capture context
  • Request a post-execution review after any Skill/Subagent completes to detect deviations and get recommendations
  • Enable targeted efficiency analyses (token optimization, tool selection) when optimizing cost or throughput
  • Use it for end-of-session pattern tracking to identify recurring issues and suggested improvements

Best practices

  • Enable only the analyses you need for the session to minimize token usage
  • Always keep Routing Validation enabled for critical checks that prevent status or routing violations
  • Run pre-execution validation for complex or cross-domain requests to capture expected checkpoints
  • Choose report style (Brief/Standard/Detailed) based on whether you need immediate alerts or full diagnostics
  • Act on ALERTs immediately and log WARN/INFO items into backlog for continuous improvement

Example use cases

  • Validate a Feature Architect’s PRD extraction to ensure all required sections and templates were applied
  • Review a Planning Specialist’s execution graph to find missed parallelization opportunities
  • Check a backend Subagent run for tool selection and token efficiency before merging changes
  • Detect cross-domain tasks flagged as ALERT and recommend splitting them into domain-isolated tasks
  • Track recurring WARN items across a session and produce suggested updates to role-specific checklists

FAQ

No. It never blocks execution; it reports issues and prompts the user for decisions on critical deviations.

Can I control token costs for analyses?

Yes. You interactively enable only the categories you want and choose a report style to limit token usage.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
orchestration-qa skill by jpicklyk/task-orchestrator | VeilStrat