About me
My School life
actually,boring nothing attract a lot.
The Plan
English,Coding,Earning get well
Step 1: Recite everyday
Start with Shanbei
Ask me one question at a time so we can develop a thorough, step-by-step spec for this idea. Each question should build on my previous answers, and our end goal is to have a detailed specification I can hand off to a developer. Let's do this iteratively and dig into every relevant detail. Remember, only one question at a time.
Here's the idea: <Your Idea>
After the brainstorming concludes, ask for a comprehensive spec:
Now that we've wrapped up the brainstorming process, can you compile our findings into a comprehensive, developer-ready specification? Include all relevant requirements, architecture choices, data handling details, error handling strategies, and a testing plan.
Save this as spec.md in your repo. This spec can be used for multiple purposes:
- Code generation
- Idea validation
- White paper generation
- Business model creation
- Deep research foundation
Step 2: Practicing
Practicing than thinking,I always do less and loss many chances to get it. So,fuck anything you hate. Try to do some items,add in my blog
Draft a detailed, step-by-step blueprint for building this project. Break it down into small, iterative chunks that build on each other. Make sure the steps are small enough to be implemented safely with strong testing, but big enough to move the project forward.
The output should provide a series of prompts for a code-generation LLM that will implement each step in a test-driven manner. Prioritize best practices, incremental progress, and early testing.
Make sure each prompt builds on previous ones and ends with proper integration. No orphaned code!
For Regular Development:
Draft a detailed, step-by-step blueprint for building this project. Break it down into small, iterative chunks that build on each other. Make sure the steps are small enough to be implemented safely but big enough to move the project forward.
The output should provide a series of prompts for a code-generation LLM that will implement each step. Prioritize best practices and incremental progress.
Make sure each prompt builds on previous ones and ends with proper integration. No orphaned code!
Save the resulting plan as prompt_plan.md and generate a todo.md checklist to track progress.
Time management
Put things in the most efficient way.
Why This Works
This approach provides several benefits:
- Clear documentation from the start
- Well-structured development plan
- Manageable, testable steps
- Consistent progress tracking
- Reduced complexity in each development phase
Remember: The key is in the iterative nature of the process. Each step builds on the previous one, ensuring that you're always moving forward with a clear understanding of what needs to be done next.