| name | stckin-orchestration-scaffold |
| description | Scaffold or refine a Miadi-native Copilot orchestration kit by adapting source plugin patterns to STCKin, deep-search, and artefacted session work. |
Use this skill when asked to create, reorganize, or strengthen a Copilot kit in miadi-orchestration-kit/copilot/.
Workflow:
- Read
/workspace/repos/jgwill/miadi-orchestration-kit/copilot/AGENTS.md.
- Inspect the target kit folder and any existing
.github/plugin/plugin.json, README.md, agents/, and skills/.
- Study representative patterns from
/workspace/repos/miadisabelle/mia-awesome-copilot:
- one plugin with agents,
- one plugin with multiple skills,
- one representative standalone agent.
- Extract only the packaging and prompt conventions that help Miadi orchestration.
- Create or update:
- plugin manifest,
- kit README,
- Miadi-specific agents,
- Miadi-specific skills.
- Ensure launch instructions include
copilot --plugin-dir and the required --add-dir surfaces.
- Keep the kit focused on reusable orchestration behavior, not generic code generation.
Design constraints:
- prefer one strong first-wave kit over several shallow kits
- reference structural tension, STC hooks, and artefact folders when relevant
- avoid unrelated edits outside
miadi-orchestration-kit