← 返回列表

big-project-orchestrator

一个用于 Codex 的技能,支持从需求规格到项目完成的自主推进,涵盖里程碑规划、实现开发、自我校验与修复循环,并提供本地优先的 worktree 工作区支持。

项目编排
自动化
里程碑规划
自我验证
修复闭环
本地优先
Worktree
Codex
0⬇️ 0🏷️ main📦 2
big-project-orchestrator-main.zip
94.1 KB下载
安装与使用说明

Codex

  1. 先下载 ZIP 包(例如:big-project-orchestrator-main.zip)。
  2. 解压后放到 $CODEX_HOME/skills/ 目录下。
  3. 如果没有设置 $CODEX_HOME,通常可放到 ~/.codex/skills/
  4. 确保目录内有 SKILL.md,然后重开会话即可使用。

源码目录预览

├── agents
│   └── openai.yaml
├── assets
│   ├── repo
│   │   └── .codex
│   │       ├── agents
│   │       │   ├── explorer.toml
│   │       │   ├── monitor.toml
│   │       │   ├── reviewer.toml
│   │       │   └── worker.toml
│   │       └── config.toml
│   └── templates
│       ├── AGENTS.md
│       ├── current_requirements.md
│       ├── decisions.md
│       ├── handoff.md
│       ├── new_requirements.md
│       ├── review.md
│       ├── setup.commands.sh
│       ├── status.md
│       ├── todo.md
│       └── verification.commands.sh
├── examples
│   ├── advanced
│   │   ├── README.md
│   │   ├── automations.md
│   │   ├── escalation-recovery.md
│   │   ├── multi-track-worktrees.md
│   │   ├── phase-2-planning.md
│   │   └── release-hardening.md
│   ├── basic
│   │   ├── README.md
│   │   ├── existing-repo-feature.md
│   │   ├── from-spec.md
│   │   └── validation-pass.md
│   └── README.md
├── references
│   ├── AUTOMATIONS.md
│   ├── AUTONOMOUS_MODE.md
│   ├── G3_MAPPING.md
│   ├── MULTI_TRACK_MODE.md
│   └── WORKFLOW.md
├── scripts
│   ├── action_contracts.py
│   ├── archive_cycle.py
│   ├── build_project_state.py
│   ├── evaluate_track_readiness.py
│   ├── generate_automation_pack.py
│   ├── generate_escalation_playbook.py
│   ├── generate_execution_bridge.py
│   ├── generate_milestones.py
│   ├── generate_track_dispatch.py
│   ├── generate_track_prompts.py
│   ├── init_orchestrator.py
│   ├── install_repo_templates.sh
│   ├── orchestrate_next_action.py
│   ├── orchestrate_track_merge.py
│   ├── orchestrator_common.py
│   ├── plan_tracks.py
│   ├── prepare_track_convergence.py
│   ├── promote_requirements.py
│   ├── render_status.py
│   ├── run_automation_cycle.py
│   ├── run_autonomous_cycle.py
│   ├── run_repair_loop.py
│   ├── run_review_pass.py
│   ├── run_track_supervisor.py
│   ├── run_verification.py
│   ├── setup_workspace.sh
│   ├── split_work_items.py
│   ├── update_automation_memory.py
│   ├── update_track_status.py
│   ├── validate_orchestrator_state.py
│   └── verify_repo.sh
├── .gitignore
├── CHANGELOG.md
├── CONTRIBUTING.md
├── LICENSE.txt
├── README.md
├── SKILL.md
└── install.sh

元数据

Slug: big-project-orchestrator

作者: HBTCFO

协议: MIT

包大小: 94.1 KB

SHA256: 5fcc2459b1152d4a4e830571e06aaaf785461463f1aa18efc5101bd66f4de889