Creating detailed implementation plans for coding tasks takes time and often results in missed steps. This skill transforms any coding request into a clear, actionable plan with scope boundaries, ordered checklist items, and identified open questions.
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「create-plan」。 Create a plan to add user authentication to our API
預期結果:
- Plan intent: Implement secure authentication for API endpoints
- Scope in: Auth routes, middleware, user model
- Scope out: OAuth integration, password reset
- Action items: Add User model, Create auth routes, Implement middleware, Add tests, Update docs
正在使用「create-plan」。 Create a refactoring plan for the legacy payment module
預期結果:
- Goal: Improve maintainability and test coverage
- Scope in: Core payment logic, unit tests
- Scope out: API changes, UI components
- Action items: Analyze current structure, Extract interfaces, Add tests, Modernize syntax, Verify all tests pass
正在使用「create-plan」。 Create a migration plan from Express to FastAPI
預期結果:
- Intent: Modernize API framework for better performance
- Scope in: Route handlers, middleware, configuration
- Scope out: Database schema changes, client applications
- Action items: Set up FastAPI project, Migrate routes one-by-one, Add async support, Test endpoints, Update deployment
安全審計
安全This skill contains only markdown documentation. No executable code, scripts, network calls, or file modifications exist. Static findings are false positives triggered by metadata fields (GitHub URLs, 'command' substring in content_hash, 'md' substrings in documentation). Pure read-only prompt template.
風險因素
🌐 網路存取 (1)
⚙️ 外部命令 (5)
品質評分
你能建構什麼
Break down feature requests
Transforms feature requests into ordered implementation steps with test and rollout considerations.
Estimate work scope
Creates clear scope boundaries and identifies unknowns before committing to project timelines.
Review implementation approaches
Provides structured review of technical approaches with edge cases and validation checkpoints.
試試這些提示
Create a plan for [describe your task] in [project name]. Focus on [specific area].
Create a refactoring plan for [file/module]. Goal: [improve performance/readability/test coverage].
Investigate and create a fix plan for [bug description]. Error: [paste error message].
Create a migration plan from [current tech] to [new tech] for [scope]. Include rollback strategy.
最佳實務
- Provide project context like README and architecture docs for better plans
- Ask clarifying questions early if requirements are unclear
- Review scope boundaries before starting implementation
避免
- Asking for plans without providing project context
- Requesting plans for vague or ambiguous tasks
- Skipping the scope section and creating unbounded plans