How-To Guides

How-To Index for acp users solving specific problems

Document Type: How-To Index
Audience: ACP users solving specific problems
Last Updated: December 2025


Overview

How-To Guides help you accomplish specific tasks with ACP. Unlike tutorials (which teach) or reference (which documents), these guides are goal-oriented and assume you already understand the basics.


Guide Index

Getting Started

GuideStatusDescription
Annotating Your CodebaseOUTLINEAdd ACP to an existing project
Migrating from JSDocOUTLINEBridge existing documentation
Configuring for MonoreposOUTLINEMulti-package project setup

AI Tool Integration

GuideStatusDescription
Integrating with CursorOUTLINESet up Cursor IDE
Integrating with Claude CodeOUTLINESet up Claude Code
Integrating with GitHub CopilotOUTLINESet up Copilot
Integrating with Continue.devOUTLINESet up Continue

Constraints & Safety

GuideStatusDescription
Protecting Critical CodeOUTLINEUse lock levels effectively
Setting Up Code OwnershipOUTLINETeam ownership patterns
Tracking Constraint ViolationsOUTLINEAudit and monitoring

Organization

GuideStatusDescription
Defining Domain BoundariesOUTLINEOrganize by business domain
Establishing Architectural LayersOUTLINELayer-based organization
Using Variables EffectivelyOUTLINEToken-efficient references

Advanced

GuideStatusDescription
Optimizing for Large CodebasesOUTLINEPerformance tuning
Custom Primer TemplatesOUTLINEAI context customization
CI/CD IntegrationOUTLINEAutomated workflows

Guide Template

All How-To Guides follow this structure:

# How to [Accomplish Goal]
 
**Goal**: [What the reader will achieve]
**Prerequisites**: [What they need before starting]
**Time**: [Estimated time to complete]
 
---
 
## The Problem
 
[Brief description of the problem this solves]
 
---
 
## Solution
 
### Step 1: [First Step]
 
[Instructions]
 
### Step 2: [Second Step]
 
[Instructions]
 
...
 
---
 
## Verification
 
[How to verify success]
 
---
 
## Troubleshooting
 
[Common issues and solutions]
 
---
 
## Related
 
- [Related Guide 1]
- [Related Guide 2]

Contributing Guides

Want to add a How-To Guide?

  1. Check if the topic is covered
  2. Use the template above
  3. Submit a PR to github.com/acp-protocol/docs

Select a guide from the index above to get started.