Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 28 additions & 3 deletions Video10_The_second_feature_phase/prompts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.