model-tracking-protocol

Track status, timing, failures, and consensus across parallel AI model validations.

2|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/tianzecn/myclaudecode --skill model-tracking-protocol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: model-tracking-protocol
Source: https://github.com/tianzecn/myclaudecode/tree/main/plugins/orchestration/skills/model-tracking-protocol
Command: npx skills add https://github.com/tianzecn/myclaudecode --skill model-tracking-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill defines a mandatory tracking protocol for coordinating and recording multi-model validation. It ensures pre-launch setup, live progress tracking, failure documentation, consensus analysis, and structured results presentation when running two or more external AI models in parallel.

Core Features & Use Cases

  • Pre-launch Checklist: Ensure session, tracking table, and context are prepared before launching models.
  • Tracking Table Templates: Standardized tables to capture status, timing, and results.
  • Per-Model Status Updates: Immediate updates as each model completes.
  • Failure Documentation Protocol: Structured reporting of errors and retries.
  • Consensus & Results Presentation: Structured synthesis of model findings.

Quick Start

To begin a multi-model validation, run the pre-launch script to initialize a unique session, session directory, and a tracking.md file. Then launch external models in parallel and, as each completes, update their status in the tracking file.

Frequently Asked Questions about model-tracking-protocol

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track multiple AI models running in parallel?

Multi-model tracking enforces mandatory documentation of each model's status, timing, and results in a shared session. Initialize a tracking.md file before launch, update it as each model completes, and use it to record failures and consensus findings across all participating models.

What should I prepare before running multiple external models together?

Pre-launch setup requires a session directory, tracking table template, context verification, and an active-tracking marker. The protocol mandates a checklist to confirm these are in place before launching any external models in parallel.

How do I document failures and retries across models?

The failure documentation protocol captures error details, retry attempts, and resolution status for each model in the tracking file. This structured record enables consensus analysis and prevents loss of diagnostic data during multi-model validation.

Can I use this protocol with custom or proprietary AI models?

Yes. The tracking protocol applies to any two or more external AI models running in parallel. It's model-agnostic and focuses on coordination, timing, status updates, and consensus synthesis rather than model-specific integration.

What does consensus analysis mean in this context?

Consensus analysis synthesizes findings from all participating models into structured results. The protocol provides templates to compare outputs, identify agreements and conflicts, and present a unified view of validation outcomes.

Why is pre-launch verification mandatory?

Pre-launch verification ensures session state, directory structure, and tracking infrastructure are ready before models execute. This prevents mid-run setup failures, timing inconsistencies, and incomplete result documentation.