Goal: Working AI reasoning in 5 minutes
| I want to... | Go to... |
|---|---|
| Install and run first command | docs/getting-started/QUICKSTART.md |
| Step-by-step tutorial | examples/tutorial/ |
| Troubleshoot an issue | docs/guides/TROUBLESHOOTING.md |
| See real-world examples | docs/process/USE_CASES.md |
| Full CLI reference | docs/reference/CLI_REFERENCE.md |
| ThinkTool deep dive | docs/thinktools/THINKTOOLS_GUIDE.md |
# Install
curl -fsSL https://get.reasonkit.sh | bash
# Set API key
export ANTHROPIC_API_KEY="sk-ant-..."
# Run
rk think "Should I use microservices?" --profile quickThat's it. You now have structured AI reasoning.
- GigaThink generated 10+ perspectives on your question
- LaserLogic detected logical fallacies and hidden assumptions
- ReasonKit synthesized a verdict with confidence score
This is "structured reasoning" - organized, auditable thinking instead of a wall of text.
| Stakes | Use | Time |
|---|---|---|
| Low (Slack message) | --profile quick |
30s |
| Medium (PR review) | --profile balanced |
2min |
| High (Architecture) | --profile deep |
5min |
| Critical (Production) | --profile paranoid |
10min |
- Interactive Tutorial - 10 minutes, hands-on
- Real Examples - Code review, architecture, debugging
- Full Docs - Everything you need
Website: ReasonKit.sh
Questions? GitHub Discussions
Turn prompts into protocols.