Setting up a workflow with superplanning and fizzy

Senior Product Engineer, working in Ruby and Rails. Passionate about idea generation, creativity, and programming.
I curate the Short Ruby Newsletter.
I'm trying the /goal command in codex this weekend.
Here's the workflow I set up:
1. First, I used superplanning to create the initial plan. Then, using the fizzy cli skill, I created each task with all the details in fizzy.
2. The implementation approach is straightforward:
/goal Implement all the features for the newsletter from Fizzy cards that starts with `Feat: Newsletter/<N> - <Subject>`
Treat `<N>` as the card’s sequence/order. Work through the matching cards one by one, in ascending `<N>` order unless the card details clearly require a different dependency order.
For each card:
1. Open and read the full card details.
2. Move the card to `in progress` before starting implementation.
3. Implement only the requested change for that card.
4. Keep the diff small, scoped, and consistent with the repository’s existing patterns.
5. Verify the change with the appropriate tests, lint, or manual/manual checks.
6. If verified, move the card to `done`.
7. Start the next matching card only after the current card is done.
Follow `AGENTS.md`. Try to keep existing behavior unless the card explicitly asks to change it. Stop only if there is a real blocker, missing critical information, destructive risk, or an external dependency.
3. Of course, codex has superpowers-ruby installed to support this workflow.
Let's see where this will go.



