First-wave report: Miadi STCKIN Copilot orchestration kit
Outcome
A reusable first-wave kit was created in:
/workspace/repos/jgwill/miadi-orchestration-kit/copilot/stckin-orchestration-kit
The kit now follows the lightweight mia-awesome-copilot pattern:
- markdown agents,
- markdown skills,
.github/plugin/plugin.json,- plugin-local README.
Source findings that shaped the kit
mia-awesome-copilotplugins are lightweight and mostly composed of markdown prompts plus.github/plugin/plugin.json.- Plugin READMEs are short and launch-oriented; manifests typically list
./agentsand explicit skill folders. - Miadi's STC surfaces are not just topic context; they define how an orchestration wave should relate current reality, desired outcome, and replayable next actions.
- The current inquiry and prior artefacts strongly favor artefact-first, resumable work over remote issue creation or broad repo edits.
Created and updated files
In miadi-orchestration-kit
README.mdcopilot/stckin-orchestration-kit/README.mdcopilot/stckin-orchestration-kit/.github/plugin/plugin.jsoncopilot/stckin-orchestration-kit/agents/miadi-orchestration-architect.mdcopilot/stckin-orchestration-kit/agents/miadi-deep-search-synthesizer.mdcopilot/stckin-orchestration-kit/skills/stckin-wave-bootstrap/SKILL.mdcopilot/stckin-orchestration-kit/skills/stckin-orchestration-scaffold/SKILL.mdcopilot/stckin-orchestration-kit/skills/stckin-artefact-report/SKILL.md
In this artefact folder
first-wave-report.md
Launch recipes
Standard Miadi orchestration session
copilot \
--plugin-dir /workspace/repos/jgwill/miadi-orchestration-kit/copilot/stckin-orchestration-kit \
--add-dir /workspace/repos/jgwill/miadi-orchestration-kit \
--add-dir /workspace/repos/miadisabelle/mia-awesome-copilot \
--add-dir /src/Miadi
Artefact-heavy deep-search session
copilot \
--plugin-dir /workspace/repos/jgwill/miadi-orchestration-kit/copilot/stckin-orchestration-kit \
--add-dir /workspace/repos/jgwill/miadi-orchestration-kit \
--add-dir /workspace/repos/miadisabelle/mia-awesome-copilot \
--add-dir /src/Miadi \
--add-dir /src/IAIP/prototypes/artefacts/deep-search--Miadi-STCKIN--copilot-orchestration-kit--2604251232--a4b4ed72-13a4-453d-9585-1c2fbcc5533a \
--add-dir /src/IAIP/prototypes/artefacts/deep-search--karpathy--LLM-Wiki--and--RISE-Framework--QMD-Episodic--implication--2604210620--c08d048c-8710-439f-b1a2-542d3ed39df5 \
--add-dir /src/IAIP/prototypes/artefacts/deep-search--CTXL--Context-Layers-in-Agentic-AI--Semantic-Layers--Ontologies--Provenance--and--Decision-Memory--2604230252--b1708f9f-328f-4fa0-b775-16c45b7c5d85
Decisions
- Keep one strong first-wave kit instead of creating a second shallow research-only kit immediately.
- Encode deep-search behavior as a dedicated agent/skill pair inside the same kit for now.
- Leave
/src/Miadiunchanged in this wave; the mission here was kit creation, not runtime hook modification.
Proposed next wave
- Exercise the kit in a fresh
copilot --plugin-dirsession and refine any prompt friction. - Add a second kit only if a distinct research-only mode proves materially different from the STCKin orchestration flow.
- If a later wave touches
/src/Miadi, wire the kit prompts to the actual STC launch and reporting paths with tests or simulators in that repo.