artifact-layout

Define and enforce standardized directory structures and file naming conventions for pipeline artifacts.

Updated Dec 20, 2025
One-click install
npx skills add https://github.com/ductrung-nguyen/Orca-vscode --skill artifact-layout
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifact-layout
Source: https://github.com/ductrung-nguyen/Orca-vscode/tree/main/.github/skills/artifact-layout
Command: npx skills add https://github.com/ductrung-nguyen/Orca-vscode --skill artifact-layout

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of inconsistent file organization and naming conventions within development pipelines, ensuring all artifacts are structured logically and retrievable.

Core Features & Use Cases

  • Standardized Directory Structure: Defines a clear hierarchy for pipeline artifacts including requirements, PRDs, tasks, and release notes.
  • Consistent Naming Conventions: Enforces specific patterns for file names (e.g., [id]-[feature].md) and feature slugs.
  • Use Case: When initiating a new feature development, use this Skill to establish the correct directory structure and naming for the Product Requirements Document (PRD) and subsequent task files.

Quick Start

Use the artifact-layout skill to define the standard directory structure for new pipeline artifacts.

Frequently Asked Questions about artifact-layout

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

FAQPage Schema
How do I standardize directory structure and file naming conventions for pipeline artifacts?

You can standardize pipeline artifact organization by applying specific directory path rules and file naming patterns like `[id]-[feature].md` to requirements, PRDs, and tasks. This ensures consistent project management and logical file retrieval.

What is the best way to organize development artifacts like PRDs and task files?

The best way to organize development artifacts is to enforce a standardized directory hierarchy that separates requirements, PRDs, tasks, and release notes. Consistent feature slugs and naming patterns prevent misplacement and ensure logical retrieval.

How do I set up naming conventions for new feature development files?

To set up naming conventions for new feature development, apply specific file name patterns such as `[id]-[feature].md` and establish feature slugs. This maintains a standardized structure for product requirements documents and subsequent task files.

Does this artifact management approach work for archiving development pipeline files?

Yes, this artifact management approach works for archiving development pipeline files by enforcing specific path rules during creation and organization. It ensures requirements, PRDs, and status files remain consistently structured for future retrieval.

Why does inconsistent file organization cause problems in development pipelines?

Inconsistent file organization causes problems in development pipelines because misnamed or misplaced requirements and PRDs become difficult to retrieve. Enforcing a standardized directory structure and naming convention resolves this by making all artifacts logically structured.