A Chrome extension that helps you break down tasks into manageable subtasks using Claude AI ✴️
- AI-Powered Task Breakdown: Enter any task and get personalized subtasks generated by Claude AI
- Date Navigation: View and manage tasks for different days
- Task Preferences: Save default preferences for different task types (study, coding, writing, research., etc.)
- Editable Tasks: Feature to manually edit task titles and content inline
- Checkable Subtasks: Mark subtasks as complete with checkboxes
- Persistent Storage: Tasks are saved locally in Chrome storage
- Clone or download this repository
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (top right)
- Click "Load unpacked" and select the
husky-task-helperfolder
- Get an API key from Anthropic Console
- Open
config.jsand replace'your-api-key-here'with your API key:const ANTHROPIC_API_KEY = 'your-actual-api-key';
- Reload the extension
- Click the extension icon in your Chrome toolbar
- Enter a task in the text box (e.g., "study for biology exam")
- Optionally add context when prompted
- Click "break it down" to generate subtasks
- Check off subtasks as you complete them
- Use the arrow buttons to navigate between days
Click the ⚙️ settings button to set default preferences for different task types. These preferences will automatically populate the context field when you create similar tasks.
manifest.json- Chrome extension configurationpopup.html- Extension popup UIpopup.js- Main application logicstyles.css- Stylingconfig.js- API key configuration (not committed to git!)
Your API key and tasks are stored locally in your browser. No data is sent to any server except for the Anthropic API to generate subtasks.
