Commit e470d96
feat(agents): knowledge router + org-guidance & practice-knowledge skills (#38)
## What
Extends the knowledge system beyond Project Index (the only covered
class, ~30% of the Slack KG questions) to the top two uncovered classes
from the [Slack KG Question
Analysis](https://docs.google.com/document/d/1UDuazl1APUQedT2AcIUtGX47qIA3dd8gk5pxiRR8u9I/edit):
**Sage/org guidance** (149 q) and **Practice knowledge** (93 q).
The single `LIK Query: Project Index` agent is replaced by a **Knowledge
Search Agent** — a router that classifies a question and dispatches to
the matching query skill.
## Skills
- **`query-project-index`** (existing) — projects.
- **`query-org-guidance`** (new) — org standards, process, templates,
tool/license access. Confluence spaces `NH, BB, PD, ENG`; follows hub
pages to Drive templates; answers "does Nava have license X" by evidence
only (no central inventory exists).
- **`query-practice-knowledge`** (new) — discipline craft how-to.
Practice spaces `DOH, PL, ENG, PM1, NL, TSS` + community-of-practice
Slack channels; labels *documented practice* vs *peer discussion*.
Space assignments were derived by reading each Confluence space's home
page. `ENG` intentionally serves both topics. The empty `IT` space was
dropped. Both new skills reuse the project-index marker recipe,
integrity guard, and confirmation-weighted ranking/feedback.
Error handling across all skills + the router switched from
**stop-on-failure** to **report-and-continue**.
## Rename: drop the `lik-` prefix
The Claude workspace is single-tenant for this app, so no namespacing is
needed. Renamed all skill directories/frontmatter and agent file stems,
and updated every in-repo reference, deploy-workflow option, CLAUDE.md
rule, and doc. Historical `docs/plans` / `docs/brainstorms` left
untouched.
## Notes / follow-ups
- The old **"LIK Query: Project Index"** platform agent is not pruned by
deploy (glob + create/update, no delete) — left live intentionally.
- `deploy-skills.yml` retained for standalone skill updates;
`deploy_agents.py` still deploys each agent's referenced skills.
- New skills use **live source search** (no Catalog rows yet) — a later
pass could catalog org-guidance for confirmation-weighted ranking.
## Test
`deploy` + `lik-ui` agent/skill/init suites pass (SDK faked, no
network).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent f35b48d commit e470d96
17 files changed
Lines changed: 390 additions & 135 deletions
File tree
- .github/workflows
- claude_platform
- agents
- skills
- query-org-guidance
- query-practice-knowledge
- query-project-index
- sync-catalog-from-project-indexes
- docs
- lik-mcp
- lik-ui
- src/lik_ui
- scripts
- v0.5
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
This file was deleted.
0 commit comments