trajectory-risk-supervisor

Analyze task traces to score engineering trajectory risks and recommend interventions.

3|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/pax-k/pax-fullstack-harness --skill trajectory-risk-supervisor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trajectory-risk-supervisor
Source: https://github.com/pax-k/pax-fullstack-harness/tree/main/skills/trajectory-risk-supervisor
Command: npx skills add https://github.com/pax-k/pax-fullstack-harness --skill trajectory-risk-supervisor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps identify and manage potential risks in engineering tasks, ensuring quality and stability in the software development process.

Core Features & Use Cases

  • Task Trace Analysis: Inspect task traces to detect risky engineering trajectories.
  • Risk Scoring: Score the risk associated with the current trajectory.
  • Intervention Recommendations: Recommend interventions to reduce risk and maintain project stability.
  • Use Case: When developing a complex software project, use this Skill to monitor task traces and ensure that the development process remains on track, avoiding potential risks that could lead to failures or delays.

Quick Start

Run the trajectory-risk-supervisor skill on your task trace file to identify and address potential risks.

Frequently Asked Questions about trajectory-risk-supervisor

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

FAQPage Schema
How do I analyze task traces to detect engineering trajectory risks?

To analyze task traces for engineering trajectory risks, you process task trace events through Python scripts that perform classification, invariant checking, and risk scoring to identify potential failures. The Skill outputs risk scores and recommended interventions to maintain software quality and stability.

What is task trace analysis for software development risk mitigation?

Task trace analysis for software development risk mitigation is the process of inspecting execution traces to detect risky engineering trajectories. It helps identify potential risks early, ensuring quality and stability throughout the complex software development process.

How do I score risks associated with my current engineering trajectory?

You score risks associated with your current engineering trajectory by running Python scripts on your task trace file to perform classification and invariant checking. This processing evaluates task trace events to generate a risk score and recommend interventions.

Do I need Python scripts to check invariants in task trace events?

Yes, you need Python scripts to check invariants in task trace events. The trajectory risk scoring and classification process specifically requires the execution of these scripts to process trace events and identify engineering trajectory risks.

What are the limitations of using trajectory analysis for software development risk scoring?

A limitation of trajectory analysis for software development risk scoring is that it requires processing task trace events. Without adequate task trace data capturing the execution flow, the Python scripts cannot effectively perform classification, invariant checking, or generate accurate risk mitigation recommendations.