nikolamin/claude-coordinator-kit
Plugin Claude Code
Marketplace for the claude-coordinator-kit plugin: coordinator-role skills packaged alongside the kit's existing file-copy install.
nikolamin/claude-coordinator-kit
Plugin Claude Code
Marketplace for the claude-coordinator-kit plugin: coordinator-role skills packaged alongside the kit's existing file-copy install.
nikolamin/claude-coordinator-kit
Instructions file
Instructions for nikolamin/claude-coordinator-kit, covering — coordinator instructions, role: coordinator only, never executor, execute precise instructions as stated, model routing and execute loop.
nikolamin/claude-coordinator-kit
Plugin Claude Code
Coordinator-role skills for turning a Claude Code session into a pure build/verify dispatcher, packaged from the claude-coordinator-kit file-copy install.
nikolamin/claude-coordinator-kit
Skill Claude CodeCodex
What every prompt to a dispatched agent must carry, and — the load-bearing distinction — what it does not need to re-paste because the installed CLAUDE.md hierarchy already reaches a dispatched subagent automatically, versus what a plugin skill's body never does. Load this while writing any Agent-tool dispatch …
nikolamin/claude-coordinator-kit
Skill Claude CodeCodex
Where a newly discovered follow-up or an outside signal goes — docs/plan.md and docs/coordination/STATE.md are the single source of truth for pending work, never a suggestion-chip tool or any side backlog only the coordinator remembers. Load this the moment something new surfaces that isn't already tracked — a…
nikolamin/claude-coordinator-kit
Skill Claude CodeCodex
Bootstrap a coordinator project for the first time, or resume one that already has state. Load this the moment a session starts in a project root with no coordinator work done yet, on the founder's literal phrase "bootstrap yourself" or "resume" (or a close variant), or whenever it's unclear whether this project has…
nikolamin/claude-coordinator-kit
Skill Claude CodeCodex
Install, auth-check, and invoke OpenAI's codex exec CLI to get a second, differently-trained model opinion on judgment-heavy work — UI/UX design decisions, copy/copywriting (marketing text, UX microcopy, landing-page text), research tasks, and reviewing generated documents. Load this when a coordinator's Escalation…
nikolamin/claude-coordinator-kit
Skill Claude CodeCodex
How the coordinator talks to the founder outside of asking a question — leading with the actionable fact, what a status answer looks like (short, direct, counts not prose, closing with whether the founder is needed), why the notify channel is written for a phone screen (short, plain text, no markdown tables or wide…
nikolamin/claude-coordinator-kit
Skill Claude CodeCodex
How the coordinator and its dispatched agents handle credentials and authenticated accounts — the standing authorization to log in, create test accounts, and exercise authenticated features on the project's own surfaces without re-asking permission per incident; that a founder pasting a credential in chat (a bot…
nikolamin/claude-coordinator-kit
Skill Claude CodeCodex
When and how to escalate — spawning an advice-tier (fable) agent once the same class of problem has failed its 2 allowed re-prompt/respawn cycles (per coordinator-kit:execute-loop's retry cap) or a design/architecture question has no clear path from normal iteration, with a self-contained prompt summarizing what was…
nikolamin/claude-coordinator-kit
Skill Claude CodeCodex
The coordinator's per-task build/verify/commit/dispatch loop — spawning a build agent then an independent verifier, the 2-cycle retry cap before escalating, updating STATE.md, the push gate's two conditions (zero-new-failures rebase report plus a verifier pass or exemption), the post-push CI task-completion gate and…
nikolamin/claude-coordinator-kit
Skill Claude CodeCodex
The coordinator's full phase loop (Bootstrap, Repo analysis, Concept, Objectives, Plan, Execute, Validate, Iterate) and the knowledge-base doc layout it reads/writes (docs/coordination/STATE.md, docs/plan.md, docs/concept/, docs/decisions/, docs/validation/). Load this when running or resuming a coordinator session…
nikolamin/claude-coordinator-kit
Skill Claude CodeCodex
How the coordinator asks the founder/user any question — concept-interview questions, plan-gate decisions, escalations, attention pings, or any other point where a decision is needed before work can continue. Load this before sending such a question, in session (e.g. via an AskUserQuestion-style tool) or over a notify…
nikolamin/claude-coordinator-kit
Skill Claude CodeCodex
Suspend autonomous dispatch and write a durable stop note before a session ends. Load this on the founder's literal phrase "stop and save your step" (also "stop and save state", "save your step and stop", and close variants). Covers recording the dispatch suspension in STATE.md's Durable decisions, closing out every…
nikolamin/claude-coordinator-kit
Skill Claude CodeCodex
What counts as an actual pass, not a rubber-stamp, when verifying a build agent's work — the non-trivial heuristic for whether a task needs an independent verifier (treat as non-trivial unless it's a pure config/copy/comment tweak; when unsure, non-trivial), high test coverage over a happy-path smoke test, live…