From d6413894910b486128df08fb23a4461908f22279 Mon Sep 17 00:00:00 2001 From: aravinda_gn Date: Wed, 22 Jul 2026 10:16:45 +0200 Subject: [PATCH 1/2] Update prompts.md --- Video10_The_second_feature_phase/prompts.md | 28 ++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/Video10_The_second_feature_phase/prompts.md b/Video10_The_second_feature_phase/prompts.md index 239e3aa..77a84e7 100644 --- a/Video10_The_second_feature_phase/prompts.md +++ b/Video10_The_second_feature_phase/prompts.md @@ -2,16 +2,38 @@ ## 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 + +Use extracted props definitions with a TypeScript type instead of inline and re-run tests. + +## Prompt 6 + +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 7 + Use your changelog skill to update the changelog with work done on this branch. From 1b4edcb412e13ab19a9cb966aea9108e37ecfe6a Mon Sep 17 00:00:00 2001 From: aravinda_gn Date: Wed, 22 Jul 2026 10:44:10 +0200 Subject: [PATCH 2/2] Add missing prompts in Video10 --- Video10_The_second_feature_phase/prompts.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Video10_The_second_feature_phase/prompts.md b/Video10_The_second_feature_phase/prompts.md index 77a84e7..29a946b 100644 --- a/Video10_The_second_feature_phase/prompts.md +++ b/Video10_The_second_feature_phase/prompts.md @@ -11,7 +11,6 @@ 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 @@ -28,12 +27,16 @@ Our brand colors are orange and black. ## Prompt 5 -Use extracted props definitions with a TypeScript type instead of inline and re-run tests. +commit the change ## Prompt 6 -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. +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.