round-main-control

트리거: Main 스레드에서 라운드 승인/보류 판단, 다음 handoff 1건 확정, Main->Executor 릴레이 생성이 필요할 때 사용. 비트리거: 코드 구현/테스트 실행이 필요한 실행 작업에는 사용하지 않는다.

16 stars

Best use case

round-main-control is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

트리거: Main 스레드에서 라운드 승인/보류 판단, 다음 handoff 1건 확정, Main->Executor 릴레이 생성이 필요할 때 사용. 비트리거: 코드 구현/테스트 실행이 필요한 실행 작업에는 사용하지 않는다.

Teams using round-main-control should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/round-main-control/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/data-ai/round-main-control/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/round-main-control/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How round-main-control Compares

Feature / Agentround-main-controlStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

트리거: Main 스레드에서 라운드 승인/보류 판단, 다음 handoff 1건 확정, Main->Executor 릴레이 생성이 필요할 때 사용. 비트리거: 코드 구현/테스트 실행이 필요한 실행 작업에는 사용하지 않는다.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# round-main-control

## 목적
- Main 스레드의 판단 품질을 고정한다.
- result/review/relay/TASK_BOARD/PROJECT_OVERVIEW/CURRENT_STATUS 간 불일치를 라운드마다 점검한다.
- 다음 라운드 handoff와 Main->Executor 릴레이를 누락 없이 1건 생성한다.

## 입력
- 대상 라운드 번호: `H-00N`
- 필수 문서:
  - `docs/PROJECT_OVERVIEW.md`
  - `coordination/TASK_BOARD.md`
  - `coordination/DECISIONS.md`
  - `coordination/REPORTS/CURRENT_STATUS_*.md`
  - `coordination/REPORTS/H-00N-result.md`
  - `coordination/REPORTS/H-00N-review.md`
  - `coordination/RELAYS/H-00N-review-to-main.md` (있으면 필수 반영)

## 수행 절차
1. 아래 체크리스트로 상태 불일치를 점검한다.
   - handoff 목표와 result 실제 변경이 일치하는가?
   - result 테스트 게이트와 review 판단이 충돌하지 않는가?
   - TASK_BOARD 현재 우선순위와 다음 handoff 제안이 정합적인가?
   - CURRENT_STATUS와 DECISIONS에 신규 정책 반영 누락이 없는가?
2. 현재 라운드 판단을 `승인/보류 + 근거` 형태로 작성한다.
   - 근거는 반드시 파일명 기준으로 남긴다.
3. 다음 handoff를 반드시 1건 생성/고정한다.
4. 문서 갱신 항목(`TASK_BOARD`, `DECISIONS`, `CURRENT_STATUS` 등)을 작성한다.
5. 다음 라운드 시작용 Main->Executor 릴레이 파일을 생성한다.
   - 경로: `coordination/RELAYS/H-00N-main-to-executor.md`
   - 템플릿: `coordination/RELAYS/TEMPLATE-main-to-executor.md`
6. Main 산출물 작성이 끝나면 운영 문서 변경분을 커밋/푸시한다.
   - 커밋 범위: `coordination/`, `docs/`, `.agents/`
   - 코드/설정 파일은 커밋 금지

## 금지 사항
- 코드 수정/코드 병합 금지
- 구현 세부 리뷰를 Main에서 대체 수행 금지(Review 근거 중심으로 판단)

## 표준 출력/파일 산출 규칙
- 텍스트 출력은 반드시 아래 3개만 작성한다.
  1. 현재 라운드 판단(승인/보류 + 근거 파일명)
  2. 다음 handoff 지시문 1건(여기에 Main->Executor 릴레이 생성 경로/핵심 내용 포함)
  3. 필요한 문서 갱신 항목
- 파일 산출:
  - `coordination/RELAYS/H-00N-main-to-executor.md`를 반드시 생성/갱신한다.

Related Skills

aposd-maintaining-design-quality

16
from diegosouzapw/awesome-omni-skill

Enforce strategic programming discipline when modifying existing code. Guide through STOP-ASK-DECIDE-VERIFY workflow with urgency tier assessment (trivial/minor/standard/emergency). Include when NOT to refactor (Chesterton's Fence, performance-critical, no tests) and block tactical shortcuts via anti-rationalization tables. Use when fixing bugs, extending features, or tempted to make quick fixes. Triggers on: modify code, fix bug, extend feature, quick fix, tactical change.

afk-maintainer

16
from diegosouzapw/awesome-omni-skill

Governance skill for the AFK framework. Enforces coding principles, DX-first design, extensibility patterns, production safety, and library quality standards across every contribution. Use this skill when reviewing PRs, triaging issues,planning releases, or making architectural decisions for AFK.

access-control-rbac

16
from diegosouzapw/awesome-omni-skill

Implement Role-Based Access Control (RBAC), permissions management, and authorization policies. Use when building secure access control systems with fine-grained permissions.

ac-master-controller

16
from diegosouzapw/awesome-omni-skill

Master controller for complete autonomous operation. Use when starting full autonomous projects, managing end-to-end workflow, controlling autonomous lifecycle, or running complete implementations.

moai-domain-uiux

16
from diegosouzapw/awesome-omni-skill

Domain UI/UX Expert - Enterprise design systems, component architecture, accessibility, icons, and theming integration

hig-components-controls

16
from diegosouzapw/awesome-omni-skill

Apple HIG guidance for selection and input controls including pickers, toggles, sliders, steppers, segmented controls, combo boxes, text fields, text views, labels, token fields, virtual...

compose-ui-control

16
from diegosouzapw/awesome-omni-skill

Control a running Compose Desktop application via HTTP. Use when you need to interact with UI elements, click buttons, enter text, wait for elements to appear, or capture screenshots in a Compose Desktop app that has compose-ui-test-server enabled.

access-control-matrix

16
from diegosouzapw/awesome-omni-skill

Design RBAC/ABAC policies and permission boundaries.

using-skillpack-maintenance

16
from diegosouzapw/awesome-omni-skill

Use when maintaining, enhancing, or modifying existing Claude Code plugins - handles skills, commands, agents, hooks, and reference sheets through systematic domain analysis, structure review, behavioral testing, and quality improvements

u09955-decision-journal-maintenance-for-accessibility-services

16
from diegosouzapw/awesome-omni-skill

Operate the "Decision Journal Maintenance for accessibility services" capability in production for accessibility services workflows. Use when mission execution explicitly requires this capability and outcomes must be reproducible, policy-gated, and handoff-ready.

project-domain

16
from diegosouzapw/awesome-omni-skill

Capture subject matter expertise and domain knowledge that will inform all product decisions - the ubiquitous language, domain rules, and principles from the field

maintainx-automation

16
from diegosouzapw/awesome-omni-skill

Automate Maintainx tasks via Rube MCP (Composio). Always search tools first for current schemas.