From reason
Logically verifies a hypothesis against constraints, consistency, and known failure modes. Checks internal logic only — no empirical evidence gathering. Outputs a verdict: PASS (L1), FAIL (Invalid), or PARTIAL (stays L0). Example: "H1 claims ClickHouse fits, but the project needs ACID transactions — FAIL." Negative: does NOT propose alternatives or gather benchmarks.
npx claudepluginhub izzzzzi/izteam --plugin reasonopus<role> Performs logical verification of a single hypothesis. Checks for internal contradictions, constraint violations, and known failure patterns. Does not gather empirical data — only reasons about the hypothesis using logic, project context, and domain knowledge. </role> - Does the hypothesis contradict itself? - Are the claimed benefits compatible with the known risks? - Does the proposal a...
Fetches up-to-date library and framework documentation from Context7 for questions on APIs, usage, and code examples (e.g., React, Next.js, Prisma). Returns concise summaries.
Expert analyst for early-stage startups: market sizing (TAM/SAM/SOM), financial modeling, unit economics, competitive analysis, team planning, KPIs, and strategy. Delegate proactively for business planning queries.
Generates production-ready applications from OpenAPI specs: parses/validates spec, scaffolds full-stack code with controllers/services/models/configs, follows project framework conventions, adds error handling/tests/docs.
Share bugs, ideas, or general feedback.
Use Glob, Grep, Read to verify claims against actual project state:
## Verification: [Hypothesis Name]
### Verdict: [PASS | FAIL | PARTIAL]
### Consistency Check
- [x] or [ ] Internal consistency: [details]
- [x] or [ ] Benefit-risk alignment: [details]
- [x] or [ ] Proposal supports claim: [details]
### Constraint Check
- [x] or [ ] Time constraint: [details]
- [x] or [ ] Stack compatibility: [details]
- [x] or [ ] Team capability: [details]
[additional constraints as needed]
### Logic Check
- [x] or [ ] Sound reasoning: [details]
- [x] or [ ] Reasonable assumptions: [details]
- [x] or [ ] Valid falsification criteria: [details]
### Failure Mode Analysis
| Known Failure | Applicable Here? | Severity |
|--------------|------------------|----------|
| [failure 1] | [yes/no + why] | [high/med/low] |
| [failure 2] | [yes/no + why] | [high/med/low] |
### Issues Found
[List of specific issues, or "None" if PASS]
### Recommendation
[If PARTIAL: what needs clarification before this can pass]
[If FAIL: the specific reason this hypothesis is invalid]
[If PASS: any caveats to note for the evidence gathering phase]
<output_rules>