artifact-manifest-writer

Aggregate execution changes, commands, verifications, and deliverables into a structured JSON manifest.

18|9|Updated Apr 20, 2025
One-click install
npx skills add https://github.com/PHMbench/PHM-Vibench --skill artifact-manifest-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifact-manifest-writer
Source: https://github.com/PHMbench/PHM-Vibench/tree/main/.codex/skills/artifact-manifest-writer
Command: npx skills add https://github.com/PHMbench/PHM-Vibench --skill artifact-manifest-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill consolidates one execution's changes, commands, verifications, and deliverables into a structured manifest_<topic>.json, then writes it to the <MM_DD>/codex/artifact/ path to support evidence trails and traceable delivery.

Core Features & Use Cases

  • Automated manifest assembly: collects changes, commands, verification results, and deliverables into a single JSON structure.
  • Date-scoped artifact management: writes manifest_<topic>.json under the current date directory to enable daily provenance.
  • Safe overwrite workflow: if the target manifest already exists, outputs a diff summary for user confirmation before updating.
  • Use cases include audit trails, project handoffs, and compliance artefact generation.

Quick Start

In the planning phase, confirm the date and topic, then execute the workflow to generate and save manifest_<topic>.json.

Frequently Asked Questions about artifact-manifest-writer

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

FAQPage Schema
How do I generate an audit-ready manifest from daily execution changes?

Generate an audit-ready manifest by aggregating execution changes, commands, verifications, and deliverables into a structured JSON file. This manifest supports evidence trails and traceable delivery for daily runs by recording fields like run_id, date, and topic.

What is a structured artifact manifest used for in software engineering?

A structured artifact manifest consolidates one execution's changes and verification results to support evidence trails, audit trails, project handoffs, and compliance artifact generation across teams.

How do I create a JSON manifest for project handoffs and compliance artifacts?

Create a JSON manifest for compliance by collecting execution changes, commands, verification results, and deliverables into a single structured file. Confirm the date and topic in planning, then execute the workflow to save it.

Can I overwrite an existing manifest file without losing traceability?

You can safely overwrite an existing manifest because the workflow outputs a diff summary for user confirmation before updating the target file. This ensures traceability while maintaining date-scoped artifact management.

Does automated manifest assembly work for daily run logging without dependencies?

Automated manifest assembly works without dependencies to collect daily run logs, changes, and deliverables into a single JSON structure. It writes the manifest to a current date directory to enable daily provenance.