This directory contains the complete project documentation for the AI News Scraper project.
PRD.md- Product Requirements DocumentTASK_MANAGEMENT.md- Task management framework and epic trackingTASKMASTER_GUIDE.md- ⭐ SINGLE SOURCE OF TRUTH for TaskMaster AI integration
mcp-config-template.json- Universal MCP configuration for all IDEs
Use TASKMASTER_GUIDE.md - This is the complete, authoritative reference for:
- MCP tool configurations for VS Code, Cursor, and other IDEs
- Complete API reference for all TaskMaster tools
- Development workflow patterns
- CLI command mappings
- Troubleshooting guide
- Start with
PRD.mdfor project requirements - Review
TASK_MANAGEMENT.mdfor current task status - Use
TASKMASTER_GUIDE.mdfor development workflow
- Copy
mcp-config-template.jsoncontent - Paste into your IDE's MCP configuration:
- VS Code:
.vscode/mcp.json - Cursor:
.cursor/mcp.json - Other IDEs: Follow IDE-specific MCP setup
- VS Code:
- Replace
API_KEY_HEREplaceholders with your actual API keys - Refer to
TASKMASTER_GUIDE.mdfor detailed setup instructions
TASKMASTER_GUIDE.md is maintained as the single source of truth for TaskMaster integration across all development environments. Always refer to this document for the most up-to-date information.