artifact-tracking

Community

Token-efficient AI artifact tracking.

Authormiethe
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables AI agents to create, update, query, and validate AI-optimized tracking artifacts (progress files, context notes, bug fixes, observation logs) in a hybrid YAML+Markdown format that reduces token usage by up to 95% and makes data programmatically queryable.

Core Features & Use Cases

  • Hybrid YAML+Markdown artifacts support field-level updates and precise queries
  • Quick session handoff, artifact migration, and quality checks
  • Use case: Create Phase 2 progress, query blockers, migrate legacy markdown to hybrid format

Quick Start

Create a new Phase 1 progress file at .claude/progress/[prd]/phase-1-progress.md using the artifact-tracking templates; then use the included scripts to validate and migrate.

Dependency Matrix

Required Modules

PyYAML>=6.0jsonschema>=4.20.0python-dateutil>=2.8.0

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: artifact-tracking
Download link: https://github.com/miethe/deal-brain/archive/main.zip#artifact-tracking

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository