feat: add task type distinction (story vs task) in PRD conversion skills#121
feat: add task type distinction (story vs task) in PRD conversion skills#121carmandale wants to merge 1 commit intosubsy:mainfrom
Conversation
…lls (subsy#88) Update ralph-tui-create-beads and ralph-tui-create-json skills to support proper type distinction between user stories and technical tasks: ## Changes ### ralph-tui-create-beads - Add --type=story for user stories (US-xxx) - Add --type=task for functional requirements (FR-xxx → T-xxx) - Update conversion rules with FR-xxx to T-xxx mapping - Update example to show both story and task types - Update labels: stories get 'ralph,story', tasks get 'ralph,task' ### ralph-tui-create-json - Add optional 'type' field: 'story' or 'task' - Add T-xxx ID format for technical tasks - Update conversion rules for type handling - Document type mapping table ## Benefits - Semantic correctness: technical tasks aren't forced into 'user story' format - Better filtering: filter beads by type - Leverages existing beads issue_type capability - Backwards compatible: type field is optional Closes subsy#88
|
@carmandale is attempting to deploy a commit to the plgeek Team on Vercel. A member of the Team first needs to authorize it. |
WalkthroughDocumentation updates to two PRD conversion skills introduce explicit type distinctions between user stories (US-xxx) and technical tasks (T-xxx/FR-xxx), adding comprehensive guidance on type-specific creation, mapping rules, acceptance criteria, and labelling conventions with updated examples throughout. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@carmandale this looks to be attempting the same as #95 - worth following along there and reviewing the comments |
|
Closing as no longer seeing the need for this |
Summary
Updates the bundled PRD conversion skills to properly distinguish between user stories and technical tasks, fixing the semantic mismatch where technical work was forced into "user story" format.
Changes
ralph-tui-create-beads
--type=storyfor user stories (US-xxx)--type=taskfor functional requirements (FR-xxx → T-xxx)ralph,story, tasks getralph,taskralph-tui-create-json
typefield:"story"or"task"Benefits
issue_typetypefield is optionalExample
Before:
After:
Closes #88
Summary by CodeRabbit
Release Notes
✏️ Tip: You can customize this high-level summary in your review settings.