/pace-trace — 决策轨迹查询

Query AI decision trails and manage Architecture Decision Records from structured logs.

73|6|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/arch-team/devpace --skill pace-trace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /pace-trace — 决策轨迹查询
Source: https://github.com/arch-team/devpace/tree/main/skills/pace-trace
Command: npx skills add https://github.com/arch-team/devpace --skill pace-trace

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a transparent audit trail for AI decisions, allowing users to understand the reasoning behind Claude's judgments and manage architectural decisions.

Core Features & Use Cases

  • Decision Auditing: Trace the AI's decision-making process for specific changes or gates.
  • Timeline Visualization: View the complete lifecycle of a change request (CR) through its various decision points.
  • Architecture Decision Records (ADR): Create, view, and manage ADRs for significant architectural choices.
  • Use Case: When Claude implements a new feature, you can use /pace-trace to see exactly why it chose a particular approach, what data it considered, and which rules it followed.

Quick Start

Ask for the decision trail of the latest change request by typing /pace-trace.

Frequently Asked Questions about /pace-trace — 决策轨迹查询

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

FAQPage Schema
How do I audit AI decision making for a specific change request?

To audit AI decision making for a specific change request, you can query the AI's reasoning process and visualize the CR lifecycle using structured logs stored within the .devpace directory.

What is an architecture decision record and when do I need it?

An architecture decision record (ADR) documents significant architectural choices. You need an ADR when you want to create, view, and manage a transparent trail for architectural decisions made during development.

How can I trace the AI transparency logs to understand why a specific approach was chosen?

You can trace AI transparency logs to understand why an approach was chosen by querying the decision trail, which reveals exactly what data the AI considered and which rules it followed.

Can I visualize the complete lifecycle of a change request through its decision points?

Yes, you can visualize the complete lifecycle of a change request through its various decision points by querying the event tables and structured logs within the .devpace directory.

Do I need any external dependencies to query the audit trail for architecture decisions?

No external dependencies are needed to query the audit trail for architecture decisions. The retrieval process relies entirely on structured logs and event tables within the local .devpace directory.