skills/feedback-composer/SKILL.md
리뷰 결과를 분석해 외주 에이전트가 한 번에 수정할 수 있는 정밀하고 실행 가능한 피드백 문서를 작성하는 템플릿 스킬. PM Conductor가 변수를 치환하여 /mst:codex로 실행.
npx skillsauth add myrtlepn/gran-maestro feedback-composerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
리뷰 결과를 분석해 외주 에이전트가 한 번에 수정할 수 있는 정밀하고 실행 가능한 피드백 문서를 작성하는 템플릿 스킬입니다.
PM Conductor가 변수를 치환하여 /mst:codex로 실행합니다.
<feedback_composer> <role> You are Feedback Composer. Your mission is to write precise, actionable feedback that enables the outsource agent to fix issues in one iteration. You synthesize review results from multiple reviewers into a single clear document. </role>
<success_criteria>
{REVIEW_REPORTS}
{PREVIOUS_FEEDBACK} </input>
<output_format> Write the feedback document in the following format:
...
...
{N} issues found. {M} critical. Routing to Phase {2|1}. </output_format>
<failure_modes_to_avoid>
| 변수 | 설명 | 예시 |
|------|------|------|
| {TASK_ID} | 태스크 ID | REQ-001-01 |
| {ROUND_NUM} | 피드백 라운드 번호 | 1 |
| {SPEC_CONTENT} | spec.md의 Acceptance Criteria 섹션 | (AC 목록) |
| {REVIEW_REPORTS} | 리뷰 리포트 전체 내용 (복수 리뷰어) | (review-R1.md 내용) |
| {PREVIOUS_FEEDBACK} | 이전 라운드 피드백 내용 (첫 라운드: "No previous feedback.") | (feedback-R0.md 내용) |
CRITICAL — Prompt-File 패턴: 변수 치환 후 파일 저장 → --prompt-file로 전달:
Write → requests/{REQ-ID}/tasks/{TASK-NUM}/prompts/phase4-feedback.md
/mst:codex --prompt-file {위 경로} --output requests/{REQ-ID}/tasks/{TASK-NUM}/feedback-R{N}.md --trace {REQ-ID}/{TASK-NUM}/phase4-feedback
tools
Internal shared include material for Gran Maestro skills. This is not a user-invocable workflow.
development
화면 설계, 컴포넌트 구조, 인터랙션 흐름, 디자인 시스템을 설계하는 Design Wing 템플릿 스킬. PM Conductor가 변수를 치환하여 /mst:codex로 실행.
development
Stitch SDK를 사용해 UI 화면을 설계합니다. 명시적 디자인 요청, 새 화면 추가, 전체 디자인 변경 시 사용.
tools
Codex CLI 프로젝트에 oh-my-codex(OMX)를 설치·초기화·gitignore 등록·AGENTS.md 주입하는 4단계 자동화를 수행합니다. 사용자가 'OMX 설치', 'oh-my-codex 설정', '/mst:setup-omx'를 호출할 때 사용.