Aleksei Filippov avatar

Aleksei Filippov

Community

@eventbalancer · Armenia, Yerevan

4Followers
|
3Public Repos
|
15Published Skills

Aleksei Filippov's eventbalancer registry provides agent-quorum skills for git worktree synchronization, requirements formalization, plan validation, and release delivery.

Skills Distribution
DomainDeveloper To...Plan Engineering &.. (40%)Git Worktree & Rel.. (30%)Requirements & Pro.. (20%)Issue Triage & Ses.. (10%)

Agent Skills by Aleksei Filippov

Showing 15 vetted skills indexed across 1 GitHub repositories.

eventbalancereventbalancer
9

sync-main

Rebase a session branch onto origin/main, resolve conflicts, force-push with lease, and update the linked PR.

Community
Advanced
eventbalancereventbalancer
9

requirements

Formalizes raw tasks into operator-approved requirements documents with testable acceptance criteria.

Community
Advanced
eventbalancereventbalancer
9

tidy

Refactors the dirty git change set for readability without changing behavior before commit.

Community
Advanced
eventbalancereventbalancer
9

switch

Switch the session's execution context between the primary checkout and session worktrees.

Community
Intermediate
eventbalancereventbalancer
9

solution-handoff

Convert completed investigations into clustered problem-describing handoff prompts for agent-quorum.

Community
Advanced
eventbalancereventbalancer
9

prompt-architect

Compose problem-first XML prompts and launch agent-quorum planning runs after operator confirmation.

Community
Advanced
eventbalancereventbalancer
9

execute

Execute an agent-quorum implementation plan while journaling deviations, blockers, and verification results.

Community
Advanced
eventbalancereventbalancer
9

ship

Commit, push, and release agent-quorum changes through git, pnpm, GitHub Actions, and npm.

Community
Advanced
eventbalancereventbalancer
9

issues

Harvests session findings into clustered, proposal-level GitHub issues after operator confirmation.

Community
Intermediate
eventbalancereventbalancer
9

plan-judge

Evaluates implementation plans for readiness and outputs schema-conforming JSON verdicts.

Community
Advanced
eventbalancereventbalancer
9

plan-fix-reviewer

Reviews proposed plan fixes and outputs schema-conforming JSON approval decisions.

Community
Advanced
eventbalancereventbalancer
9

plan-creator

Creates and revises implementation plans through assessment, clarification, and critique-driven update modes.

Community
Advanced
eventbalancereventbalancer
9

plan-fixer

Repairs stale, ambiguous, and unresolved file references in implementation plans.

Community
Advanced
eventbalancereventbalancer
9

plan-translator

Translates finalized implementation plans into a target locale while preserving code tokens and structure.

Community
Intermediate
eventbalancereventbalancer
9

plan-critic

Produces structured JSON critiques of implementation plans against a fixed schema.

Community
Advanced

Frequently Asked Questions About Aleksei Filippov

FAQPage Schema
What tasks can I accomplish with eventbalancer's agent-quorum skills?

You can formalize requirements, compose problem-first XML prompts, create and critique implementation plans, execute approved plans with a deviation journal, tidy dirty change sets, rebase worktrees onto main, ship commits and npm releases, and file session findings as GitHub issues.

Who is the target user for these agent-quorum skills?

Operators running agent-quorum sessions who manage parallel worktrees and structured planning loops. It suits engineers who need disciplined requirements approval, plan readiness scoring against JSON schemas, and controlled git delivery boundaries before committing or releasing changes.

How do the plan validation skills work together?

Plan-creator drafts or revises plans, plan-critic emits strict JSON critique per critique.schema.json, plan-judge scores readiness per readiness.schema.json, and plan-fixer proposes or applies bounded fixes reviewed by plan-fix-reviewer. Plan-translator then localizes the finalized canonical plan.

What are the prerequisites for using these skills?

You need an agent-quorum session environment with a git repository, since skills operate on session worktrees, dirty change sets, saved plan files, and linked pull requests. Ship additionally requires the repository's verification and npm release boundaries to be configured.

How does eventbalancer handle git branch synchronization safely?

The sync-main skill rebases the session worktree branch onto the latest origin/main, resolves conflicts with a source-of-truth bias, force-pushes using --force-with-lease for safety, and actualizes the linked pull request so the review reflects the rebased state.