← スキル一覧に戻る

planning-documents
by Ramblurr
remote dev environment for agents
⭐ 0🍴 1📅 2026年1月12日
SKILL.md
name: Planning Documents description: Naming conventions for planning documents in prompts/. Use when creating plans, PRDs, research reports, idea capture or other workflow documents. Triggers on (1) creating new planning documents, (2) naming PRDs or research reports, (3) questions about document organization in prompts/.
Planning Documents
All workflow documents live in prompts/ with a structured naming scheme.
Primary Documents (PRDs)
Pattern: prompts/NNN-concept.md
| Component | Description | Example |
|---|---|---|
NNN | Three-digit sequence number | 025 |
concept | Kebab-case description | compositor, event-parsing |
No underscores in the primary document name.
Examples:
prompts/025-compositor.mdprompts/010-event-parsing.md
Supporting Documents
| Pattern | Purpose | Example |
|---|---|---|
NNN-concept_report.md | Research findings | 025-compositor_report.md |
NNN-concept_library_report.md | Library-specific research | 025-compositor_textual_report.md |
NNN-concept_idea.md | Some idea/brainstorm capture | 011-cli-api_idea2.md |
Determining Next Sequence Number
Check existing documents:
ls prompts/*.md | sort -t- -k1 -n | tail -5
Use the next available three-digit number.
スコア
総合スコア
50/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
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です