← スキル一覧に戻る

writing-plans
by asadullah48
Unified Claude.ai Skills Marketplace - 39+ production-ready skills for development workflows, hackathon projects, and AI automation
⭐ 0🍴 1📅 2026年1月24日
SKILL.md
name: writing-plans description: Use when implementation is needed - creates detailed implementation plans assuming the engineer has zero context for the codebase
Writing Plans
Overview
Write comprehensive implementation plans assuming the engineer has zero context.
Core principle: Document everything needed to implement - files, code samples, testing approaches, exact commands.
Plan Structure
Header Section
Include:
- Goal and objectives
- Architecture overview
- Technology stack
- Dependencies
Task Sections
Organize by component, each with:
- Task name
- Five-step substeps:
- Write test (if applicable)
- Verify failure
- Implement
- Verify pass
- Commit
File Listings
- Files to create
- Files to modify
- Files to test
Task Granularity
Each task represents a single 2-5 minute action:
- Write test
- Verify failure
- Implement
- Verify pass
- Commit
Keep tasks small and focused.
Plan Content Requirements
For each task:
- Exact file paths
- Complete code snippets
- Precise commands with expected outputs
- Git commit instructions
Best Practices
- Follow DRY, YAGNI, TDD principles
- Include frequent commits
- Assume skilled but unfamiliar engineer
- Don't skip verification steps
After Plan Creation
Offer two execution paths:
- Subagent-Driven: Fresh subagent per task in current session
- Parallel Session: Execute in new session using executing-plans skill
Documentation
Save plans to: docs/plans/YYYY-MM-DD-<feature-name>.md
Red Flags - STOP
- Missing file paths
- Incomplete code snippets
- Skipping verification steps
- Assuming context the reader doesn't have
- Tasks too large (should be 2-5 minutes each)
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です