kesteva

77 mods across 2 repositories, 96 stars between them.

cyboflow

01

kesteva/cyboflow

Settings file Claude Code

Agent settings configuring enabledPlugins.

55 3d ago A tokens not measured copy · 100% MIT

release

02

kesteva/cyboflow

Skill Claude CodeCodex

Cut a Cyboflow release end-to-end — run the full test gate, bump the version + changelog, build four signed/notarized macOS DMGs (stable + dev, arm64 + x64), publish both R2 update feeds (the in-app update channel), and cut the GitHub release. Use when asked to cut/ship/publish a release, make a release build, or roll…

55 3d ago A 101 tokens original MIT

playwright

03

kesteva/cyboflow

MCP server Claude CodeCodexCursor +2

MCP server "playwright", hosted remotely at localhost, as configured in kesteva/cyboflow.

55 3d ago A tokens not measured original MIT

cyboflow AGENTS.md

04

kesteva/cyboflow

Instructions file CodexOpenCode

Instructions for kesteva/cyboflow, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.

55 3d ago A 1,439 tokens original MIT

cyboflow CLAUDE.md

05

kesteva/cyboflow

Instructions file

Instructions for kesteva/cyboflow, covering cyboflow, two layers: running inside cyboflow vs. working on cyboflow, reference docs (load on demand), gotchas and common commands.

55 3d ago A 1,816 tokens original MIT

kesteva/cyboflow

Agent

Compound load subagent. Surveys the recently merged/completed work the orchestrator names — git log/diff against the base branch plus the run-context digest — and returns ONE Merged work summary. Surveys only: it never mines learnings, never judges, and never writes cyboflow state.

55 3d ago A 68 tokens original MIT

kesteva/cyboflow

Agent

Compound write-back subagent. Applies the learnings the human approved — quick fixes and instruction-file edits — in place in the worktree, and reports back which landed. Edits files only: it never re-decides what was approved and never writes cyboflow state.

55 3d ago A 65 tokens original MIT

cyboflow-compounder

08

kesteva/cyboflow

Agent

Compound extract subagent. Mines the Merged work summary the load step produced (plus the diff and run-context digest) for durable learnings that clear an explicit recurrence/impact bar, each tagged quick / task / doc, plus a discarded list, with evidence. Returns the draft learnings; never writes cyboflow state.

55 3d ago A 75 tokens original MIT

kesteva/cyboflow

Agent

Planner adversarial-design reviewer (optional). Read-only critic that stress-tests the idea spec and any UI prototype or architecture, returning concrete must-fix defects and advisory findings. Never writes cyboflow state.

55 3d ago A 51 tokens original MIT

kesteva/cyboflow

Agent

Planner architecture-design subagent (optional). Proposes a human-reviewable architecture for a structurally complex idea and returns a markdown section for the orchestrator to fold into the idea body. Never writes cyboflow state.

55 3d ago A 52 tokens original MIT

cyboflow-context

11

kesteva/cyboflow

Agent

Planner context-gatherer. Probes user intent, produces a short idea stub for approval, then expands the approved immutable stub into a full idea spec. Read-only — returns content for the orchestrator to persist; never writes cyboflow state.

55 3d ago A 57 tokens original MIT

cyboflow-epics

12

kesteva/cyboflow

Agent

Planner epics subagent (large ideas only). Decomposes an idea into epics with dependency edges and returns the proposed breakdown for the orchestrator to persist. Never writes cyboflow state.

55 3d ago A 49 tokens original MIT

cyboflow-interview

13

kesteva/cyboflow

Agent

Launch interview subagent. Drives an in-depth multi-round project interview, synthesizes the approved answers into a project brief, then decomposes the brief into an ordered idea set with an initial build set. Read-only — returns content for the orchestrator to persist; never writes cyboflow state.

55 3d ago A 67 tokens original MIT

cyboflow-research

14

kesteva/cyboflow

Agent

Planner research subagent (optional). Pulls external docs, prior art, and library/API references relevant to an idea and returns notes for the orchestrator to fold into the idea body. Never writes cyboflow state.

55 3d ago A 52 tokens original MIT

cyboflow-tasks

15

kesteva/cyboflow

Agent

Planner tasks subagent. Breaks an idea (or each epic) into concrete, independently shippable tasks with acceptance criteria, and returns them for the orchestrator to persist. Never writes cyboflow state.

55 3d ago A 51 tokens original MIT

kesteva/cyboflow

Agent

Planner UI-prototype subagent (optional). Builds a self-contained static HTML+CSS mockup of the idea's UI and writes it to the run artifacts dir for the orchestrator to report as the ui-prototype artifact. Never writes cyboflow state.

55 3d ago A 61 tokens original MIT

kesteva/cyboflow

Agent

Sprint address-review subagent. Takes the code-review findings this run filed, independently verifies each against the actual code, judges which are worth acting on now, and fixes those in place — returning a per-finding disposition (FIXED / DEFERRED / INVALID) the orchestrator uses to resolve or keep each one. Runs…

55 3d ago A 83 tokens original MIT

kesteva/cyboflow

Agent

Sprint code-review subagent. Inline review of the task diff for correctness and naming/layering/pattern compliance. Classifies by severity — in-scope must-fix defects go in ## Blocking (the orchestrator loops the implementer back to fix them), out-of-scope or minor issues go in ## Findings (filed for human triage).…

55 3d ago A 90 tokens original MIT

kesteva/cyboflow

Agent

Sprint dependency-analyzer subagent. Reads the sprint's seeded tasks (bodies, acceptance criteria, expected files) and proposes task→task blocking edges so the orchestrator can run independent tasks in parallel and dependents in order. Returns proposed edges with reasons; never writes cyboflow state.

55 3d ago A 69 tokens original MIT

cyboflow-implement

20

kesteva/cyboflow

Agent

Sprint implement subagent. Writes the diff for a single ready task, scoped to its acceptance criteria, and runs local checks. Returns a summary of the change; never writes cyboflow state.

55 3d ago A 47 tokens original MIT

kesteva/cyboflow

Agent

Runbook-bootstrap subagent. Deployed by the main-process controller when a sprint/ship lane's visual verification would be skipped for want of a verification runbook. Surveys the project READ-ONLY and returns a portable runbook for one modality — or an honest "not possible" — as structured data. Writes nothing: no…

55 3d ago A 87 tokens original MIT

kesteva/cyboflow

Agent

Sprint review subagent. Cross-task taste pass over the WHOLE sprint's combined diff — coherence between lanes, duplicated helpers, seam mismatches, CLAUDE.md drift — returning issues as findings for the orchestrator to record. Never writes cyboflow state.

55 3d ago A 62 tokens original MIT

kesteva/cyboflow

Agent

Sprint full-suite verifier. Runs the project's full test suite once after the task work is complete and returns a PASS/FAIL verdict. Never writes cyboflow state.

55 3d ago A 43 tokens original MIT

kesteva/cyboflow

Agent

Sprint task-verify subagent. Checks the diff against the task's acceptance criteria and returns a PASS/FAIL verdict with per-criterion evidence for the orchestrator's loopback decision. On PASS it also composes the visual-verification task (or declares one not applicable) for the central visual verifier. Never writes…

55 3d ago A 77 tokens original MIT