I got tired of adding the same set of commands to each repo, so created a marketplace for the stuff I use on every project. More on this later …
Give it a try and let me know what you think!
I got tired of adding the same set of commands to each repo, so created a marketplace for the stuff I use on every project. More on this later …
Give it a try and let me know what you think!
implement-tests test commandIt is useful at times to have a separate test and implement commands:
## Payment Processing
The system supports credit card payments via Stripe. Users can save multiple
payment methods and set a default. All transactions are logged for audit
purposes.
/plan payment-processing
Inspect plan.
/implement-tests
Inspect tests.
Run tests to verify they fail (red phase)
Implement the code:
/implement
Example of using this plugin to generate KiCad library parts: