spectra-drift

Detect codebase drift by comparing a Spectra change with the current state.

24|1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/cashwu/Tubify --skill spectra-drift
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spectra-drift
Source: https://github.com/cashwu/Tubify/tree/main/.agents/skills/spectra-drift
Command: npx skills add https://github.com/cashwu/Tubify --skill spectra-drift

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires spectra, and includes scripts (resource) components.

What problem does it solve?

This Skill helps detect drift between a Spectra change and the current codebase state, identifying issues like time dormancy, broken design anchors, and task collisions.

Core Features & Use Cases

  • Drift Detection: Analyze drift between Spectra changes and the current codebase.
  • Detailed Reporting: Provides a comprehensive report on time dormancy, broken references, and task collisions.
  • Interactive Recommendations: Offers actionable recommendations based on the severity of drift.

Quick Start

Run the 'spectra-drift' command to analyze drift and receive recommendations for your Spectra change.

Frequently Asked Questions about spectra-drift

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

FAQPage Schema
How do I detect codebase drift against a Spectra change?

Codebase drift is detected by running the spectra-drift command to compare a Spectra change with the current state. The analysis identifies time dormancy, broken design anchors, and task collisions to provide a detailed report.

What is codebase drift detection in software analysis?

Codebase drift detection is the process of analyzing discrepancies between a planned Spectra change and the current repository state. It surfaces issues like time dormancy, broken design anchors, and task collisions to maintain software integrity.

Do I need the Spectra CLI to run drift detection?

Yes, executing drift detection requires the Spectra CLI installed in your environment. The Skill depends on the Spectra framework to execute its scripts and analyze the codebase for drift.

What types of issues does Spectra drift detection report on?

Spectra drift detection reports on time dormancy, broken design anchors, and task collisions. It provides a comprehensive analysis of these issues and offers interactive recommendations based on the severity of the drift.

Can I get actionable recommendations after analyzing codebase drift?

Yes, analyzing codebase drift provides interactive recommendations based on drift severity. The Skill evaluates time dormancy, broken references, and task collisions to offer actionable steps for resolving the detected issues.

When should I run a drift detection analysis on my codebase?

You should run drift detection when validating a Spectra change against the current codebase state. This prevents unresolved time dormancy, broken design anchors, and task collisions from impacting your software engineering workflow.