awesome-repositories.com
Blog
awesome-repositories.com

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

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

16 Repos

Awesome GitHub RepositoriesProject Progress Tracking

Techniques and visual tools used to measure actual development progress against estimates.

Distinct from Progress Visualizers: Shortlist candidates focus on learning milestones or network progress, not software project management metrics like burn down charts.

Explore 16 awesome GitHub repositories matching software engineering & architecture · Project Progress Tracking. Refine with filters or upvote what's useful.

Awesome Project Progress Tracking GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • gyoogle/tech-interview-for-developerAvatar von gyoogle

    gyoogle/tech-interview-for-developer

    17,417Auf GitHub ansehen↗

    This project is a comprehensive technical interview preparation resource and computer science interview guide. It serves as an educational reference for developers to study core software engineering fundamentals and common coding patterns required for employment screenings. The repository provides detailed guides and references covering data structures and algorithms, networking and security, operating systems, and web development. It specifically focuses on the implementation and complexity analysis of sorting, searching, and graph algorithms. The material encompasses a wide breadth of comp

    Explains how to use visual tools like burn down charts to track project progress against estimates.

    Javaalgorithmcomputer-sciencecs
    Auf GitHub ansehen↗17,417
  • 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

    Provides mechanisms to track and synchronize project progress by updating task documentation and state.

    Shell
    Auf GitHub ansehen↗9,707
  • kanboard/kanboardAvatar von kanboard

    kanboard/kanboard

    9,663Auf GitHub ansehen↗

    Kanboard ist ein selbst gehostetes Kanban-Projektmanagement-Tool und eine Produktivitätssuite, die für die Verfolgung von Softwareaufgaben und Teamzusammenarbeit entwickelt wurde. Es bietet ein visuelles System zur Verwaltung von Arbeitsabläufen durch die Verwendung von Boards, Spalten und Karten. Das Projekt verfügt über ein erweiterbares Plugin-Framework und eine umfassende API für die programmatische Aufgaben- und Projektverwaltung. Es beinhaltet spezialisiertes Identitätsmanagement durch LDAP-Integration, was die Synchronisierung von Benutzerkonten und Gruppenberechtigungen von Verzeichnisservern ermöglicht. Das System deckt eine breite Palette von Funktionen ab, einschließlich ereignisgesteuerter Workflow-Automatisierung, detaillierter Projektanalysen wie Burn-Down-Diagrammen und Zykluszeitmessung sowie granularer rollenbasierter Zugriffskontrolle. Es unterstützt zudem integrierte Zeiterfassung, Unteraufgaben-Zerlegung und Multi-Methoden-Authentifizierung, einschließlich Zwei-Faktor-Authentifizierung und Reverse-Proxy-Unterstützung. Die Anwendung ist mit MySQL und PostgreSQL für die persistente Datenspeicherung kompatibel und kann mittels Docker Compose bereitgestellt werden.

    Fetches a stream of events for projects to track progress and changes in the project management tool.

    PHPagilekanbankanboard
    Auf GitHub ansehen↗9,663
  • akaunting/akauntingAvatar von akaunting

    akaunting/akaunting

    9,604Auf GitHub ansehen↗

    Akaunting is a modular business enterprise resource planning system and self-hosted accounting software. It provides a comprehensive platform for small business financial management, centering on a double-entry bookkeeping system with a general ledger and chart of accounts. The platform is designed for extensibility through a module-based architecture and a dedicated marketplace for procuring third-party applications. It supports multi-tenant data isolation and utilizes role-based access control to manage granular user permissions. Its capability surface covers a wide range of business opera

    Monitors project status and progress via a dashboard with customer and date filtering.

    PHPaccountingakauntingbalance
    Auf GitHub ansehen↗9,604
  • takezoe/gitbucketAvatar von takezoe

    takezoe/gitbucket

    9,371Auf GitHub ansehen↗

    GitBucket is a self-hosted Git hosting platform and forge designed for managing private repositories. Built with the Scala language, it provides a web interface for version control and is implemented as a server compatible with the GitHub API to ensure integration with existing third-party tools. The platform allows for customization of the version control environment through a plugin-based extension model, enabling the installation of third-party plugins to add specialized features. Its capability surface covers software project management via integrated issue trackers, pull requests, and w

    Tracks development progress using integrated issue trackers, pull requests, and wikis.

    Scala
    Auf GitHub ansehen↗9,371
  • 1jehuang/jcodeAvatar von 1jehuang

    1jehuang/jcode

    7,778Auf GitHub ansehen↗

    jcode ist ein Framework für die Entwicklung autonomer KI-Coding-Agenten, die Softwareentwicklungsaufgaben automatisieren. Es fungiert als Agenten-Orchestrator, Tool-Laufzeitumgebung und semantische Speicher-Engine und ermöglicht die Erstellung von Agenten, die Code modifizieren, Tests ausführen und ihre eigene Funktionalität iterieren können. Das Projekt zeichnet sich durch die Verwendung von rekursivem Agenten-Swarming aus, bei dem eine Hierarchie zusammenarbeitender Agenten untergeordnete Agenten hervorbringen kann, um komplexe Aufgaben zu zerlegen. Es implementiert ein semantisches Speichersystem, das vektorbasierte Abfrage mit graphenbasierter Beziehungszuordnung kombiniert, um den Kontext über Sitzungen hinweg zu wahren. Um Risiken zu verwalten, verwendet das System eine gestaffelte Aktions-Governance, die für sensible Operationen eine menschliche Genehmigung erfordert und Agentenaktivitäten innerhalb separater Git-Worktrees isoliert. Das Framework enthält ein umfassendes Browser-Automatisierungs-Toolkit für die Interaktion mit Webseiten, das Extrahieren von DOM-Snapshots und das Erfassen von Screenshots. Es implementiert zudem das Model Context Protocol zur Integration externer Tools und Daten und unterstützt binäres Hot-Reloading, um den Server zu aktualisieren, ohne aktive Netzwerkverbindungen zu verlieren. Das System bietet eine Befehlszeilenschnittstelle zur Verwaltung von Agenten-Speichern und enthält Audit-Tools, um den Fortschritt von Plänen zu verfolgen und die Topologie des Agenten-Schwarms zu visualisieren.

    Provides a task dependency graph with real-time status updates and owner assignments to track development progress.

    Rust
    Auf GitHub ansehen↗7,778
  • agentwrapper/agent-orchestratorAvatar von AgentWrapper

    AgentWrapper/agent-orchestrator

    7,637Auf GitHub ansehen↗

    This project is an LLM coding agent orchestrator and AI software engineering platform designed to manage fleets of agents that autonomously solve issues, handle pull requests, and fix CI failures. It functions as an agentic CI/CD automator and parallel workflow manager, coordinating the end-to-end development lifecycle from initial ticket tracking to final code merging. The system is distinguished by its modular plugin framework and isolated worktree management, which allow multiple agents to work on separate coding tasks simultaneously without file system conflicts. It utilizes role-based mo

    Monitors software development progress by integrating with issue trackers and version control pull requests.

    TypeScriptagent-fleetagent-swarmclaude-code
    Auf GitHub ansehen↗7,637
  • automazeio/ccpmAvatar von automazeio

    automazeio/ccpm

    7,387Auf GitHub ansehen↗

    This project is an AI agent orchestrator and local project planner designed to manage the lifecycle of software development from requirements to code. It functions as a requirement traceability tool that links product requirements and technical epics to specific tasks and commits, maintaining a complete development audit trail. The system features a GitHub issue sync manager that provides bidirectional synchronization between local project plans and remote issues. It utilizes a local-first specification engine, allowing for the brainstorming of requirements and the decomposition of technical

    Analyzes local task files and remote issue states to track development velocity and identify blockers.

    Shellai-agentsai-codingclaude
    Auf GitHub ansehen↗7,387
  • open-source-ideas/ideasAvatar von open-source-ideas

    open-source-ideas/ideas

    6,793Auf GitHub ansehen↗

    This project is a crowdsourced registry and ideation hub for open source software concepts. It serves as a public database where users submit project requirements and implementation details to attract contributors and recruit collaborators. The platform distinguishes itself by mapping project ideas to existing software repositories to prevent duplicate development and maintain registry accuracy. It utilizes a categorization engine that allows developers to filter ideas by specific technology stacks and estimated development effort. The system provides a collaboration layer using threaded dis

    Monitoring the progress of open source concepts from the initial idea to the final published software.

    communityhacktoberfestideas
    Auf GitHub ansehen↗6,793
  • spdustin/chatgpt-autoexpertAvatar von spdustin

    spdustin/ChatGPT-AutoExpert

    6,647Auf GitHub ansehen↗

    ChatGPT-AutoExpert is an AI prompt engineering framework and persona management system designed to improve the technical accuracy and nuance of large language model outputs. It provides a collection of curated system prompts and custom instructions to refine user queries and remove conversational filler. The system employs a persona framework to assign specialized expert roles based on the request context. It utilizes a command shortcut system that maps short text sequences to complex instructional sets, enabling the rapid execution of repetitive tasks. For software development, the project

    Maintains a hierarchical representation of files and symbols to track progress in complex multi-turn coding tasks.

    JavaScript
    Auf GitHub ansehen↗6,647
  • campsite/campsiteAvatar von campsite

    campsite/campsite

    4,829Auf GitHub ansehen↗

    Campsite ist ein asynchrones Kommunikationstool und eine integrierte Workspace-Suite für Teamkoordination und Wissensaustausch. Es bietet ein einheitliches Interface, das Long-Form-Posts, Dokumentation und Projektverfolgung kombiniert, um das Rauschen durch Echtzeit-Chats zu reduzieren. Die Plattform ist eine LLM-gestützte Kollaborationsumgebung, die große Sprachmodelle verwendet, um prägnante Zusammenfassungen und Recaps umfangreicher Konversationsthreads und Meeting-Transkripte zu generieren. Sie zeichnet sich zudem als Webhook-Automatisierungs-Gateway aus, das die Synchronisierung interner Diskussionen mit externen Drittanbieter-Diensten und Tools ermöglicht. Der Workspace deckt ein breites Spektrum an Kollaborationsfunktionen ab, einschließlich integrierter Videokonferenzen, teambasierter Arbeitsorganisation und einer durchsuchbaren Wissensdatenbank, die durch Cross-Referencing von Posts erstellt wird. Zudem enthält er asynchrone Feedback-Schleifen, Verfolgung der Konversationsauflösung und ein Multi-Channel-Benachrichtigungssystem für Updates via E-Mail und Web-Push. Der sichere Zugriff wird über ein OAuth 2.0-Authentifizierungssystem unter Verwendung von Google-Identity-Providern verwaltet.

    Aggregates project updates into a single feed to maintain visibility on team momentum.

    TypeScript
    Auf GitHub ansehen↗4,829
  • kubernetes/enhancementsAvatar von kubernetes

    kubernetes/enhancements

    3,892Auf GitHub ansehen↗

    Dieses Projekt ist ein Governance-Framework und Proposal-Tracker für die Verwaltung des Lebenszyklus neuer Features und API-Änderungen innerhalb von Kubernetes. Es bietet ein strukturiertes System zum Vorschlagen, Überprüfen und Verfolgen von Community-Beiträgen von der ersten Idee bis hin zum stabilen Release. Das Framework konzentriert sich auf die Aufrechterhaltung der API-Design-Integrität und Abwärtskompatibilität durch einen formalen Review-Prozess. Es koordiniert das Release-Management durch Überwachung von Feature-Meilensteinen, Durchsetzung von Code-Freeze-Daten und Überprüfung, ob neue Ergänzungen produktionsreif und skalierbar sind. Das System deckt Projekt-Governance-Workflows ab, einschließlich der Definition autorisierter Approver und Reviewer-Aliase. Es nutzt Metadaten-gesteuerte Dokumentation, Label-basierte Workflow-Orchestrierung und Visualisierungstools, um die Entwicklungsgeschwindigkeit zu verfolgen und historische Aufzeichnungen von Projektverbesserungen zu pflegen.

    Displays the status of enhancements across milestones using tracking boards to monitor velocity.

    Go
    Auf GitHub ansehen↗3,892
  • nextcloud/desktopAvatar von nextcloud

    nextcloud/desktop

    3,613Auf GitHub ansehen↗

    This project is a multi-device synchronization tool and remote storage manager that maintains a mirrored state of data between a local machine and a remote server. It provides cloud file synchronization and cross-device data access, allowing local files and folders to be consistent across multiple computers. The client utilizes WebDAV for file management and synchronization, while employing the Open Collaboration Services API for account and session management. It integrates a cross-platform native wrapper to provide OS-level file system integration and includes a command line interface for m

    Monitors a continuous stream of server-side changes to update the local client with real-time activity notifications.

    C++c-plus-pluscppdesktop
    Auf GitHub ansehen↗3,613
  • vanzan01/cursor-memory-bankAvatar von vanzan01

    vanzan01/cursor-memory-bank

    2,974Auf GitHub ansehen↗

    This project is an AI development workflow orchestrator and context management framework. It provides a context-aware project knowledge base and a structured prompting system designed to guide large language models through the planning, implementation, and verification phases of software development. The system optimizes AI coding contexts by using a collection of markdown files to track project state and architectural memory. It employs mode-based rule isolation and just-in-time context loading to reduce noise and ensure that only relevant rules and documentation are active for a given task.

    Maintains a centralized task registry to track system state and eliminate redundancy in development.

    Auf GitHub ansehen↗2,974
  • worklenz/worklenzAvatar von Worklenz

    Worklenz/worklenz

    2,921Auf GitHub ansehen↗

    Worklenz is a project management platform and professional services automation tool designed for planning work, tracking tasks via Kanban boards, and managing team collaboration. It functions as a combined resource management tool and time tracking software, providing a centralized workspace to analyze team capacity, balance workloads, and log work hours. The platform is distinguished by its deep integration with GitHub and Slack, allowing for the synchronization of repository activity and the delivery of real-time project notifications to external communication channels. It further streamlin

    Provides read-only views of milestones and task statuses for external clients to track progress.

    TypeScriptexpressjspostgresqlproject-management
    Auf GitHub ansehen↗2,921
  • 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

    Displays a high-level overview of all tracks' progress and the current state of the active track.

    context-driven-developmentgeminigemini-cli
    Auf GitHub ansehen↗2,751
  1. Home
  2. Software Engineering & Architecture
  3. Project Progress Tracking

Unter-Tags erkunden

  • Activity StreamsChronological feeds of project events used to monitor progress and changes. **Distinct from Project Progress Tracking:** Focuses on the chronological stream of events for a project, whereas Project Progress Tracking typically refers to aggregated metrics like burn-down charts.
  • Cumulative Flow DiagramsVisualizations that track the number of tasks in each workflow state over time to identify bottlenecks. **Distinct from Project Progress Tracking:** Focuses on a specific visualization technique for stability and bottlenecks, while Project Progress Tracking is the broader category for measuring progress.
  • External Client PortalsRead-only interfaces for external stakeholders to track project milestones and task statuses. **Distinct from Project Progress Tracking:** Focuses on a client-facing read-only view, whereas the parent is about general progress measurement techniques.
  • Hierarchical File MappingMaintaining a tree-based representation of files and symbols to track coding progress. **Distinct from Project Progress Tracking:** Distinct from general project structures by focusing on the dynamic mapping of symbols and files during active development.
  • Project Update FeedsAggregated streams of updates across multiple projects to provide a high-level overview of progress. **Distinct from Project Progress Tracking:** Distinct from general progress tracking metrics, this focuses on a chronological feed of updates for visibility.