بنقرة واحدة
validate-next-story
Validate Next Story Task methodology and workflow
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Validate Next Story Task methodology and workflow
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Execute story development with selectable automation modes to accommodate different developer preferences, skill levels, and story complexity.
Set up a Kord-aligned documentation baseline (no legacy frameworks)
Create Next Story Task methodology and workflow
advanced-elicitation methodology and workflow
No checklists needed - this task facilitates brainstorming sessions, validation is through user interaction methodology and workflow
Analyze Brownfield Project methodology and workflow
| name | validate-next-story |
| description | Validate Next Story Task methodology and workflow |
| agent | sm |
| subtask | false |
| template | checklist-story-draft.md |
To comprehensively validate a story draft before implementation begins, ensuring it is complete, accurate, and provides sufficient context for successful development. This task identifies issues and gaps that need to be addressed, preventing hallucinations and ensuring implementation readiness.
Choose your execution mode:
The story must follow these status transitions:
DRAFT: Initial creation phase.READY: After validation (this skill changes status DRAFT -> READY on GO).IN_PROGRESS: Currently being worked on by a developer.REVIEW: Development complete, pending QA gate.DONE: QA passed, merged, and fully accepted..kord/instructions/..kord/templates/ and .kord/checklists/ (e.g. .kord/checklists/checklist-story-draft.md)..kord/templates/story.md and extract all section headings.{{EpicNum}}, {{role}}, _TBD_).executor and quality_gate must be present and not empty.executor != quality_gate. An agent cannot be their own quality gate.@dev (QA by @architect)@data-engineer (QA by @dev)@ux-design-expert (QA by @dev)@architect (QA by @pm)Provide a structured validation report including:
Validation Report
- Story: <epic.story>
- Status: GO | NO-GO
Template Compliance
- Missing sections: <list>
- Placeholders left: <list>
Critical Issues (Must Fix - Story Blocked)
- <list of essential missing info, inaccurate claims>
Should-Fix Issues (Important Quality Improvements)
- <list of unclear guidance, sequencing problems>
Anti-Hallucination Findings
- <list of unverifiable claims, missing references>
Implementation Readiness
- Score: X/10
- Confidence: High/Medium/Low
READY. Expected next command: develop <story-id>DRAFT.executor == quality_gate.