detect-existing-artifact

Detect existing artifact files in a project folder and prompt handling choices.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/bs-koo/gx-pm --skill detect-existing-artifact
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: detect-existing-artifact
Source: https://github.com/bs-koo/gx-pm/tree/main/plugins/gx-pm/skills/detect-existing-artifact
Command: npx skills add https://github.com/bs-koo/gx-pm --skill detect-existing-artifact

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams avoid losing track of existing deliverables by detecting artifacts in the active project folder and guiding users to choose how to proceed.

Core Features & Use Cases

  • Artifact detection by filename pattern; decision prompts to continue, backup, or edit; safe handling to prevent data loss
  • Works across common artifact types like requirements, screen lists, and program definitions
  • Use case: If B-요구사항정의서.md exists, you can choose to append new items or open for editing.

Quick Start

Run the detect-existing-artifact command in an active project to identify any existing artifacts and prompt your preferred handling method.

Frequently Asked Questions about detect-existing-artifact

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

FAQPage Schema
How do I detect existing artifacts in a project folder?

To detect existing artifacts, run a command that scans the active project folder for defined filename patterns. It identifies files like requirement definitions and prompts you to choose how to proceed with them.

How can I prevent data loss when overwriting project files?

To prevent data loss when handling project files, use a guided workflow that offers options to continue, backup, or open and edit existing artifacts. This ensures controlled file operations before any modifications are made.

What is the best way to manage versioning for requirement documents?

The best way to manage versioning for requirement documents is by detecting existing artifact files and selecting a backup workflow path. This preserves data integrity by safely storing previous versions before appending new items.

Can I automate the workflow to append new items to existing markdown files?

Yes, you can automate appending new items by applying artifact detection to existing markdown files. When a file is detected, the workflow prompts you to choose a continue path to add new content directly.

Does this artifact detection work with common project management deliverables?

Yes, artifact detection works with common project management deliverables like requirements, screen lists, and program definitions. It recognizes specific filename patterns and guides the appropriate file handling process.

When should I not use automated artifact detection in file management?

You should not use automated artifact detection if your project folder lacks standardized filename patterns. The detection mechanism relies on identifying specific artifact file names to trigger the prompt-based handling workflow.