Automatically generates W3C PROV-compliant provenance records when agents create or modify artifacts.
Generates W3C PROV-compliant provenance records automatically when agents create or modify artifacts.
/plugin marketplace add jmagly/aiwg/plugin install sdlc@aiwgThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Automatically generates W3C PROV-compliant provenance records when agents create or modify artifacts.
Ensures every artifact created by AIWG agents has a provenance record, maintaining an auditable chain of derivation from requirements through implementation. Implements the W3C PROV-DM Entity-Activity-Agent model automatically, without requiring agents to manually create records.
This skill activates when:
.aiwg/ or src/ directories.aiwg/working/ (temporary files).aiwg/ralph/ (loop state, not artifacts).aiwg/research/provenance/records/ (provenance about provenance would be circular)node_modules/, .git/, or build output.prov.yaml)When a tracked artifact is created or modified:
Detect artifact event
Extract derivation sources
@implements -> derivation_type: implements@tests -> derivation_type: tests@extends -> derivation_type: extends@depends -> derivation_type: depends@path -> derivation_type: derives_fromGenerate provenance record
Validate and save
@agentic/code/frameworks/sdlc-complete/schemas/provenance/prov-record.yaml.aiwg/research/provenance/records/<artifact-name>.prov.yamlReport
@-mentions serve as the primary source of derivation relationships:
integration:
mention_wiring:
source: "@-mentions in artifact content"
target: "wasDerivedFrom relationships in provenance record"
mapping:
"@implements": "implements"
"@tests": "tests"
"@extends": "extends"
"@depends": "depends"
"@source": "derives_from"
Qualified @-mentions provide relationship type information:
integration:
qualified_references:
source: "qualified @-mentions (@implements @path)"
target: "typed derivation relationships"
Phase transitions trigger provenance completeness checks:
integration:
hitl_gates:
action: validate_provenance_coverage
trigger: phase_transition
skill:
name: auto-provenance
type: passive
always_active_for:
- provenance-manager
- software-implementer
- test-engineer
- requirements-analyst
- architecture-designer
- technical-writer
- documentation-synthesizer
- security-auditor
- api-designer
file_triggers:
- pattern: ".aiwg/**/*.md"
- pattern: ".aiwg/**/*.yaml"
- pattern: "src/**/*.ts"
- pattern: "src/**/*.js"
- pattern: "test/**/*.ts"
- pattern: "test/**/*.js"
exclude:
- pattern: ".aiwg/working/**"
- pattern: ".aiwg/ralph/**"
- pattern: ".aiwg/research/provenance/records/**"
- pattern: "**/*.prov.yaml"
auto_create: true
auto_update: true
validate_on_create: true
.aiwg/research/provenance/records/<name>.prov.yaml.aiwg/research/provenance/index.yaml.aiwg/reports/provenance-report.mdActivates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.