Skip to main content
مستودع GitHub

agent-quorum

يحتوي agent-quorum على 15 من skills المجمعة من eventbalancer، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
15
Stars
9
محدث
2026-07-10
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

plan-judge
مطوّرو البرمجيات

Semantic readiness evaluation of intermediate and canonical final plans. Output — JSON conforming to readiness.schema.json.

2026-07-10
execute
مطوّرو البرمجيات

Execute an existing agent-quorum implementation plan with a lightweight deviation journal. Use when the operator asks to run /execute, execute a saved plan file, implement an approved plan path, or follow a plan while recording only deviations, blockers, and verification issues.

2026-07-02
prompt-architect
مطوّرو البرمجيات

Compose problem-first XML prompts and agent-quorum self-planning run profiles from requests, issues, requirements, or saved plans, then launch only after operator confirmation.

2026-07-02
requirements
مطوّرو البرمجيات

Turn an unformalized agent-quorum task, problem, or idea into a formal, operator-approved requirements document before solution-handoff, prompt composition, and confirmed self-planning.

2026-07-02
ship
مطوّرو البرمجيات

Deliver agent-quorum changes through the repository's git, verification, and release boundaries. Use when the operator asks to run /ship, ship dirty changes, prepare or execute a commit and push, or release/publish agent-quorum to npm.

2026-07-02
solution-handoff
مطوّرو البرمجيات

Convert a completed agent-quorum investigation or approved requirements document into clustered, problem-describing handoff prompts without prescribing the implementation solution.

2026-07-02
switch
مطوّرو البرمجيات

Switch the session's execution context between the primary checkout (root) and a session worktree - resolve the target, surface done and active-edit state, enter it, and verify the handoff. Use when the operator asks to run /switch, to enter or work in a specific worktree, to return to the root repo or primary checkout, or asks where the session is currently working.

2026-07-02
sync-main
مطوّرو البرمجيات

Rebase a session worktree branch onto the latest origin/main, resolve conflicts with a source-of-truth bias, force-push with lease, and actualize the linked PR. Use when the operator asks to run /sync-main, rebase or update a branch/worktree onto main, resolve rebase conflicts, force-push a rebased branch, or refresh the linked PR after a rebase.

2026-07-02
tidy
مطوّرو البرمجيات

Refactor the current agent-quorum dirty change set before commit without changing behavior. Use when the operator asks to tidy, clean up, refactor dirty files, polish recent implementation, or run a pre-commit cleanup on modified/untracked files or listed paths.

2026-07-02
plan-creator
مطوّرو البرمجيات

Creates an implementation plan from a prompt or validates critique and revises an existing plan. In update mode, blocker/major issues are applied when valid; minor/nit issues are applied only when they clearly improve execution quality.

2026-07-02
plan-translator
مطوّرو البرمجيات

Translates a converged, fixed implementation plan into a high-quality, natural document in the requested locale, preserving every canonical code token verbatim while fully localizing prose and the Impact Graph.

2026-07-02
plan-critic
مطوّرو البرمجيات

Structured (JSON-only) critique of implementation plans. Used by agent-quorum — produces strict JSON conforming to critique.schema.json.

2026-06-27
plan-fixer
مطوّرو البرمجيات

Applies targeted fixes to a converged plan based on validator findings. Two modes — propose (suggest) and apply (apply with review).

2026-06-27
issues
مطوّرو البرمجيات

Harvest the current agent-quorum session for potential improvement and fix directions, cluster them, and create proposal-level GitHub issues that feed the delivery flow. Use when the operator asks to run /issues, capture follow-ups from this conversation as issues, file what we found as GitHub issues, or turn session insights into tracked proposals.

2026-06-14
plan-fix-reviewer
محللو ضمان جودة البرمجيات والمختبرون

Structured review of proposed plan fixes. Output — JSON conforming to review.schema.json. Used in the fix pass after plan-fixer/propose.

2026-06-13