I made a new open-source Hermes Agent skill set:
It’s called **Hermes Agent Idea Workflow**.
The goal is to handle the pre-build phase: turning rough ideas into structured design docs, implementation specs, and agent-ready build handoffs before a coding agent starts building.
The basic pipeline is:
rough idea
→ idea-workflow
→ design doc
→ implementation spec
→ agent build handoff
→ spec review
→ Superpowers for GPT
→ implementation planning
→ coding
→ review
→ verification
It includes:
- Lite mode for quick idea capture
- Full mode for serious app/product/tool ideas
- guided interview flow
- reusable question bank
- staged Markdown artifacts
- implementation handoff template
- spec review gate
- PASS / PASS WITH CHANGES / FAIL review model
- `GREENLIGHT NEXT STAGE` override phrase
- generic example handoffs
The idea is not to replace the build workflow. It feeds into one. In my case, the recommended next step is my Superpowers for GPT repo:
I’d love feedback from Hermes users on whether the handoff format is useful for real agent builds.