Skip to main content
Droid excels at real-world development tasks. This guide shows practical workflows you can use immediately, with specific prompts that get great results.

Understanding a new codebase

Start with the big picture:
Drill down into specifics:
Navigate by domain:
Droid leverages organizational knowledge and can read through your entire project structure to provide comprehensive explanations with relevant file references and architectural insights.

Fixing bugs and debugging

From error message to solution:
Using logs for debugging:
Systematic debugging:
Droid will analyze error patterns, create failing tests to reproduce issues, propose minimal fixes, and verify the solution works.

Building features

Enterprise workflow integration:
API development:
Using Specification Mode: For complex features, use Specification Mode to automatically get planning before implementation. This ensures proper architecture and reduces iterations.

Working with tests

Test-driven development:
Fixing failing tests:
Improving test coverage:

Code review

Local review workflow: Use the /review command for guided code review workflows:
Direct review prompts:
Learn more about code review →

Safe refactoring

Structure improvements:
Dependency updates:
Code quality:

Documentation and communication

API documentation:
Code explanations:
Release management:

Enterprise integration

Team tool integration: If you’ve integrated platforms through Factory’s dashboard, droid can automatically read context when you paste links to specific tickets or documents:
Security-focused development:
Compliance considerations:

Getting the most value

Be specific and direct: Instead of “fix the login bug,” try “fix the authentication timeout where users get logged out after 5 minutes instead of the configured 30 minutes.” Provide verification steps: Tell droid how to confirm success—run specific tests, check that services start cleanly, or verify UI behavior. Use organizational knowledge: Reference team conventions, existing patterns, and established practices. Droid learns from your codebase and can help maintain consistency. Leverage the review workflow: Always review proposed changes before approval. The transparent diff view helps you understand modifications and provide feedback for better future results.

Next steps

Ready to try these workflows? Head to the Quickstart to get droid running, or dive into Specification Mode for complex feature development. For more communication tips, see How to Talk to a Droid to learn proven prompting patterns that get better results. For more communication tips, see How to Talk to a Droid to learn proven prompting patterns that get better results.