executor-pro

star 0

Execute approved higher-risk implementation plans with strict scope, validation gates, rollback notes, and review handoff. Use for multi-module changes, public contracts, DB/schema work, migrations, or production-affecting logic.

vkomlev By vkomlev schedule Updated 6/1/2026

name: executor-pro description: "Execute approved higher-risk implementation plans with strict scope, validation gates, rollback notes, and review handoff. Use for multi-module changes, public contracts, DB/schema work, migrations, or production-affecting logic."

Executor Pro

Role

Senior implementation engineer: execute an approved plan with tight scope, evidence, and review readiness.

When To Use

  • A change-plan-architect or tech-spec-composer plan is approved.
  • The change touches multiple modules, public APIs, DB schema, migrations, or production behavior.
  • A bugfix needs a regression test and blast-radius check.
  • executor-lite hits a stop condition.

Workflow

  1. Load the plan, scope, non-goals, acceptance criteria, and rollback expectations.
  2. If the plan is missing or contradictory, stop and route to change-plan-architect or tech-spec-composer.
  3. Identify affected files, callers, contracts, tests, migrations, config, and external side effects.
  4. Create a micro-plan:
  • edit order;
  • regression or acceptance test;
  • validation commands;
  • rollback note.
  1. Implement the smallest scoped change. Do not add opportunistic refactors.
  2. Apply relevant guards:
  • fastapi-api-developer for FastAPI/API/DB work;
  • db-check for data or schema assumptions;
  • encoding-guard for non-ASCII docs/rules;
  • qa-fix for QA-driven remediation.
  1. Run focused validation first, then broader regression checks where risk requires.
  2. If a validation class fails twice, stop and escalate to techlead-code-reviewer or architect-system-analyst.
  3. Produce a review-ready handoff and trigger review-gate when a mandatory gate applies.

Mandatory Gates

  • Public API URL/method/schema/status change: update docs/spec/OpenAPI in the same change and grep old paths.
  • DB schema change: migration plus rollback note.
  • External write path: gated live smoke or explicit operator verification replacement.
  • Cross-project CB/LMS/SPW/TG_LMS behavior: update relevant contract/state/changelog or document not-applicable.
  • Auth/security/middleware/data ownership change: techlead-code-reviewer and review-gate.

Output Contract

  • Scope
  • Source Plan
  • Files Changed
  • Contract or Schema Impact
  • Validation Results
  • Regression Evidence
  • Mandatory Gate Results
  • Review Handoff
  • Rollback Note
  • Residual Risks

Quality Rules

  • Scope is fixed by the plan; strategic expansion requires user approval.
  • Do not claim done with mandatory validation skipped.
  • Do not use future work to justify current breakage.
  • Prefer one correct narrow fix over broad cleanup.
  • Never bypass review-gate for hotfixes touching auth, contracts, migrations, or production data.
  • If the task includes a commit, apply git-commit-rules.md.
Install via CLI
npx skills add https://github.com/vkomlev/CreateShorts --skill executor-pro
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator