artgraph-plan-coverage

Analyze task-modified code symbols against requirement definitions to detect implicit impacts.

12|2|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/mori-shin-x/artgraph --skill artgraph-plan-coverage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artgraph-plan-coverage
Source: https://github.com/mori-shin-x/artgraph/tree/main/.cursor/skills/artgraph-plan-coverage
Command: npx skills add https://github.com/mori-shin-x/artgraph --skill artgraph-plan-coverage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies implicit impacts where tasks in your plan touch requirements that were not explicitly mentioned, preventing missed dependencies and ensuring comprehensive coverage.

Core Features & Use Cases

  • Implicit Impact Detection: Automatically cross-references file and symbol changes against requirement IDs to find hidden dependencies.
  • Drift Analysis: Compares forward reach against explicit implementation claims to highlight potential drift.
  • Use Case: After updating your tasks.md file, run this skill to ensure that all requirements affected by your proposed code changes are accounted for, even if you forgot to list them manually.

Quick Start

Run the artgraph plan coverage skill to detect any implicit requirement impacts for the current project configuration.

Frequently Asked Questions about artgraph-plan-coverage

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

FAQPage Schema
How do I detect implicit requirement impacts in project plans?

To detect implicit requirement impacts, you can cross-reference task-modified code symbols against requirement definitions using deterministic graph analysis. This process identifies hidden dependencies and missing requirement mentions within your project-level specification files.

Why does requirement drift happen when updating task files?

Requirement drift happens when implemented code changes reach further than explicitly claimed requirements. Drift analysis compares forward reach against these implementation claims to highlight unaccounted dependencies and potential specification gaps.

Do I need the artgraph CLI to perform requirement coverage analysis?

Yes, you need the artgraph CLI to perform requirement coverage analysis. The CLI executes the deterministic graph analysis required to cross-reference file changes and generate accurate impact reports.

What is the best way to find missing requirement mentions in specification files?

The best way to find missing requirement mentions is running automated impact detection on your project-level task and specification files. This cross-references proposed code changes against requirement IDs to ensure comprehensive coverage.

Can I analyze code symbol changes against requirement definitions automatically?

Yes, you can automatically analyze code symbol changes against requirement definitions. The skill operates on project-level task files to cross-reference modifications, identifying potential drift and missing dependencies without manual checks.