AIBTC Working Group
  • AIBTC
  • Prompt2DAO
  • AIBTC Contracts
    • DAO Base Layer
    • DAO Extensions
      • Action Proposal Voting
      • DAO Charter
      • DAO Epoch
      • DAO Users
      • Onchain Messaging
      • Rewards Account
      • Token Owner
      • Treasury
    • DAO Proposals
      • Action Proposals
    • Agent Account
  • Agent Tools
    • Overview
    • Available Tools
      • Agent Account Tools
      • Agent Wallet Tools
      • DAO Tools
      • Database Tools
      • Faktory Tools
  • AIBTC Cache
    • Overview
    • Contract Calls
      • API Design
      • Endpoints
        • Decode Clarity Value
        • Read-Only Function Calls
        • Contract ABI
        • Known ABI Contracts
      • Clarity Value Types
      • Integration Examples
    • Cache Services
    • Error Handling
    • Utilities
  • Prompting
    • Action Proposal Prompts
    • Agent Account Prompts
  • Links
    • Common Terms
    • Our App
    • Discord
    • GitHub
    • Prompt2DAO on X
    • AIBTC on X
  • Templates
    • Template Style Guide
  • Documentation Templates
    • Smart Contract Documentation
    • Cache Service Documentation
    • Cache Endpoint Documentation
    • Agent Tool Documentation
    • Prompting Documentation
  • Example Implementations
    • Agent Account Example
    • Cache Service Example
    • Cache Endpoint Example
    • Agent Tool Example
Powered by GitBook
On this page
  • High-Level Overview
  • [Domain/Tool] Prompting Guide
  • Basic Operations
  • [Operation 1]
  • [Operation 2]
  • Advanced Operations
  • [Advanced Operation 1]
  • Complete Workflows
  • [Workflow Name]
  • Troubleshooting
  • Common Issues
  • Related Resources
  • Review Checklist
  • Versioning and Updates
  1. Documentation Templates

Prompting Documentation

Template for documenting prompts for specific domains or tools

Use this template when documenting prompts to ensure consistency across all prompting guides.

High-Level Overview

---
description: [One-line description of the prompting guide's purpose]
---

[Domain/Tool] Prompting Guide

[1-2 paragraph introduction explaining the purpose of these prompts and when to use them]

Basic Operations

[Operation 1]

[Example prompt with placeholders]

Parameters:

  • [param1]: [description and format]

  • [param2]: [description and format]

Expected Output: [Description of what to expect]

[Operation 2]

[Example prompt with placeholders]

Parameters:

  • [param1]: [description and format]

  • [param2]: [description and format]

Expected Output: [Description of what to expect]

Advanced Operations

[Advanced Operation 1]

[Example prompt with placeholders]

Parameters:

  • [param1]: [description and format]

  • [param2]: [description and format]

Expected Output: [Description of what to expect]

Complete Workflows

[Workflow Name]

[Brief description of the workflow]

  1. [Step 1]

    [Prompt for step 1]
  2. [Step 2]

    [Prompt for step 2]
  3. [Step 3]

    [Prompt for step 3]

Notes: [Any additional information about the workflow]

Troubleshooting

Common Issues

Issue
Solution

[Issue 1]

[Solution 1]

[Issue 2]

[Solution 2]

Related Resources

  • [Related Resource 1]: [Brief description]

  • [Related Resource 2]: [Brief description]

Review Checklist

Before submitting documentation:

Versioning and Updates

  • Note when documentation was last updated

  • Indicate which version of the tools/services the prompts apply to

  • Highlight significant changes from previous versions

  • Maintain backward compatibility information where relevant

PreviousAgent Tool DocumentationNextAgent Account Example

Last updated 1 month ago