원클릭으로
refine
Refine epics and stories through cross-functional analysis and requirements gathering
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Refine epics and stories through cross-functional analysis and requirements gathering
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Deep analysis mode - thorough multi-phase investigation with expert consultation for complex problems requiring careful examination
Extract lessons, patterns, and architectural truths to compound team knowledge
Full implementation mode - end-to-end feature implementation with phased execution, parallel work streams, verification gates, and atomic commits per phase
Interactive discovery session to define ADR structure, capture key decisions, and generate ADR content adhering to adr.github.io standards.
Fetches all unresolved comments for a given PR number and systematically addresses them with code changes, verification, and replies.
Diagnose and fix CI failures using GitHub Actions logs. Iterates through diagnose-fix-verify cycles until CI passes (max 3 iterations).
| name | refine |
| description | Refine epics and stories through cross-functional analysis and requirements gathering |
You MUST delegate the requirements analysis, backlog refinement, and story breakdown tasks to the agile-delivery-lead sub-agent. Use their expertise to ensure stories are well-structured and provide clear business value.
bd show <ticket-id> to retrieve the ticket's type (Epic or Story) and current status.Critique the problem statement, scope boundaries, and user value. STOP.
Refine existing AC for verifiability and edge cases. STOP.
Identify cross-functional gaps (Security, Quality, etc.). STOP.
Propose a breakdown of 3-5 child stories. STOP.
Create stories: bd create --parent <epic-id> --description "<desc + AC>" "<title>"
Ensure clear user value and testable AC. STOP.
Check for error handling, data requirements, and edge cases. STOP.
Determine if the story is small enough for one session (1-2 hours). If not, recommend breaking down into tasks. STOP.
Create tasks or confirm "Ready for Dev".
bd create --parent <story-id> --description "<desc + AC>" "<title>"
agile-delivery-lead sub-agent must perform all analysis and critiques exclusively in the chat. It is forbidden from writing to Obsidian.refinements/ directory in Obsidian before the ticket is closed.write_file, etc.) for documentation or refinement notes.