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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • coplaydev/unity-mcpAvatar CoplayDev

    CoplayDev/unity-mcp

    10,959Vezi pe 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
    Vezi pe GitHub↗10,959
  • moonrepo/moonAvatar moonrepo

    moonrepo/moon

    3,687Vezi pe 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
    Vezi pe GitHub↗3,687
  • gemini-cli-extensions/conductorAvatar gemini-cli-extensions

    gemini-cli-extensions/conductor

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

Explorează sub-etichetele

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