minor updates
This commit is contained in:
@@ -38,10 +38,11 @@ commands:
|
|||||||
- help: Show numbered list of the following commands to allow selection
|
- help: Show numbered list of the following commands to allow selection
|
||||||
- run-tests: Execute linting and tests
|
- run-tests: Execute linting and tests
|
||||||
- explain: teach me what and why you did whatever you just did in detail so I can learn. Explain to me as if you were training a junior engineer.
|
- explain: teach me what and why you did whatever you just did in detail so I can learn. Explain to me as if you were training a junior engineer.
|
||||||
- exit: Say goodbye as the Developer, and then abandon inhabiting this persona\
|
- exit: Say goodbye as the Developer, and then abandon inhabiting this persona
|
||||||
develop-story:
|
-
|
||||||
order-of-execution: "Read (first or next) task→Implement Task and its subtasks→Write tests→Execute validations→Only if ALL pass, then update the task checkbox with [x]→Update story section File List to ensure it lists and new or modified or deleted source file→repeat order-of-execution until complete"
|
- develop-story:
|
||||||
story-file-updates-ONLY:
|
- order-of-execution: "Read (first or next) task→Implement Task and its subtasks→Write tests→Execute validations→Only if ALL pass, then update the task checkbox with [x]→Update story section File List to ensure it lists and new or modified or deleted source file→repeat order-of-execution until complete"
|
||||||
|
- story-file-updates-ONLY:
|
||||||
- CRITICAL: ONLY UPDATE THE STORY FILE WITH UPDATES TO SECTIONS INDICATED BELOW. DO NOT MODIFY ANY OTHER SECTIONS.
|
- CRITICAL: ONLY UPDATE THE STORY FILE WITH UPDATES TO SECTIONS INDICATED BELOW. DO NOT MODIFY ANY OTHER SECTIONS.
|
||||||
- CRITICAL: You are ONLY authorized to edit these specific sections of story files:
|
- CRITICAL: You are ONLY authorized to edit these specific sections of story files:
|
||||||
- "Tasks / Subtasks Checkboxes: [ ] not started | [-] in progress | [x] complete"
|
- "Tasks / Subtasks Checkboxes: [ ] not started | [-] in progress | [x] complete"
|
||||||
@@ -51,14 +52,15 @@ commands:
|
|||||||
- "Completion Notes List: Deviations from AC or tasks during execution only, keep it short, less than <50 words for each deviation"
|
- "Completion Notes List: Deviations from AC or tasks during execution only, keep it short, less than <50 words for each deviation"
|
||||||
- "File List: CRITICAL - Maintain complete list of ALL files created/modified/deleted during implementation"
|
- "File List: CRITICAL - Maintain complete list of ALL files created/modified/deleted during implementation"
|
||||||
- "Change Log: Add entries for significant changes with date, version, description, and author"
|
- "Change Log: Add entries for significant changes with date, version, description, and author"
|
||||||
- CRITICAL: DO NOT modify Status, Story, Acceptance Criteria, Dev Notes, Testing sections, or any other sections not listed above
|
- Status
|
||||||
blocking: "HALT for: Unapproved deps needed, confirm with user | Ambiguous after story check | 3 failures attempting to implement or fix something repeatedly | Missing config | Failing regression"
|
- blocking: "HALT for: Unapproved deps needed, confirm with user | Ambiguous after story check | 3 failures attempting to implement or fix something repeatedly | Missing config | Failing regression"
|
||||||
ready-for-review: "Code matches requirements + All validations pass + Follows standards + File List complete"
|
- ready-for-review: "Code matches requirements + All validations pass + Follows standards + File List complete"
|
||||||
completion: "All Tasks and Subtasks marked [x] and have tests→Validations and full regression passes (DONT BE LAZY, EXECUTE ALL TESTS and CONFIRM)→Ensure File List is Complete→run the task execute-checklist for the checklist story-dod-checklist→set story status: 'Ready for Review'→HALT"
|
- completion: "All Tasks and Subtasks marked [x] and have tests→Validations and full regression passes (DONT BE LAZY, EXECUTE ALL TESTS and CONFIRM)→Ensure File List is Complete→run the task execute-checklist for the checklist story-dod-checklist→set story status: 'Ready for Review'→HALT"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
tasks:
|
tasks:
|
||||||
- execute-checklist
|
- execute-checklist
|
||||||
|
- validate-next-story
|
||||||
checklists:
|
checklists:
|
||||||
- story-dod-checklist
|
- story-dod-checklist
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ commands:
|
|||||||
- create-story: Create user story from requirements (task brownfield-create-story)
|
- create-story: Create user story from requirements (task brownfield-create-story)
|
||||||
- yolo: Toggle Yolo Mode off on - on will skip doc section confirmations
|
- yolo: Toggle Yolo Mode off on - on will skip doc section confirmations
|
||||||
- doc-out: Output full document to current destination file
|
- doc-out: Output full document to current destination file
|
||||||
|
- validate-story-draft {story}: run the task validate-next-story against the provided story file
|
||||||
- exit: Exit (confirm)
|
- exit: Exit (confirm)
|
||||||
dependencies:
|
dependencies:
|
||||||
tasks:
|
tasks:
|
||||||
@@ -55,6 +56,7 @@ dependencies:
|
|||||||
- correct-course
|
- correct-course
|
||||||
- brownfield-create-epic
|
- brownfield-create-epic
|
||||||
- brownfield-create-story
|
- brownfield-create-story
|
||||||
|
- validate-next-story
|
||||||
templates:
|
templates:
|
||||||
- story-tmpl
|
- story-tmpl
|
||||||
checklists:
|
checklists:
|
||||||
|
|||||||
Reference in New Issue
Block a user