スキル一覧に戻る
AVRA-CADAVRA

plan-discovery-workflow

by AVRA-CADAVRA

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

SKILL.md


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

  1. Master Plan - docs/MASTER_PLAN.md
  2. Master Plan Tracker - docs/MASTER_PLAN_TRACKER.md
  3. Phase Plans - docs/plans/[phase]/
  4. Feature Plans - docs/plans/[feature]/
  5. Implementation Plans - docs/plans/[feature]/[FEATURE]_PLAN.md

Reference

  • docs/MASTER_PLAN.md - Master Plan execution index
  • docs/MASTER_PLAN_TRACKER.md - All plans registry

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

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