Lotus Wisdom
lotuswisdomContemplative reasoning tool. Use for complex problems needing multi-perspective understanding, contradictions requiring integration, or questions holding their own wisdom.
Workflow: Always start with tag='begin' (returns framework). Then continue with contemplation tags. Do NOT output wisdom until status='WISDOM_READY'.
Tags: begin (FIRST - receives framework), then: open/engage/express (process), examine/reflect/verify/refine/complete (meta-cognitive), recognize/transform/integrate/transcend/embody (non-dual), upaya/expedient/direct/gradual/sudden (skillful-means), meditate (pause).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | Current processing technique (wisdom-domain tag) | |
| content | Yes | Your contemplation for this step | |
| stepNumber | No | Current step number | |
| totalSteps | No | Estimated total steps needed (adjustable as you go) | |
| isMeditation | No | Whether this step is a meditative pause | |
| nextStepNeeded | No | Whether another step is needed | |
| previousJourney | No | Pass the journey string from the previous response to maintain journey tracking (e.g. "begin → open → examine"). | |
| meditationDuration | No | Duration for the meditation pause in seconds (1-10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | No | ||
| prompt | No | ||
| status | Yes | ||
| journey | No | ||
| welcome | No | ||
| duration | No | ||
| finalStep | No | ||
| stepNumber | No | ||
| totalSteps | No | ||
| currentStep | No | ||
| instruction | No | ||
| finalJourney | No | ||
| wisdomDomain | No | ||
| contemplation | No | ||
| domainJourney | No | ||
| journeyLength | No | ||
| processLength | No | ||
| nextStepNeeded | No | ||
| processComplete | No |