agentic/code/frameworks/sdlc-complete/skills/build-artifact-index/SKILL.md
Build or rebuild the SDLC artifact index for agent-navigable discovery
npx skillsauth add jmagly/aiwg build-artifact-indexInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Build or refresh the artifact index that powers aiwg index query, aiwg index deps, and aiwg index stats. This is the entry point for ensuring agents can discover and navigate project artifacts efficiently.
aiwg index build# Standard rebuild (incremental)
aiwg index build
# Full rebuild (ignore cache)
aiwg index build --force
# With progress output
aiwg index build --verbose
Report what changed: new artifacts indexed, updated, unchanged, and removed counts.
The index includes files in .aiwg/working/answers/ automatically. These are answers persisted by the archive-answer skill and appear in query results and dependency graphs alongside permanent artifacts. Their status: working frontmatter field signals they are candidates for promotion to a permanent destination (e.g., .aiwg/architecture/, .aiwg/reports/). Use the index to find stale working answers that should be promoted or discarded.
If aiwg index build is not available (CLI not installed), fall back to manual scanning:
.aiwg/ for all artifact files.aiwg/working/digests/_index.yaml with paths, summaries, and timestampsAfter building, verify the index is healthy:
aiwg index stats --json
Report total artifacts indexed, coverage by phase, and any orphaned artifacts.
aiwg index query returns stale resultsdata-ai
Report which research-corpus radar sidecars are overdue for refresh. Computes staleness (days since last refresh vs the cadence window) for every radar, sorted most-overdue-first. Runs via `aiwg corpus radar-status`.
data-ai
Aggregate research-corpus radar sidecars into a corpus or per-cluster freshness report — totals, overdue count, per-cluster / per-GRADE / per-trajectory breakdowns, an overdue table, and per-radar rationale snippets. Runs via `aiwg corpus radar-report`.
testing
Scaffold radar/freshness sidecars for research-corpus REFs. Pulls title/authors from the citation sidecar and GRADE from the analysis doc, defaults the refresh cadence from GRADE and the cluster from a corpus-local map, and stamps documentation/radar/REF-XXX-radar.md. Runs via `aiwg corpus radar-init`.
data-ai
Compute an entity's publication trajectory — per-year paper counts, topic drift, hot-streak detection (≥3 consecutive A-grade years), and career phase. Runs via `aiwg corpus profile-temporal`.