[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-82055":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":9,"pushedAt":9,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":15,"starSnapshotCount":15,"syncStatus":29,"lastSyncTime":30,"discoverSource":31},82055,"reasonix-skill-powers","liu5540\u002Freasonix-skill-powers","liu5540","superpowers for reasonix",null,"TypeScript",47,3,21,1,0,11,20,23,33,1.81,"MIT License",false,"main",true,[],"2026-06-12 02:04:22","# reasonix-skill-powers\n\n面向 Reasonix 的技能集合，受 [superpowers-zh](https:\u002F\u002Fgithub.com\u002FjnMetaCode\u002Fsuperpowers-zh) 启发，简化后适配到 Reasonix 子代理工作流。\n\n## 这是什么\n\n一个纯技能文档仓库，没有代码、没有构建系统、没有依赖。\n\n每个技能都是一组提示词模板和工作流规范，存放在 `skills\u002F\u003Cskill-name>\u002FSKILL.md` 中。Reasonix 通过技能名称自动加载对应内容。\n\n## 参考与简化\n\n- **参考：** superpowers-zh（收集 AI 编程的提示词与技巧）\n- **简化：** 只保留 SKILL.md 主文件，去掉复杂目录结构；统一用中文；适配 Reasonix 的子代理调用格式（YAML frontmatter + `runAs: subagent`）。\n\n## 目录结构\n\n```\nskills\u002F\n  \u003Cskill-name>\u002F\n    SKILL.md              # 主文档（必需）\n    supporting-file.*     # 仅在需要时\n```\n\n## 使用方式\n\n1. 将本仓库克隆到本地\n2. 在项目中使用 ,将skills 复制到 `.reasonix\u002Fskills`\n3. \u002Fskill use-superpowers 加载 `superpowers` 到提示词\n4. \u002Fskill brainstorming xxxx 时, 包含了 `审核` 之类的提示词会跳过计划编写，直接执行操作\n\n## 技能列表\n\n本仓库包含以下核心技能：\n\n- **use-superpowers** - 执行经典 superpowers 7 步标准工作流\n- 更多技能见 `skills\u002F` 目录\n\n### 使用示例\n\n```\n# 加载 use-superpowers 技能，执行 7 步标准工作流\n\u002Fskill use-superpowers\n```\n\n## 标准工作流（7 步）\n\n严格遵循 superpowers 官方 7 步流程，每一步对应本仓库技能：\n\n| 步骤 | 技能 | 说明 |\n|------|------|------|\n| 1. **理解需求** | `brainstorming` | 澄清需求边界和验收标准，不确定的地方必须提问 |\n| 2. **探索仓库** | （内置 `explore` 子代理） | 定位相关文件，理解架构和实现模式 |\n| 3. **拆分任务** | `brainstorming` | 将大任务拆分为可独立实现的小任务单元 |\n| 4. **编写计划** | `writing-plans` | 按依赖顺序列出每个任务的具体实现步骤 |\n| 5. **执行实现** | `subagent-driven-development` + `implement` + `test-driven-development` | 使用子代理逐个分派任务，TDD 开发，一次一个不并行 |\n| 6. **验证调试** | `verification-before-completion` + `systematic-debugging` + `flow-review` | 运行测试验证功能，系统调试问题，两轮审查（规格合规 + 代码质量） |\n| 7. **提交准备** | `finishing-a-development-branch` + `chinese-commit-conventions` | 整理提交信息，准备代码审查 |\n\n### 例外情况\n\n两种小情况无需完整执行 7 步：\n\n1. **单行\u002F文档级修改**：直接修改 + 验证 + 提交，跳过拆分\u002F计划\u002F子代理分派\n2. **已有问题调试**：从第 6 步开始直接使用 `systematic-debugging`\n\n## 许可证\n\nMIT License\n\n```\nMIT License\n\nCopyright (c) 2025 liu5540\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and\u002For sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","reasonix-skill-powers 是一个面向 Reasonix 的技能集合，旨在通过一系列提示词模板和工作流规范增强其子代理功能。该项目采用纯文档形式，每个技能都存储在 `skills\u002F\u003Cskill-name>\u002FSKILL.md` 文件中，无需额外代码或构建系统。核心功能包括经典的 superpowers 7 步标准工作流，如需求理解、任务拆分、计划编写、实现与验证等，特别适合于需要结构化开发流程的场景，能够帮助开发者高效地进行项目管理和代码实现。此外，项目简化了目录结构并统一使用中文，使得用户可以更便捷地应用这些技能到自己的 Reasonix 项目中。",2,"2026-06-11 04:07:35","CREATED_QUERY"]