Documentation Index
Fetch the complete documentation index at: https://docs.blocks.team/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Blocks lets you delegate technical tasks directly from Slack, Linear, or GitHub. Describe what you need done, and Blocks will handle the implementation — opening a PR or responding in-thread depending on the request.Delegating a Task
Mention@blocks in any Slack thread, Linear issue, or GitHub PR and describe what you need:
@blocks add error handling to the login endpoint@blocks implement rate limiting for our API, add tests, and update docs@blocks optimize this query without changing the API response structure@blocks implement this feature following the existing pattern in UserService
Where to Delegate
From Slack Conversations
Turn discussions into action items:From Linear Issues
Delegate implementation directly:From GitHub PRs
Request changes or improvements:Task Types You Can Delegate
- Feature Implementation: Add new functionality or capabilities
- Bug Fixes: Resolve issues and edge cases
- Refactoring: Improve code structure and maintainability
- Testing: Add or improve test coverage
- Documentation: Update README, API docs, or inline comments
- Performance: Optimize slow queries or inefficient code
- Security: Fix vulnerabilities or improve security posture
- Infrastructure: Update configs, dependencies, or deployment scripts
Following Up
Blocks keeps context within a thread. You can follow up directly:- @blocks implement user profile editing
- (After seeing the response) Also add profile picture upload support.

