← スキル一覧に戻る

project-plan
by Integralist
Claude Code Skills
⭐ 0🍴 0📅 2026年1月22日
SKILL.md
name: project-plan description: Creates project plan documents for tracking implementation work. Use when the user asks to create a project plan, implementation plan, or wants to document a new feature or refactoring task.
Project Plan
Create structured project plan documents for tracking implementation work.
Instructions
-
Ask the user for:
- Project name: Short descriptive title
- Summary: One paragraph describing what needs to be done and why
- Location: Where to save the file (default:
docs/projects/with kebab-case filename)
-
Explore the codebase to understand:
- Current state relevant to the project
- Files that will need changes
- Existing patterns to follow
-
Get the author name from
git config user.name -
Create a markdown file following the template structure below
Template
# {Project Name}
- **Status**: Planning
- **Author**: {author from git config}
- **Created**: {YYYY-MM-DD}
## Summary
{One paragraph summary of what needs to be done and why}
## Background
{Context explaining the motivation and any relevant history}
### Current State
{Description of how things work today, with specific file paths and line numbers}
### Existing Pattern
{If applicable, show code examples of patterns to follow}
## Implementation Tasks
### Phase 1: {Phase Name}
- [ ] **Task 1.1**: {Specific task description}
- [ ] **Task 1.2**: {Specific task description}
### Phase 2: {Phase Name}
- [ ] **Task 2.1**: {Specific task description}
### Phase N: Verification
- [ ] **Task N.1**: Run tests to verify no regressions
## File Changes
| File | Change |
|------|--------|
| `path/to/file` | {Brief description of changes} |
## Notes
- {Any caveats, edge cases, or decisions to document}
Guidelines
- Use specific file paths and line numbers when referencing code
- Break work into logical phases (usually by component or layer)
- Each task should be small enough to complete in one session
- Include a verification phase with test commands
- Add code templates if there's a repetitive pattern to follow
- Keep the File Changes table focused on files with significant modifications
スコア
総合スコア
45/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です