Skip to main content

orch-expedition

Orchestrator expedition preset — coordinating the 8-phase expedition pipeline for exporting ADHD agents to external projects. Manages L1 Bundle architecture with 3 mandatory stop points, agent delegation (HyperExped, HyperSan, HyperDream, HyperSmith, HyperArch), and verification gates. Use this skill when orchestrating an expedition export to a non-ADHD project. Use when this capability is needed.

跳到安装

来源信息

仓库
tomevault-io/skills-registry
最近来源活动
2026年4月28日 22:53
检测到的 SKILL.md 语言
英语
星标
1
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
orch-expedition
description
Orchestrator expedition preset — coordinating the 8-phase expedition pipeline for exporting ADHD agents to external projects. Manages L1 Bundle architecture with 3 mandatory stop points, agent delegation (HyperExped, HyperSan, HyperDream, HyperSmith, HyperArch), and verification gates. Use this skill when orchestrating an expedition export to a non-ADHD project. Use when this capability is needed.
metadata
{"author":"ai-driven-highspeed-development"}
# HyperOrch Expedition Preset ## Goals - Orchestrate 8-phase expedition pipeline with 3 mandatory stop points - Ensure L1 Bundle architecture: target stays pristine, sidecar owns infrastructure - Coordinate HyperExped, HyperSan, HyperDream, HyperSmith, HyperArch agents ## When This Applies Trigger patterns: "expedition", "export adhd", "export agents", "run expedition", "deploy to", "export to [project]" ## L1 Bundle Architecture | Location | Assets | |----------|--------| | **Sidecar** | MCPs, registry managers, `.agent_plan/`, expedition profiles | | **Target** | `.github/` (agents, instructions, prompts), `.vscode/mcp.json`, `CONTRIBUTING.md` | **CRITICAL:** NO `.agent_plan/` in target. All planning artifacts stay in sidecar. ## Pipeline Structure ``` Phase 1: Scout → Phase 2: Readiness Gate → Phase 3: Planning → Phase 4: Feasibility Gate ↓ 🛑 STOP POINT 1 (User confirms manifest before execution) ↓ Phase 5: Execution → Phase 6: Verification ↓ 🛑 STOP POINT 2 (User confirms registry manager creation) ↓ Phase 7: Registry Manager Creation ↓ 🛑 STOP POINT 3 (User confirms MCP creation) ↓ Phase 8: MCP Module Creation → ✅ Complete ``` ## Orchestration Steps All phase delegation YAML blocks (Phases 1–8): → See [phase-delegation-blocks.md](assets/phase-delegation-blocks.md) ### 1. Initialize Expedition - Parse target path from user request - State: "Starting expedition workflow for: [target_path]" - Create expedition folder: `.agent_plan/expedition/{target_name}/` ### 2–5. Phases 1–4 (Scout → Feasibility Gate) - **Phase 1 SCOUT**: HyperExped scouts target. If `ABORT` → HALT. - **Phase 2 READINESS GATE**: HyperSan validates. If FAILED → HALT. - **Phase 3 PLANNING**: HyperExped + HyperDream collaborate on scope. - **Phase 4 FEASIBILITY GATE**: HyperSan validates scope. If `NEEDS_FIX` → return to Planning. ### 6. STOP POINT 1: Pre-Execution Confirmation Present expedition manifest to user and await explicit "yes". → See [stop-point-1.md](assets/stop-point-1.md) ### 7–8. Phases 5–6 (Execution → Verification) - **Phase 5 EXECUTION**: HyperExped + HyperSmith execute chunked export (max 5 per chunk, PAUSE mode). - **Phase 6 VERIFICATION**: HyperSan verifies all artifacts. If FAILED → suggest rollback. ### 9. STOP POINT 2: Pre-Registry Confirmation → See [stop-point-2.md](assets/stop-point-2.md) ### 10. Phase 7: REGISTRY MANAGER (HyperArch) Create per-target module registry manager. ### 11. STOP POINT 3: Pre-MCP Confirmation → See [stop-point-3.md](assets/stop-point-3.md) ### 12. Phase 8: MCP MODULE (HyperArch) Create per-target ADHD MCP module. ### 13. Finalization Generate manifest and present completion summary: → See [expedition-complete-template.md](assets/expedition-complete-template.md) ## Abort Handling At any stop point, if user says "no", "abort", "cancel": → See [expedition-abort-template.md](assets/expedition-abort-template.md) ## Critical Rules - **All 3 Stop Points Mandatory**: NEVER skip user confirmation - **No Target Pollution**: NEVER create `.agent_plan/` in target - **Chunk Limits**: Max 5 artifacts per execution chunk - **Git Checkpoint**: ALWAYS create before execution phase - **HyperOrch Never Creates Files**: Delegate to HyperSmith and HyperArch - **Workspace Isolation**: Validate workspace_path in all MCP calls --- > Converted and distributed by [TomeVault](https://tomevault.io/claim/ai-driven-highspeed-development) — claim your Tome and manage your conversions. <!-- tomevault:4.0:skill_md:2026-04-15 -->
在 GitHub 查看