Validate idea/project structure, documentation completeness, and readiness for next phase
Comprehensive validation of an idea's documentation structure and readiness.
/validate-idea coordinatr # Validate specific idea
/validate-idea yourbench # Check another project
| File | Required | Purpose | |------|----------|---------| | README.md | Yes | Status, overview, progress | | project-brief.md | Yes | Vision, problem, audience, solution |
| File/Directory | When Needed | Purpose | |----------------|-------------|---------| | critique.md | Before planning | Risk assessment | | competitive-analysis.md | Before MVP | Market positioning | | specs/ | Defining features | Technical specifications | | docs/adrs/ | Major tech decisions | Architecture Decision Records | | issues/ | In development | Work tracking |
Concept Phase:
Planning Phase:
Development/Implementation Phase:
ls ideas/[project-name]/
Based on project phase in README.
| Current State | Suggested Next Step |
|---------------|---------------------|
| Just README | Run /brief |
| Has brief | Run /critique |
| Has critique | Run /research |
| Has research | Run /spec |
| Has specs | Run /plan + /issue |
# 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
/validate-idea → Fix issues → /validate-idea again → /spec or /plan
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity