cash-apply

Automate software changes from Cash CLI artifacts with task execution and verification.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the implementation of project-specific changes defined by the Cash CLI, ensuring that tasks are executed systematically, verified against implementation contracts, and tracked without external dependencies.

Core Features & Use Cases

  • Automated Task Execution: Manages the lifecycle of change implementation, from status checks and preflight validation to task completion.
  • Quality Assurance: Integrates cross-artifact consistency checks, drift detection, and TDD/Audit discipline enforcement.
  • Use Case: When a developer needs to implement a complex feature change, this skill handles the step-by-step execution, ensures all design contracts are met, and maintains a clear audit trail of progress and deviations.

Quick Start

Use the cash-apply skill to implement the changes for the specified task by running the command in your project root.

Frequently Asked Questions about cash-apply

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

FAQPage Schema
How do I automate software change implementation from CLI artifacts?▼

Automating software change implementation from CLI artifacts requires a structured task-execution loop that applies design contracts and runs automated quality verification for each change.

How does automated task tracking work for development workflows?▼

Automated task tracking for development workflows works by using a file-based system to manage the lifecycle of changes, from status checks and preflight validation to completion, without external dependencies.

How do I enforce TDD discipline and quality gates during feature implementation?▼

Enforcing TDD discipline and quality gates during feature implementation involves integrating cross-artifact consistency checks, drift dormancy detection, and sub-agent reviews into the task execution loop.

What is the best way to ensure strict adherence to design contracts when applying code changes?▼

The best way to ensure strict adherence to design contracts is executing changes through an automated loop that validates implementation against the original contracts and maintains a clear audit trail of deviations.

Do I need external dependencies to track task progress for Cash CLI changes?▼

No, tracking task progress for Cash CLI changes does not need external dependencies because the execution loop uses file-based task tracking to monitor status and completion systematically.