diff --git a/Video10_The_second_feature_phase/prompts.md b/Video10_The_second_feature_phase/prompts.md index 239e3aa..29a946b 100644 --- a/Video10_The_second_feature_phase/prompts.md +++ b/Video10_The_second_feature_phase/prompts.md @@ -2,16 +2,41 @@ ## Prompt 1 -Our brand colors are orange and black. +Find the next phase on specs/roadmap.md and make a branch, ask me about the feature spec. +Create: + +A new directory YYYY-MM-DD-feature-name under specs for this feature work +In there: +plan.md as a series of numbered task groups. +requirements.md for the scope, decisions, context +validation.md for how to know the implementation succeeded and can be merged +Refer to specs/mission.md and specs/tech-stack.md for guidance. +Important: You must use your AskUserQuestion tool, grouped on these 3, before writing to disk. ## Prompt 2 -Use extracted props definitions with a TypeScript type instead of inline and re-run tests. +update specs to picoCSS ## Prompt 3 -Do a deep review: Spawn multiple subagents to go through all the changes on this branch from three different perspectives and see if anything doesn't make sense, could be better, etc. +Implement this feature ## Prompt 4 +Our brand colors are orange and black. + +## Prompt 5 + +commit the change + +## Prompt 6 + +Use extracted props definitions with a TypeScript type instead of inline and re-run tests. + +## Prompt 7 + +Do a deep review: Spawn multiple subagents to go through all the changes on this branch from three different perspectives and see if anything doesn't make sense, could be better, etc. + +## Prompt 8 + Use your changelog skill to update the changelog with work done on this branch.