trace

Automate manual trace-through verification across code, skills, workflows, and documents.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/EndUser123/cc-marketplace --skill trace-enduser123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trace
Source: https://github.com/EndUser123/cc-marketplace/tree/main/plugins/cc-skills-meta/skills/trace
Command: npx skills add https://github.com/EndUser123/cc-marketplace --skill trace-enduser123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual trace-through verification for code, skills, workflows, and documents - catch logic errors that automated testing misses.

Core Features & Use Cases

  • Manual trace-through across multiple domains (code, skills, workflows, documents) to detect logic gaps, edge cases, and integration issues.
  • Provides domain adapters and state-table driven tracing with deterministic scenarios (happy path, error path, edge case) and optional ToT/ACH-based expansion.
  • Generates Markdown-based TRACE reports with line-numbered findings, Mermaid visualizations, and RCA-ready artifacts to support audits and improvements.

Quick Start

Run the trace on a target using the /trace command to start manual verification.

Frequently Asked Questions about trace

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

FAQPage Schema
How do I catch logic errors that automated testing misses?

Manual trace-through verification catches logic errors that automated testing misses by applying deterministic scenarios across code, workflows, and documents. It uses domain adapters to trace happy path, error path, and edge case execution states.

What is manual trace-through verification for code and workflows?

Manual trace-through verification is a state-table driven technique to detect logic gaps and edge cases in code and workflows. It validates deterministic scenarios including happy path, error path, and edge case execution paths.

Does manual trace verification generate visualizations for RCA audits?

Yes, manual trace verification generates Markdown-based TRACE reports with line-numbered findings and Mermaid visualizations. These context-rich artifacts support RCA integration and cross-team collaboration audits.

Can I trace execution paths across different domains like code and documents?

Yes, domain adapters enable state-table driven tracing across code, skills, workflows, and documents. They apply deterministic scenarios to verify logic and detect integration issues across multiple domains.

What's the best way to start manual trace verification on a target?

Run the /trace command on your target to start manual verification. The process applies domain adapters and generates TRACE reports with Mermaid visualizations and line-numbered findings for cross-team collaboration.

When should I not use automated testing and rely on manual trace instead?

Use manual trace when automated testing misses logic gaps, edge cases, or integration issues across workflows and documents. It provides deterministic state-table tracing and RCA-ready artifacts where automated coverage falls short.