New Feature: From Idea to PR
New Feature: From Idea to PR
ClaudeChatGPTGemini
Health
0/100
β² 6
π 44 copies
Trigger Phrase
Run the feature workflow
Prompt
133 wordsThis workflow pack takes a feature idea through discovery, spec, implementation plan, and PR description.
Step 1 β Discovery
Prompt: You are a product manager. Given this feature idea: [IDEA]. Ask me 5 clarifying questions that would change how you'd build it. After my answers, write a one-paragraph problem statement.
Step 2 β Spec
Prompt: Write a concise feature spec for: [PROBLEM STATEMENT]. Include: goal, non-goals, user stories (max 3), success metrics, and open questions.
Step 3 β Implementation Plan
Prompt: You are a senior engineer. Break this spec into implementation tasks: [SPEC]. Order them by dependency. Flag any task likely to take more than 2 days β those need to be broken down further.
Step 4 β PR Description
Prompt: Write a pull request description for: [SUMMARY OF CHANGES]. Include: what changed and why, how to test it, screenshots placeholder, and any migration steps.
Step 1 β Discovery
Prompt: You are a product manager. Given this feature idea: [IDEA]. Ask me 5 clarifying questions that would change how you'd build it. After my answers, write a one-paragraph problem statement.
Step 2 β Spec
Prompt: Write a concise feature spec for: [PROBLEM STATEMENT]. Include: goal, non-goals, user stories (max 3), success metrics, and open questions.
Step 3 β Implementation Plan
Prompt: You are a senior engineer. Break this spec into implementation tasks: [SPEC]. Order them by dependency. Flag any task likely to take more than 2 days β those need to be broken down further.
Step 4 β PR Description
Prompt: Write a pull request description for: [SUMMARY OF CHANGES]. Include: what changed and why, how to test it, screenshots placeholder, and any migration steps.
Install Instructions
Run each step in sequence in a new conversation. Copy the output of each step as input to the next. Takes about 20 minutes end to end.
Test It
Test command:
Run Step 1 with the idea: 'add dark mode to the dashboard'
Expected output:
Step 1 should return 5 specific, non-obvious questions about the feature
Pass criteria:
- Questions address trade-offs, not just requirements. At least one question challenges the assumption.
β οΈ Guardrails
- Do not skip steps. Each step's output is the input to the next.
