Requires Confluence integration. Before using this tool, make sure you’ve connected your Confluence account in Paradime. See Connecting Confluence to Paradime for setup instructions.
Capabilities
The Confluence Tool fetches page content and converts it into a format DinoAI can reason over and act on. Specifically, it:- Retrieves page content, title, and metadata
- Supports Confluence Cloud
- Supports Confluence Data Center
Using the Confluence Tool
- Open DinoAI in the right panel of the Code IDE
- Provide the Confluence page ID you want to reference (e.g.,
123456789) - Add your prompt describing what you want DinoAI to do with the page content
- Grant permission when DinoAI asks to access Confluence
- Review and implement DinoAI’s suggested actions
Example Use Cases
Summarizing Requirements from a Spec Page
PromptExtracting Acceptance Criteria
PromptWorking with Other Tools
The Confluence Tool works well alongside DinoAI’s other capabilities to support your full development workflow:- Combine with the Terminal Tool to scaffold models and run dbt commands based on requirements extracted from a Confluence page
- Combine with the Linear Tool or Jira Tool to cross-reference ticket requirements against a linked Confluence spec
- Use alongside Git Lite to commit implementation work that traces back to a specific page or design document
Best Practices
- Use well-structured pages — DinoAI works best with Confluence pages that use clear headings, structured sections, and explicit requirement or criteria language
- Be specific in your prompt — Tell DinoAI exactly what you want extracted or produced, such as implementation steps, acceptance criteria, or a list of dbt models to build
- Pair with the Linear Tool — If your team tracks work in Linear, use both tools together to align Confluence specs with the corresponding ticket requirements
- Verify the output — Always review DinoAI’s interpretation of the page content before implementing, especially for complex or densely written documentation