← Back to Articles & Artefacts
artefactseast

First-wave report: Miadi STCKIN Copilot orchestration kit

IAIP Research
deep-search--miadi-stckin--copilot-orchestration-kit

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

  1. mia-awesome-copilot plugins are lightweight and mostly composed of markdown prompts plus .github/plugin/plugin.json.
  2. Plugin READMEs are short and launch-oriented; manifests typically list ./agents and explicit skill folders.
  3. 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.
  4. 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.md
  • copilot/stckin-orchestration-kit/README.md
  • copilot/stckin-orchestration-kit/.github/plugin/plugin.json
  • copilot/stckin-orchestration-kit/agents/miadi-orchestration-architect.md
  • copilot/stckin-orchestration-kit/agents/miadi-deep-search-synthesizer.md
  • copilot/stckin-orchestration-kit/skills/stckin-wave-bootstrap/SKILL.md
  • copilot/stckin-orchestration-kit/skills/stckin-orchestration-scaffold/SKILL.md
  • copilot/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

  1. Keep one strong first-wave kit instead of creating a second shallow research-only kit immediately.
  2. Encode deep-search behavior as a dedicated agent/skill pair inside the same kit for now.
  3. Leave /src/Miadi unchanged in this wave; the mission here was kit creation, not runtime hook modification.

Proposed next wave

  1. Exercise the kit in a fresh copilot --plugin-dir session and refine any prompt friction.
  2. Add a second kit only if a distinct research-only mode proves materially different from the STCKin orchestration flow.
  3. 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.