Aleksei Filippov
Community@eventbalancer · Armenia, Yerevan
Aleksei Filippov's eventbalancer registry provides agent-quorum skills for git worktree synchronization, requirements formalization, plan validation, and release delivery.
Agent Skills by Aleksei Filippov
Showing 15 vetted skills indexed across 1 GitHub repositories.
sync-main
Rebase a session branch onto origin/main, resolve conflicts, force-push with lease, and update the linked PR.
requirements
Formalizes raw tasks into operator-approved requirements documents with testable acceptance criteria.
tidy
Refactors the dirty git change set for readability without changing behavior before commit.
switch
Switch the session's execution context between the primary checkout and session worktrees.
solution-handoff
Convert completed investigations into clustered problem-describing handoff prompts for agent-quorum.
prompt-architect
Compose problem-first XML prompts and launch agent-quorum planning runs after operator confirmation.
execute
Execute an agent-quorum implementation plan while journaling deviations, blockers, and verification results.
ship
Commit, push, and release agent-quorum changes through git, pnpm, GitHub Actions, and npm.
issues
Harvests session findings into clustered, proposal-level GitHub issues after operator confirmation.
plan-judge
Evaluates implementation plans for readiness and outputs schema-conforming JSON verdicts.
plan-fix-reviewer
Reviews proposed plan fixes and outputs schema-conforming JSON approval decisions.
plan-creator
Creates and revises implementation plans through assessment, clarification, and critique-driven update modes.
plan-fixer
Repairs stale, ambiguous, and unresolved file references in implementation plans.
plan-translator
Translates finalized implementation plans into a target locale while preserving code tokens and structure.
plan-critic
Produces structured JSON critiques of implementation plans against a fixed schema.
Frequently Asked Questions About Aleksei Filippov
FAQPage SchemaWhat 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.