awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • coplaydev/unity-mcpAvatar de CoplayDev

    CoplayDev/unity-mcp

    10,959Voir sur 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
    Voir sur GitHub↗10,959
  • moonrepo/moonAvatar de moonrepo

    moonrepo/moon

    3,687Voir sur 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
    Voir sur GitHub↗3,687
  • gemini-cli-extensions/conductorAvatar de gemini-cli-extensions

    gemini-cli-extensions/conductor

    2,751Voir sur 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
    Voir sur GitHub↗2,751
  1. Home
  2. DevOps & Infrastructure
  3. Documentation Automation
  4. Task Planning Files
  5. Plan-Driven Task Executors

Explorer les sous-tags

  • 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.