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.

1

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.

2

Harden the Repository

Set up a modern CI/CD pipeline, testing infrastructure, and other best practices to create a solid foundation for development.

3

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.

4

Perform Ongoing Maintenance

Continuously improve the project by fixing flaky tests, improving coverage, and making small, high-impact feature enhancements.