← Back to list

plan-discovery-workflow
by AVRA-CADAVRA
⭐ 0🍴 0📅 Jan 24, 2026
SKILL.md
name: plan-discovery-workflow description: Guides plan discovery workflow: glob search, recency filtering, relevance assessment, priority reading. Use when starting new tasks, finding related plans, or gathering context.
Plan Discovery Workflow
Purpose
Discover and filter all relevant plans before starting implementation.
Discovery Steps
Step 1: Search for Plans
# Search all plans
glob_file_search('**/*plan*.md')
glob_file_search('docs/plans/**/*.md')
# Search by topic
glob_file_search('**/*[topic]*plan*.md')
glob_file_search('**/*[topic]*.md')
Step 2: Filter by Recency
- Check file modification dates
- Prioritize recently updated plans
- Check Master Plan Tracker for active plans
Step 3: Assess Relevance
- Read plan summaries
- Check plan scope and goals
- Verify alignment with current task
Step 4: Read High-Priority Plans
- Read most recent relevant plans first
- Read Master Plan for execution order
- Read related implementation plans
Master Plan Integration
Always check Master Plan:
- Execution order
- Dependencies
- Tier assignments
- Integration points
Plan Types to Discover
- Master Plan -
docs/MASTER_PLAN.md - Master Plan Tracker -
docs/MASTER_PLAN_TRACKER.md - Phase Plans -
docs/plans/[phase]/ - Feature Plans -
docs/plans/[feature]/ - Implementation Plans -
docs/plans/[feature]/[FEATURE]_PLAN.md
Reference
docs/MASTER_PLAN.md- Master Plan execution indexdocs/MASTER_PLAN_TRACKER.md- All plans registry
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon