GodModeAI2025

Taskpulse — AI skill for Claude Code

AI community

Give your AI agents a brain for planning.

How to install Taskpulse

This entry records only its repository, not the path inside it, so there is no exact command to give. Open GodModeAI2025/taskpulse and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Taskpulse does

Give your AI agents a brain for planning. File-based task tracking with parallel orchestration — no setup required.

Alternatives in AI

  • Kilocode — GitHub Repo stars Open Source AI coding assistant for planning, building, and fixing code Open source AI assis 17k ★
  • Open Multi Agent — TypeScript multi-agent orchestration engine — one runTeam() call from goal to result 5.8k ★
  • Golutra — Multi-agent AI orchestration platform for automation, workflows, and developer tools 3.8k ★

README

TaskPulse — Agent Task Infrastructure

TaskPulse ist eine Dateisystem-Konvention, die Agents eine strukturierte Planungs-, Dokumentations- und Selbstorganisationsschicht gibt. Kein CLI, kein Binary, keine Datenbank. Nur Markdown-Dateien mit YAML-Frontmatter in einem `.taskpulse/`-Verzeichnis.

Modi

  • Solo-Modus: Ein einzelner Agent plant, arbeitet und dokumentiert sequentiell
  • Orchestrator-Modus: Ein übergeordneter Agent verteilt Arbeit an Subagents, die parallel operieren — kollisionsfrei durch partitionierte ID-Ranges und isolierte Schreibbereiche

Dateien

  • SKILL.md — Vollständige Skill-Dokumentation und Instruktionen
  • references/examples.md — Referenz-Beispiele und Edge Cases

Nutzung

TaskPulse wird als Skill in Claude Cowork / Claude Code eingebunden. Die `SKILL.md` enthält alle Instruktionen, die ein Agent benötigt, um TaskPulse selbstständig zu nutzen.