[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-78242":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":9,"languages":9,"totalLinesOfCode":9,"stars":10,"forks":11,"watchers":12,"openIssues":13,"contributorsCount":13,"subscribersCount":13,"size":13,"stars1d":14,"stars7d":15,"stars30d":16,"stars90d":13,"forks30d":13,"starsTrendScore":17,"compositeScore":18,"rankGlobal":9,"rankLanguage":9,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":20,"topics":23,"createdAt":9,"pushedAt":9,"updatedAt":32,"readmeContent":33,"aiSummary":34,"trendingCount":13,"starSnapshotCount":13,"syncStatus":35,"lastSyncTime":36,"discoverSource":37},78242,"hermes-agent-idea-workflow","AkoliteZA\u002Fhermes-agent-idea-workflow","AkoliteZA","Pre-build idea-to-spec workflow skills for Hermes Agent: turn rough ideas into design docs, implementation specs, and Superpowers-ready build handoffs.",null,174,18,1,0,26,53,66,78,3.84,"MIT License",false,"main",true,[24,25,26,27,28,29,30,31],"ai-agents","chatgpt","coding-agents","developer-tools","hermes-agent","skills","superpowers","workflow","2026-06-12 02:03:46","# Hermes Agent Idea Workflow\n\n> Idea Workflow is the pre-build product\u002Fspec pipeline for Hermes Agent: it turns rough ideas into design docs, implementation specs, and agent-ready build handoffs.\n\nIdea Workflow is a public reusable Hermes Agent skill\u002Ftoolset for the idea-before-building phase. It helps an agent take a rough product, app, or tool idea and turn it into structured artifacts before coding starts.\n\nIt is not the coding or build execution system. It creates the source material that should feed a build workflow.\n\n## What It Is\n\nThis repository contains Hermes Agent skills for moving from vague idea to build-ready specification. The workflow separates product thinking from implementation thinking so an agent can capture the user's intent, clarify the experience, create a design document, produce an implementation spec, and package everything into a single handoff file another agent can build from.\n\nThe toolset helps an agent produce:\n\n1. Lite-mode quick idea note\n2. Full-mode staged idea package\n3. guided interview\u002Fquestions\n4. design document\n5. optional UI design brief\n6. implementation spec\n7. final single-file agent build handoff\n8. spec review gate\n9. explicit handoff into the Superpowers workflow\n\n## Where It Fits\n\n```text\nrough idea\n  -> idea-workflow\n  -> design doc\n  -> implementation spec\n  -> agent build handoff\n  -> spec review\n  -> Superpowers for GPT\n  -> implementation planning\n  -> coding\n  -> review\n  -> verification\n```\n\nThe recommended next step after this toolset is Superpowers for GPT:\n\nhttps:\u002F\u002Fgithub.com\u002FAkoliteZA\u002Fhermes-agent-supwerpowers-chatgpt\n\n## Why Use It\n\nIdea Workflow helps:\n\n- prevent vague prompts from becoming vague builds\n- capture product philosophy and UX intent\n- separate product thinking from implementation thinking\n- produce handoff files another agent can build from\n- create clearer inputs for Superpowers-style coding workflows\n\n## Modes\n\n### Lite Mode\n\nLite Mode is for quick idea capture: sketches, small utilities, early thoughts, or ideas that only need enough structure to revisit later.\n\nOutputs:\n\n```text\nideas\u002F\u003Cidea-slug>.md\nideas\u002Findex.md\n```\n\n### Full Mode\n\nFull Mode is for serious product, app, or tool ideas that may later be built by an AI coding agent.\n\nOutputs:\n\n```text\nideas\u002F\u003Cidea-slug>\u002F\n  README.md\n  00-idea-capture.md\n  01-design-doc.md\n  02-ui-design-brief.md\n  03-implementation-spec.md\n  04-agent-build-handoff.md\n  05-spec-review.md\n```\n\nIf the optional UI stage is skipped, preserve the simpler layout:\n\n```text\nideas\u002F\u003Cidea-slug>\u002F\n  README.md\n  00-idea-capture.md\n  01-design-doc.md\n  02-implementation-spec.md\n  03-agent-build-handoff.md\n  04-spec-review.md\n```\n\n## Included Skills\n\n- `idea-superpowers-suite`\n- `idea-to-design-doc`\n- `idea-to-ui-design-brief`\n- `idea-to-implementation-doc`\n\n## Key Features\n\n- Lite vs Full workflow\n- guided interview flow\n- reusable question bank\n- staged Markdown artifacts\n- optional Full-mode UI design brief\n- optional image-generation concept prompts\n- README\u002Fstatus index template\n- implementation handoff template\n- spec review gate\n- `PASS`, `PASS WITH CHANGES`, `FAIL` review model\n- user override phrase: `GREENLIGHT NEXT STAGE`\n- Superpowers-aligned build handoff\n- generic examples\n\n## Override Phrase\n\n```text\nGREENLIGHT NEXT STAGE\n```\n\nIf the user says this phrase, the agent should stop asking more product\u002Fspec questions and move to the next artifact, carrying unresolved issues into **Open Questions** or **Assumptions**.\n\n## Quick Start\n\nInstall the skills under your Hermes skills directory:\n\n```text\n~\u002F.hermes\u002Fskills\u002Fidea-workflow\u002F\n```\n\nManual install example:\n\n```bash\nmkdir -p ~\u002F.hermes\u002Fskills\u002Fidea-workflow\ncp -R idea-superpowers-suite idea-to-design-doc idea-to-ui-design-brief idea-to-implementation-doc ~\u002F.hermes\u002Fskills\u002Fidea-workflow\u002F\n```\n\nDepending on how Hermes is running, skill loading may require a new Hermes session.\n\nExample prompt for Full Mode:\n\n```text\nI have an idea for an app. Use idea-workflow in Full mode and help me turn it into a build-ready handoff.\n```\n\nExample prompt for Lite Mode:\n\n```text\nUse idea-workflow in Lite mode and just capture this idea.\n```\n\n## Relationship to Superpowers for GPT\n\nIdea Workflow creates the source material. Superpowers for GPT is the recommended execution system after the spec is ready.\n\nIn the Full Mode path, Idea Workflow should produce a single agent build handoff. If the optional UI stage is skipped, that file is:\n\n```text\n03-agent-build-handoff.md\n```\n\nIf the optional UI stage is used, the handoff becomes:\n\n```text\n04-agent-build-handoff.md\n```\n\nThe user can then feed that file into Superpowers for GPT to plan, split, implement, test, review, and verify the actual build.\n\nRecommended follow-up repository:\n\nhttps:\u002F\u002Fgithub.com\u002FAkoliteZA\u002Fhermes-agent-supwerpowers-chatgpt\n\n## Repository Layout\n\n```text\nidea-superpowers-suite\u002F\n  SKILL.md\n  references\u002F\n    example-automation-script-build-handoff.md\n    example-cli-tool-build-handoff.md\n    example-saas-web-app-build-handoff.md\n    interview-question-bank.md\n  templates\u002F\n    idea-package-readme-template.md\n\nidea-to-design-doc\u002F\n  SKILL.md\n\nidea-to-ui-design-brief\u002F\n  SKILL.md\n\nidea-to-implementation-doc\u002F\n  SKILL.md\n  templates\u002F\n    agent-build-handoff-template.md\n```\n\n## Status\n\nStatus: v1 feature complete \u002F beta - ready for real idea trials.\n\nThe workflow is structurally complete, but it still needs field testing against real ideas and real Hermes sessions.\n\nLatest updates:\n\n- v0.1.3 adds `idea-to-ui-design-brief`, an optional Full-mode UI stage for screen-level UI direction, optional image-generation concept prompts, post-build UI redesign loops, and updated artifact numbering when the UI stage is used.\n- v0.1.2 \u002F skill v1.1.0 adds recommend-then-confirm technical defaults across the workflow, including data location, platform targets, database\u002Fstorage, hosting\u002Fdeployment, app topology, auth\u002Fsecrets, and stack recommendations for build-ready handoffs.\n- `idea-superpowers-suite` v1.0.1 clarifies that the canonical agent handoff template lives at `idea-to-implementation-doc\u002Ftemplates\u002Fagent-build-handoff-template.md` and that the `idea-to-implementation-doc` skill should be loaded when creating `03-agent-build-handoff.md`.\n\n## Privacy Note\n\nThe examples in this repository are generic public examples. They are intentionally not based on private product plans.\n","Hermes Agent Idea Workflow 是一个将初步想法转化为详细设计文档、实施规范及构建交接文件的工具集。其核心功能包括提供轻量级和完整模式的工作流程，通过引导式访谈生成结构化的产品构思，创建设计文档、可选的UI设计简报、实施规范，并最终打包成一个可用于构建的手册文件。此项目特别适合在软件开发或产品设计初期阶段使用，帮助团队明确需求、细化设计思路，确保后续编码工作的顺利进行。采用MIT许可证发布，已有109个Star和14个Fork，表明其在AI助手与开发者工具领域受到一定关注。",2,"2026-06-11 03:56:38","CREATED_QUERY"]