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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesTask Planning Files

Automation of structured planning and tracking documents for specific development tasks.

Distinct from Documentation Automation: Focuses on the creation of task-specific planning files rather than general documentation lifecycle automation.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Task Planning Files. Refine with filters or upvote what's useful.

Awesome Task Planning Files GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • coplaydev/unity-mcpAvatar von CoplayDev

    CoplayDev/unity-mcp

    10,959Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,959
  • diet103/claude-code-infrastructure-showcaseAvatar von diet103

    diet103/claude-code-infrastructure-showcase

    9,707Auf GitHub ansehen↗

    This project is a collection of patterns and configurations for deploying AI agents with specialized technical skills and personas. It provides a framework for agentic software engineering, defining standards for AI-driven development workflows and the management of modular technical capabilities. The system features a skill framework that activates technical guidelines based on prompt intent and a context management system that preserves project state using persistent plans and checklists across session resets. It employs a modular organization of guidelines to prevent context window overflo

    Automates the creation of standardized planning and tracking files for new features and bug fixes.

    Shell
    Auf GitHub ansehen↗9,707
  • moonrepo/moonAvatar von moonrepo

    moonrepo/moon

    3,687Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,687
  • gemini-cli-extensions/conductorAvatar von gemini-cli-extensions

    gemini-cli-extensions/conductor

    2,751Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,751
  1. Home
  2. DevOps & Infrastructure
  3. Documentation Automation
  4. Task Planning Files

Unter-Tags erkunden

  • Plan-Driven Task Executors1 Sub-TagSystems 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.