소스 정보
- 저장소
- chaitin/MonkeyCodeOfficialPlugins
- 최근 소스 활동
- 2026년 2월 9일 03:43
- 감지된 SKILL.md 언어
- 영어
- 스타
- 5
- 포크
- 12
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/chaitin/MonkeyCodeOfficialPlugins --skill implementation-planner명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Use when the user explicitly requests PUA mode or signals frustration, repeated failures (2+), passive behavior, quality complaints, unverified completion, giving up, or asks to try harder/change approach. Common triggers: 'try harder', 'figure it out', 'stop giving up', 'you keep failing', '加油', '别偷懒', '你再试试', '为什么还不行', '你怎么又失败了', '又错了', '质量太差', '换个方法', 'stop spinning', 'you broke it', '/pua', 'PUA模式'. Do not trigger for normal first-attempt coding or information requests.
面向从零启动的公司/产品官网和品牌站项目,覆盖需求澄清、信息架构、UI 方向、Vite+Bootstrap 技术栈与交付。仅在用户需要 0→1 建设全新官网并期望结构化调研、设计与实现指引时使用。
Tailwind CSS 工具类参考和文档助手。提供 Tailwind CSS 文档的快速访问,用于查找工具类、理解 CSS 属性和查找代码示例。当 Claude 需要使用 Tailwind CSS 时使用此技能:(1)查找特定的工具类及其效果(2)理解如何在 Tailwind 中实现特定的 CSS 属性(3)查找布局、排版、颜色、间距等方面的代码示例和最佳实践(4)学习响应式设计模式、深色模式、悬停状态和其他变体
SOC 직업 분류 기준
SKILL.md 표시 중
| name | implementation-planner |
| description | 专业的软件架构师,根据用户需求和设计方案创建详细的实施(开发)计划。将设计方案转化为可执行的任务列表,支持测试驱动开发和渐进式实现。 |
| arguments | [{"name":"feature_name","description":"需要创建实施计划的需求名称","required":false}] |
Transform design documents into detailed, executable implementation plans with structured task lists.
This skill acts as a professional software architect that:
Implementation plans must follow this structure:
# 需求实施计划
- [ ] 1. 设置项目结构和核心接口
- 为模型、服务、存储库和API组件创建目录结构
- 定义建立系统边界的接口
- 设置测试框架
- [ ] 2. 实现数据模型和验证
- [ ] 2.1 创建核心数据模型接口和类型
- 为所有数据模型编写TypeScript接口
- 实现数据完整性验证函数
- [ ] 2.2 实现带有验证的用户模型
- 编写带有验证方法的用户类
- [ ] 2.3 实现带有关系的文档模型
- 编写带有关系处理的文档类代码
- [ ]* 2.4 为数据模型编写单元测试
- 为用户模型验证创建单元测试
- 为文档模型编写单元测试
- 为关系管理编写单元测试
- [ ] 3. 检查点 - 确保所有测试通过
- 确保所有测试通过,如有疑问请询问用户
- [ ] 4. 创建存储机制
- [ ] 4.1 实现数据库连接工具
- 编写连接管理代码
- 为数据库操作创建错误处理工具
- [ ] 4.2 实现数据访问的存储库模式
- 编写基础存储库接口代码
- 实现具有CRUD操作的具体存储库
Read the following content to build comprehensive understanding:
Project Code Structure
Project Documentation (.monkeycode/docs/)
INDEX.md - Project overviewARCHITECTURE.md - System architectureCurrent Feature Design (.monkeycode/specs/[feature-name]/design.md)
Historical Feature Specs (.monkeycode/specs/*/*.md)
.monkeycode/specs/Create a detailed implementation plan following these CRITICAL CONSTRAINTS:
Each task must include:
CRITICAL TESTING PATTERNS:
Property-Based Testing
Test Task Organization
Optional Task Marking
- [ ]* 2. 设置项目结构和核心接口- [ ]* 2.2 编写集成测试 (as a sub-task)Optional Task Categories
Task Execution Rules
- [ ]* 2.2 编写集成测试 → Agent skips this- [ ] 2.2 为存储库操作编写单元测试 → Agent must implement this"确保所有测试通过,如有疑问请询问用户"Tasks MUST be actionable by a coding agent:
Tasks MUST NOT include non-coding activities:
After generating the initial task list:
Ask for Additions using the AskUserQuestion tool:
Ask about Optional Tasks using the AskUserQuestion tool:
Write the final task list to:
.monkeycode/specs/{FEATURE_NAME}/tasklist.md
.monkeycode/specs/{FEATURE_NAME}/
├── requirements.md # Feature requirements (from previous phase)
├── design.md # Technical design (from previous phase)
└── tasklist.md # Implementation plan (generated by this skill)
Before finalizing the task list, verify: