cash-drift

Detect drift between Cash-managed change artifacts and the Git repository state.

1|Updated May 11, 2026
One-click install
npx skills add https://github.com/cashwu/Agentflow-SDD --skill cash-drift
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cash-drift
Source: https://github.com/cashwu/Agentflow-SDD/tree/main/.agents/skills/cash-drift
Command: npx skills add https://github.com/cashwu/Agentflow-SDD --skill cash-drift

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves the disconnect between planned tasks and the actual state of the codebase, preventing rework and identifying broken design references caused by external changes.

Core Features & Use Cases

  • Drift Analysis: Automatically compares your current Cash change against the latest codebase state to identify structural decay.
  • Task Collision Detection: Flags pending tasks that are blocked by external commits or have become obsolete.
  • Actionable Recommendations: Provides a clear, severity-based path forward, whether you need to refresh your plan, archive the change, or proceed with implementation.

Quick Start

Ask the agent to run a drift analysis for the current change to see if your plan is still valid.

Frequently Asked Questions about cash-drift

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

FAQPage Schema
How do I detect codebase drift in my Git repository?

Codebase drift detection compares your Cash-managed change artifacts against the current Git repository state to identify structural decay, broken design anchors, and task collisions.

Why are my pending implementation tasks blocked by external commits?

Task collision detection flags pending implementation tasks as blocked when external Git commits conflict with your Cash change artifacts, causing the original plans to become obsolete.

Do I need the Cash CLI to run task collision detection?

Yes, the Cash CLI is required to execute programmatic drift detection and generate actionable remediation strategies for your pending tasks.

What is the best way to check if an implementation plan is still valid?

Running a drift analysis evaluates time-based dormancy and broken design anchors to determine the viability of pending implementation plans against the current codebase state.

Can I get remediation recommendations for obsolete codebase changes?

Drift analysis provides severity-based remediation recommendations for obsolete changes, indicating whether to refresh your plan, archive the change, or proceed with implementation.

When should I not use codebase drift analysis?

Codebase drift analysis is not applicable if your environment lacks the Cash CLI or if your implementation plans are not managed as Cash change artifacts within a Git repository.