mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +08:00
fix(codex-skill): rename team-planex orchestrator.md to SKILL.md and fix frontmatter
Codex skills require SKILL.md as entry file. Renamed orchestrator.md, added allowed-tools and argument-hint, removed non-standard fields.
This commit is contained in:
@@ -1,11 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: team-planex
|
name: team-planex
|
||||||
description: |
|
description: 2-member plan-and-execute pipeline with Wave Pipeline for concurrent planning and execution. Planner decomposes requirements into issues, generates solutions, forms execution queues. Executor implements solutions via configurable backends (agent/codex/gemini). Triggers on "team planex".
|
||||||
2-member plan-and-execute pipeline with Wave Pipeline for concurrent planning and execution.
|
allowed-tools: spawn_agent, wait, send_input, close_agent, AskUserQuestion, Read, Write, Edit, Bash, Glob, Grep
|
||||||
Planner decomposes requirements into issues, generates solutions, forms execution queues.
|
argument-hint: "<issue-ids|--text 'description'|--plan path> [--exec=agent|codex|gemini|auto] [-y]"
|
||||||
Executor implements solutions via configurable backends (agent/codex/gemini).
|
|
||||||
agents: 2
|
|
||||||
phases: 4
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Team PlanEx
|
# Team PlanEx
|
||||||
Reference in New Issue
Block a user