artgraph-bootstrap

Automate traceability tag bootstrapping between requirements, code, and tests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of stale or missing documentation by automatically linking requirements to implementation code and tests, ensuring your project's traceability graph is accurate and up-to-date without relying on LLMs for verification.

Core Features & Use Cases

  • Automated Tagging: Proposes spec entries and traceability markers for tests and implementation code based on existing project structure.
  • Deterministic Verification: Uses the artgraph CLI to scan and verify that requirements are correctly implemented and covered by tests.
  • Use Case: Use this when you have an existing codebase with no requirement tracking and want to quickly seed your traceability graph by tagging existing tests and implementation files.

Quick Start

Ask the artgraph-bootstrap skill to initialize traceability tags for the files located in the src directory of your project.

Frequently Asked Questions about artgraph-bootstrap

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

FAQPage Schema
How do I bootstrap traceability between requirements, code, and tests in an existing project?

Traceability bootstrapping links requirements to implementation code and tests. This skill automates that process by proposing spec entries and traceability markers based on your existing project structure for a quick cold-start.

What is deterministic requirement-to-code mapping and how does it work?

Deterministic requirement-to-code mapping verifies traceability links without relying on LLMs. It uses the artgraph CLI toolchain to scan your project and confirm that requirements are correctly implemented and covered by tests.

How do I generate traceability tags for source files lacking existing documentation?

To generate traceability tags for undocumented source files, ask the skill to initialize traceability tags for the target directory. It will analyze the project structure and propose matching spec entries and markers.

Can I verify traceability links without using LLMs for code analysis?

Yes, you can verify traceability links without LLMs by using the artgraph CLI toolchain. It provides deterministic, non-LLM verification to scan and ensure requirements are correctly implemented and covered by tests.

Does this traceability tool work for projects with no prior requirement tracking?

Yes, this traceability tool is designed for projects with no prior requirement tracking. It provides a cold-start approach to seed your traceability graph by tagging existing tests and implementation files directly.

When should I avoid using automated traceability tagging for my codebase?

You should avoid automated traceability tagging if your project requires LLM-based verification instead of deterministic checks, or if your codebase already maintains accurate, up-to-date requirement documentation and traceability graphs.