role-manager-execution

Enforce ticket-first governance and formal handoffs for GitHub work items.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/chf3198/devenv-ops --skill role-manager-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: role-manager-execution
Source: https://github.com/chf3198/devenv-ops/tree/main/skills/role-manager-execution
Command: npx skills add https://github.com/chf3198/devenv-ops --skill role-manager-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a disciplined, ticket-first governance process that ensures scope, constraints, and measurable acceptance criteria are defined before any work begins, reducing misalignment and rework.

Core Features & Use Cases

  • Ticket-first governance: create or link a GitHub issue before work and reference it in all changes.
  • Scope and constraints: capture objective, non-objectives, and repository policy constraints.
  • Binary acceptance criteria: define testable criteria that are either pass or fail for deterministic verification.
  • Verification gates: select and apply the required tests and checks to enforce quality.

Quick Start

Draft a MANAGER_HANDOFF with objective, non-objectives, constraints, and acceptance criteria, then create or link the corresponding GitHub issue before any implementation.

Frequently Asked Questions about role-manager-execution

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce ticket-first governance for GitHub issues before starting implementation?

Ticket-first governance requires creating or linking a GitHub issue and drafting a formal handoff document with objectives, constraints, and acceptance criteria before any commits begin. This ensures scope is defined up front to prevent misalignment and rework.

What is the best way to define binary acceptance criteria for product development tasks?

Binary acceptance criteria are defined as testable conditions that result in a deterministic pass or fail verification. You must capture these measurable criteria alongside objectives and non-objectives in a formal handoff document before work starts.

How do I document a formal handoff process for repository policy constraints?

Document a formal handoff by drafting a MANAGER_HANDOFF that explicitly captures the objective, non-objectives, repository policy constraints, and binary acceptance criteria. This validates required fields and ensures the process is documented before any commits.

What should I include in scope definition to prevent rework in engineering tasks?

Scope definition should include the objective, non-objectives, policy constraints, and binary acceptance criteria. Capturing these elements up front establishes verification gates and reduces misalignment and rework during implementation.

Can I use this ticket-first governance process for existing GitHub issues?

Yes, the governance process applies to both creating new and linking existing GitHub issues. You must reference the linked issue in all changes and ensure the formal handoff document captures required fields before implementation begins.

When do I need to apply verification gates during the development workflow?

Verification gates are applied after defining binary acceptance criteria and before implementation begins. You select and apply the required tests and checks to enforce quality and ensure deterministic verification of the defined scope.