ワンクリックで
build-artifact-index
Build or rebuild the SDLC artifact index for agent-navigable discovery
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Build or rebuild the SDLC artifact index for agent-navigable discovery
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| namespace | aiwg |
| name | build-artifact-index |
| platforms | ["all"] |
| description | Build or rebuild the SDLC artifact index for agent-navigable discovery |
| commandHint | {"argumentHint":"[--force] [--verbose] [--interactive] [--guidance \"text\"]","allowedTools":"Read, Write, Glob, Grep, Bash","model":"sonnet","category":"documentation-tracking"} |
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
# Build every configured graph
aiwg index build --all
Report what changed: new artifacts indexed, updated, unchanged, and removed counts.
If the operator explicitly asks for Fortemi Core cache refresh after a successful build, run:
aiwg index sync
aiwg index status --json
Fortemi Core is the default artifact search backend after sync. Keep the
legacy local backend available behind --backend local during the phase-out
window.
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
aiwg index status --json
Report total artifacts indexed, coverage by phase, and any orphaned artifacts. When a Fortemi Core cache exists, also report whether it is built, stale, and how many items it contains.
aiwg index query returns stale resultsGenerate a corpus snapshot report — computes dimensions, topology, degree distribution, delta from previous. Helps with cluster, chain, and gap analysis sections.
Detect requests for iterative autonomous agent loops and route to the appropriate loop executor
Orchestrate multi-loop background operations via the Mission Control dashboard — start sessions, dispatch missions, monitor, and stop
Launch an AIWG Mission — durable, audited dynamic agent orchestration toward a completion criterion. AIWG owns the conductor (activity-log, gates, best-output, checkpoint/resume, cost); native primitives drive worker mechanism. Surfaces as /aiwg-mission in Codex (AIWG-owned, no plugin dependency).
Config-driven release orchestration — reads .aiwg/release.config plus optional .aiwg/releases/<plan-id> sidecars and walks the selected release plan's gates
Update AIWG CLI and redeploy frameworks/tools to current project without leaving the session