Next-Wave Proposals — Wave 1
Candidate agent surfaces
| Proposed agent | Proposed home | Job |
|---|---|---|
wiki-maintainer | /src/Miadi/agents/ | Read steer/PDE/enrichment/validation artifacts and draft merged wiki page updates. |
kit-orchestrator | /src/Miadi/agents/ | Repo-local Copilot orchestrator: context-map, delegate, verify, update ledger/log. |
rispec-upgrader | /workspace/repos/jgwill/llms-txt/agents/ or /src/Miadi/agents/ | Turn changed code/docs/episodes into rispec/wiki upgrade proposals using RISE rules. |
inquiry-promoter | /src/Miadi/agents/ | Promote resolved inquiry batches into wiki drafts and episodic memory entries. |
kinship-linter | /workspace/repos/jgwill/llms-txt/agents/ | Check relation pages for destructive rewrites, missing lineage, and missing accountability markers. |
Candidate plugin surfaces
| Proposed plugin | Proposed home | Why |
|---|---|---|
miadi-copilot-orchestration-kit | /src/Miadi/plugins/ | Thin Copilot-facing package: agents + skills + hooks for local orchestration and wiki maintenance. |
miadi-wiki-maintenance | /src/Miadi/plugins/ | Focused plugin for ingest/query/lint/promote over markdown knowledge artifacts. |
miadi-governance-and-verification | /src/Miadi/plugins/ | Verification and audit layer inspired by doublecheck + governance/session logging patterns. |
Candidate root skills
| Proposed skill | Proposed home | Function |
|---|---|---|
wiki-ingest-page | /src/Miadi/skills/ | Convert a PDE/inquiry/steer artifact into a proposed wiki page update. |
wiki-lint-pass | /src/Miadi/skills/ | Check for stale claims, contradictions, orphan pages, missing links, missing provenance. |
episodic-promote | /src/Miadi/skills/ | Promote a resolved inquiry/result into episodic memory + wiki lineage metadata. |
miaco-steer-loop | /src/Miadi/skills/ | Standardize between-loop steering, ledger updates, and post-wake reread behavior. |
inquiry-route-eval | /src/Miadi/skills/ | Evaluate whether a facet should go to QMD-local, deep-search, workspace-scan, wiki draft, or episodic store. |
Priority implementation tracks
Track 1 — Define the compiled wiki contract
- Add a small spec package for:
- page schema/frontmatter
index.md- append-only
log.md - promotion rules
- merge/lint rules
- Evidence: Karpathy's article makes
index.md+log.md+ lint core (sources/karpathy-llm-wiki-gist/llm-wiki.md:35-53), while llms-txt already has upgrade logic but not the corpus (/workspace/repos/jgwill/llms-txt/rispecs/README.md:1-4;/workspace/repos/jgwill/llms-txt/llms-rise-framework.txt:594-605,966-981).
Track 2 — Package the Miadi kit
- Define the first concrete
/src/Miadi/plugins/miadi-copilot-orchestration-kit/proposal. - Include:
- orchestrator agent
- wiki-maintainer agent
- context-map skill
- steer-loop skill
- verification skill
- Evidence: Miadi already documents plugin/subagent packaging as the right runtime shape (
/src/Miadi/miadi-code/references/claude/plugins.md:11-17,25-35,173-187,199-212;/src/Miadi/miadi-code/references/claude/sub-agents.md:143-171,181-208).
Track 3 — Connect QMD, inquiry routing, and episodic memory
- Decide the promotion path:
- decomposition → inquiry batch → QMD enrichment → answer/result → wiki draft → episodic entry
- Keep QMD as search substrate; keep inquiry-routing as routing/control surface until the ontology is clearer.
- Evidence:
/workspace/repos/jgwill/llms-txt/llms-pde.txt:120-152,195-198;/workspace/repos/jgwill/llms-txt/llms-inquiry-routing.md:69-79,141-147;/src/Miadi/miadi-code/rispecs/pde-inquiry-routing.spec.md:24-41,126-149.
Track 4 — Verification and governance
- Reuse
doublecheck-style claim verification for promoted literature/wiki pages. - Define a minimal append-only audit record for page promotions and wiki lint passes.
- Evidence:
/workspace/repos/miadisabelle/mia-awesome-copilot/plugins/doublecheck/README.md:1-37.
Best next wave
If the next wake cycle has limited budget, prioritize:
- compiled wiki contract
- kit vs suite file/folder matrix
- QMD / inquiry / episodic promotion model
Those three choices will make later code or rispec changes far less speculative.