بنقرة واحدة
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.