| name | edit-backlog-item |
| description | Use this skill when creating or editing issues on Github or when asked to write user-stories or record bugs. |
Edit Backlog Item
Use this skill to create or edit issues on the Github repository for the project. You should use this skill also when asked to write or edit user stories or bugs.
Managing user stories
- User stories follow the template described in ./templates/user-story.md
- Tasks in user stories should add value towards the goal. When you need to complete multiple tasks to get a concrete runnable result, it should be one task on the list instead of separate tasks.
- Important: You must adhere to the provided template.
Managing bugs
- User stories follow the template described in ./templates/user-story.md
- Tasks in user stories should add value towards the goal. When you need to complete multiple tasks to get a concrete runnable result, it should be one task on the list instead of separate tasks.
- Important: You must adhere to the provided template.
Recording user stories and bugs
- Important: record user stories and bugs in the GitHub repository associated with the codebase!
- Use the label
kind:bugfor recording bugs on GitHub. - Use the label
kind:storyfor recording user stories on GitHub.