一键导入
dev-develop-story
Execute story development with selectable automation modes to accommodate different developer preferences, skill levels, and story complexity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Execute story development with selectable automation modes to accommodate different developer preferences, skill levels, and story complexity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Set up a Kord-aligned documentation baseline (no legacy frameworks)
Create Next Story Task methodology and workflow
Validate 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 | dev-develop-story |
| description | Execute story development with selectable automation modes to accommodate different developer preferences, skill levels, and story complexity. |
| agent | dev |
| subtask | false |
Execute story development with selectable automation modes to accommodate different developer preferences, skill levels, and story complexity. Catch and auto-fix code quality issues before marking a story as "Ready for Review".
Choose your execution mode:
Usage Modes: You can execute this skill in interactive mode (default), YOLO mode for autonomous execution, or pre-flight mode for comprehensive planning.
When working with stories, ALWAYS use the provided Kord templates:
.kord/templates/story.md.kord/checklists/checklist-story-dod.mddocs/kord/stories/{storyId}.md using the .kord/templates/story.md template.READY or IN_PROGRESS.DRAFT -> READY -> IN_PROGRESS -> REVIEW -> DONE.READY to IN_PROGRESS upon starting, and IN_PROGRESS to REVIEW upon completion.src/api/users.js (created)package.json (modified)src/legacy/old-api.js (deleted)users.test.js (passed, duration)[x] only if ALL validations pass..kord/checklists/checklist-story-dod.md.REVIEW..ai/decision-log-{story-id}.md (ADR format).File: .ai/decision-log-{story-id}.md
Format: ADR (Architecture Decision Record)
Sections:
Purpose: Catch and auto-fix code quality issues before moving story to REVIEW status.
Configuration: Light self-healing (max 2 iterations, CRITICAL issues only).
Execute AFTER all tasks are complete but BEFORE running the DOD checklist.
| Severity | Behavior | Notes |
|---|---|---|
| CRITICAL | Auto-fix (max 2 attempts) | Security vulnerabilities, breaking bugs |
| HIGH | Document in story Dev Notes | Recommend fix before QA |
| MEDIUM | Ignore | @qa will handle |
| LOW | Ignore | Nits, not blocking |
Decision Log: Story 6.1.2.6.2
- Generated: 2025-11-16T14:30:00.000Z
- Agent: dev
- Mode: Yolo (Autonomous Development)
- Story: docs/kord/stories/story-6.1.2.6.2.md
- Rollback: `git reset --hard abc123def456`
Context
- Story Implementation: 6.1.2.6.2
- Execution Time: 15m 30s
- Status: completed
- Files Modified: 5 files
- Tests Run: 8 tests
Decisions Made
- Decision 1: Use Axios for HTTP client
- Rationale: Better error handling, interceptor support.
- Alternatives: Fetch API, node-fetch.