スキル一覧に戻る
TaylorHuston

validate-idea

by TaylorHuston

A customizable life management framework for Claude Code - skills, agents, and workflows for personal productivity

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

SKILL.md


name: validate-idea description: "Validate idea/project structure, documentation completeness, and readiness for next phase" model: claude-haiku-4-5-20251001 allowed-tools: Read, Glob, Grep

/validate-idea

Comprehensive validation of an idea's documentation structure and readiness.

Usage

/validate-idea coordinatr       # Validate specific idea
/validate-idea yourbench        # Check another project

Validation Checklist

Required Files (Minimum Viable Idea)

FileRequiredPurpose
README.mdYesStatus, overview, progress
project-brief.mdYesVision, problem, audience, solution
File/DirectoryWhen NeededPurpose
critique.mdBefore planningRisk assessment
competitive-analysis.mdBefore MVPMarket positioning
specs/Defining featuresTechnical specifications
docs/adrs/Major tech decisionsArchitecture Decision Records
issues/In developmentWork tracking

Phase-Aware Validation

Concept Phase:

  • README + project-brief.md sufficient
  • critique.md optional (recommend before planning)

Planning Phase:

  • Should have critique.md
  • Should have specs/ OR features/

Development/Implementation Phase:

  • Must have specs/ (at least one)
  • Must have issues/ with PLAN.md files
  • Should have docs/adrs/ if major decisions made

Execution Flow

1. Locate Project

ls ideas/[project-name]/

2. Check Required Files

  • README.md: Has status, last updated date, progress
  • project-brief.md: Vision, problem, audience, solution complete

Based on project phase in README.

4. Verify Consistency

  • README status matches CLAUDE.md
  • Brief aligns with README description
  • Specs reference features
  • Issues link to specs

5. Suggest Next Steps

Current StateSuggested Next Step
Just READMERun /brief
Has briefRun /critique
Has critiqueRun /research
Has researchRun /spec
Has specsRun /plan + /issue

Validation Report

# Validation Report: [Project Name]

## Status
- Current phase: [Concept / Planning / Development]
- Documentation completeness: X/Y files

## Required Files
✅ README.md - Complete
✅ project-brief.md - Complete

## Recommended Files
⚠️  critique.md - Missing (run /critique)
✅ specs/SPEC-001.md - Present

## Issues Found
1. README last updated is stale
2. Status mismatch with CLAUDE.md

## Recommendations
1. Update README last updated
2. Run /critique before specs

## Readiness Assessment
- Ready for specs: ⚠️ After fixing issues
- Ready for implementation: ❌ No specs yet
- Overall health: 7/10

Readiness Criteria

Ready for /spec

  • project-brief.md complete
  • critique.md present
  • Key research done

Ready for /plan + /implement

  • At least one spec complete
  • Acceptance criteria clear
  • Technical decisions made

When to Use

  • Before starting spec work
  • After long pause in project
  • Monthly project health checks
  • Before presenting to stakeholders
  • When unsure what to do next

Integration

/validate-idea → Fix issues → /validate-idea again → /spec or /plan

スコア

総合スコア

60/100

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

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

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