feature-workflow-review

Detect drift between feature artifacts and the current diff.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/wendeus0/AI-dotfiles --skill feature-workflow-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-workflow-review
Source: https://github.com/wendeus0/AI-dotfiles/tree/main/core/sensors/inferential/feature-workflow-review
Command: npx skills add https://github.com/wendeus0/AI-dotfiles --skill feature-workflow-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drift between a feature's active artifacts and the current diff can lead to misalignment and risky deployments. This Skill surfaces discrepancies early to guide safe progress.

Core Features & Use Cases

  • Drift detection across SPEC.md, PLAN.md, TASKS.md, and CONTRACT.md against the current implementation
  • Non-blocking reporting that helps teams decide whether to investigate or adjust artefacts
  • Use Case: Before moving a feature to the next stage, run this Skill to confirm alignment between plan and code

Quick Start

Inspect the feature's artefacts and diff to identify any drift and generate a clear drift report.

Frequently Asked Questions about feature-workflow-review

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

FAQPage Schema
How do I detect drift between feature artifacts and the current code diff?

To detect feature drift, you inspect active artifacts like SPEC.md, PLAN.md, TASKS.md, and CONTRACT.md against the current diff. This skill identifies discrepancies between your planning documents and implementation, generating a non-blocking drift report for review.

What is feature drift in software development workflows?

Feature drift is the misalignment that occurs when a feature's active artifacts, such as SPEC.md or PLAN.md, diverge from the actual implementation in the current diff. Detecting this drift surfaces discrepancies early to prevent risky deployments.

Can I use this tool to block pull requests when specification drift is found?

No, you cannot use it to block pull requests because it provides non-blocking reporting. It only reports drift between artifacts and the diff without executing quality gates, helping your team decide whether to investigate or adjust artifacts.

When should I run a spec review against my implementation diff?

You should run a spec review before moving a feature to the next development stage. This confirms alignment between your plan and code, ensuring that artifacts like TASKS.md and CONTRACT.md have not diverged from the current implementation.

Does this drift detection skill modify my SPEC.md or TASKS.md files?

No, the skill does not modify your SPEC.md or TASKS.md files. It adheres to a fixed set of outputs to report drift only, enabling your team to manually adjust artifacts or investigate discrepancies without automated file alterations.