← ClaudeAtlas

add-knowledge-discoverylisted

Use at the context/discovery step of add.plan, add.hotfix, add.new, add.diagnose, add.review, add.brainstorm — consult the delivery index, then the project wiki (and code knowledge graph), for minimal token cost before dispatching agents.
brabos-ai/code-addiction · ★ 8 · AI & Automation · score 75
Install: claude install-skill brabos-ai/code-addiction
# Knowledge Discovery — Delivery Index and Wiki Consumption Procedure <!-- uses: - skill: add-wiki-maintenance - command: /add.wiki - mention: /add.done - script: delivered.sh - script: status.sh --> ## Overview Defines the ONE procedure for consulting the delivery index and `{{addpath:wiki/}}` at a command's existing context step. Six commands load this skill: `add.plan`, `add.hotfix`, `add.new`, `add.diagnose`, `add.review` and `add.brainstorm`. Loading happens where the command already gathers context — never a new preamble. ## When to Use - `add.plan` after status.sh, alongside recent-context load - `add.hotfix` at "Consult Knowledge Base" (former "Check Project Patterns") - `add.new` at Deep Discovery, beside the Codebase Discovery agent - `add.diagnose` at Load Context - `add.review` at Bootstrap Context, Gate 2 "Knowledge base" row - `add.brainstorm` at STEP 1, for the ranked prior-work lookup that replaced its unranked directory sweep - **`add.hotfix` at STEP 4, the INDEX step ALONE, called with `--no-verify`** — triage needs the ranked candidate list before the history agents are dispatched, and that is four steps before the full load at 8.1. Load STEP 1 by itself there; nothing below it runs ## When NOT to Use - `add.build`, `add.plan-to-ready` — these read `{{addpath:wiki/index.md}}` + the already-known `domains/<area>.md` directly (pages were selected upstream by `add.plan`); do not load this full skill, it duplicates SELECT work already done - Bug-cause in