スキル一覧に戻る
Ramblurr

planning-documents

by Ramblurr

remote dev environment for agents

0🍴 1📅 2026年1月12日
GitHubで見るManusで実行

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

ComponentDescriptionExample
NNNThree-digit sequence number025
conceptKebab-case descriptioncompositor, event-parsing

No underscores in the primary document name.

Examples:

  • prompts/025-compositor.md
  • prompts/010-event-parsing.md

Supporting Documents

PatternPurposeExample
NNN-concept_report.mdResearch findings025-compositor_report.md
NNN-concept_library_report.mdLibrary-specific research025-compositor_textual_report.md
NNN-concept_idea.mdSome idea/brainstorm capture011-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

レビュー

💬

レビュー機能は近日公開予定です