awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesPlan-Driven Task Executors

Systems that read tasks from a design document and execute them sequentially to autonomously build a project.

Distinct from Task Planning Files: Distinct from Task Planning Files: focuses on executing tasks from a plan file, not just creating planning documents.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Plan-Driven Task Executors. Refine with filters or upvote what's useful.

Awesome Plan-Driven Task Executors GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • coplaydev/unity-mcpCoplayDev 的头像

    CoplayDev/unity-mcp

    10,959在 GitHub 上查看↗

    Unity MCP is a plugin that connects the Unity Editor to AI assistants through the Model Context Protocol, enabling natural language control over scene manipulation, object creation, and editor workflows. It allows developers to generate C# scripts, modify GameObjects and components, create UI layouts, and manage assets by issuing commands through an AI interface, effectively turning the editor into a conversational development environment. The plugin distinguishes itself through a comprehensive automation system that can execute multi-step tasks from a design document, record and replay edito

    Reads tasks from a design document and executes them to autonomously build a game project.

    C#aiai-integrationanthropic
    在 GitHub 上查看↗10,959
  • moonrepo/moonmoonrepo 的头像

    moonrepo/moon

    3,687在 GitHub 上查看↗

    Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It functions as a dependency graph orchestrator that executes build targets in topological order and utilizes input hashing to cache results and skip redundant work. The project features a polyglot toolchain manager that automates the installation and versioning of language runtimes and CLI tools to ensure environment consistency. It also includes a plugin framework based on WebAssembly, allowing developers to extend build logic and toolchain behavior using any supported language.

    Uses version-controlled files to declaratively configure task runs and reduce repetitive command line arguments.

    Rustbuild-systembuild-toolbun
    在 GitHub 上查看↗3,687
  • gemini-cli-extensions/conductorgemini-cli-extensions 的头像

    gemini-cli-extensions/conductor

    2,751在 GitHub 上查看↗

    Conductor is an agentic coding tool that plans, generates, and manages software features through structured tracks and human-reviewed plans. It operates as a plan-driven code generator, reading structured plan files to determine the sequence of tasks and their dependencies before executing any code generation or modification. The system also functions as a feature specification manager, defining features in formal specification files that capture goals, requirements, and implementation steps as machine-readable documents. The tool distinguishes itself through a git-history-based undo system t

    Runs the tasks defined in a track's plan, following a set workflow and updating status as work progresses.

    context-driven-developmentgeminigemini-cli
    在 GitHub 上查看↗2,751
  1. Home
  2. DevOps & Infrastructure
  3. Documentation Automation
  4. Task Planning Files
  5. Plan-Driven Task Executors

探索子标签

  • Declarative Execution ConfigurationsVersion-controlled configuration files that define task execution parameters to eliminate repetitive command-line arguments. **Distinct from Plan-Driven Task Executors:** Focuses on the declarative configuration files themselves rather than the agent that executes the plan.