Planckatron Claude Code banner
AgriciDaniel AgriciDaniel

Planckatron Claude Code

AI community

Description

Build ANY project faster with parallel AI workers that never conflict. Drop the .planckatron folder into your project and say "Planckatron" to activate. Supports frontend, backend, fullstack, automation, agentic workflows, libraries, and monorepos.

Installation

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

README

Planckatron

                       ·  *  ·
                        ▌▐▌▐
                   ██████████████
                 ██              ██
                 █  ▓▓▓▓  ▓▓▓▓  █
                 ██     ○○     ██
                   ██████████████

           ╔══════════════════════════╗
           ║    P L A N C K A T R O N ║
           ║  Quantum Agentic System  ║
           ╚══════════════════════════╝

**Hierarchical Multi-Agent Orchestration System (v3.0)**

Build ANY project faster with parallel AI agents that never conflict.


What's New in v3.0

+----------------------+---------------------------------------------+
|       FEATURE        |               DESCRIPTION                   |
+----------------------+---------------------------------------------+
| Hierarchical Agents  | Orchestrator -> Team Leads -> Mini-Agents   |
| Visual Planning      | ASCII flow diagrams for plans               |
| Progress Boards      | Miro-style task tracking                    |
| Parallel Execution   | All agents run simultaneously               |
| AskUserQuestion      | Native Claude Code suggestions              |
| Robustness           | Retry logic, validation gates               |
+----------------------+---------------------------------------------+

Architecture

              ORCHESTRATOR (Claude)
                     |
       +-------------+-------------+
       |             |             |
       v             v             v
   +-------+     +-------+     +-------+
   | ALPHA |     | BETA  |     | GAMMA |
   | Lead  |     | Lead  |     | Lead  |
   +---+---+     +---+---+     +---+---+
       |             |             |
    +--+--+       +--+--+       +--+--+
    |a1|a2|       |b1|b2|       |g1|g2|
    +--+--+       +--+--+       +--+--+
     mini          mini          mini
    agents        agents        agents

**Key:** Team Leads analyze tasks and spawn mini-agents. Maximum parallelism.


Visual Planning

When