Recommended Workflow
The prompts in this library are designed to be complementary and can be used together in a logical sequence. Here is a recommended workflow for taking a new or unmaintained project to a production-ready state.
Audit the Repository
Start by conducting a comprehensive audit to get a deep understanding of the project's current state. This will inform all subsequent steps.
Harden the Repository
Set up a modern CI/CD pipeline, testing infrastructure, and other best practices to create a solid foundation for development.
Fix and Refine
Address any bugs, technical debt, or architectural issues discovered during the audit. This step focuses on making the codebase robust and reliable.
Perform Ongoing Maintenance
Continuously improve the project by fixing flaky tests, improving coverage, and making small, high-impact feature enhancements.