# {{projectName}}

{{projectDescription}}

## 🚀 Project Overview

This project is powered by **Task Engine AI Core v{{taskEngineVersion}}** for intelligent task management and AI-assisted development.

### Project Details
- **Name:** {{projectName}}
- **Description:** {{projectDescription}}
- **Created:** {{currentDateFormatted}}
- **Author:** {{authorName}}
- **Task Engine Version:** {{taskEngineVersion}}

## 🤖 Task Engine AI Integration

This project includes Task Engine AI for intelligent task management and AI-assisted development.

### Getting Started with Task Engine

1. **View Tasks:** Ask Claude "Show me my current tasks"
2. **Create Tasks:** "Create a task to implement [feature]"
3. **Update Progress:** "Mark task [id] as completed"
4. **Get Help:** "Help me break down this complex feature into subtasks"

## 📁 Project Structure

```
{{projectName}}/
├── .task-engine/           # Task Engine AI configuration and data
│   ├── tasks/             # Task definitions and status
│   ├── docs/              # Project documentation
│   ├── reports/           # Analysis and complexity reports
│   └── templates/         # File templates
├── .cursor/               # Cursor IDE integration
│   └── mcp.json          # MCP server configuration
└── .env.example          # Environment variables template
```

## 🛠️ Available Commands

### Task Management
- `task-engine list` - View all tasks
- `task-engine next` - Find next task to work on
- `task-engine add-task --prompt="description"` - Add new task
- `task-engine set-status --id=1 --status=done` - Update task status

### Project Setup
- `task-engine models --setup` - Configure AI models
- `task-engine parse-prd --input=prd.txt` - Generate tasks from PRD

### Analysis
- `task-engine analyze-complexity` - Analyze task complexity
- `task-engine expand --id=1` - Break down complex tasks

## 📝 Next Steps

1. **Configure AI Models:** Run `task-engine models --setup`
2. **Add API Keys:** Copy `.env.example` to `.env` and add your API keys
3. **Create PRD:** Write your Product Requirements Document in `docs/prd.txt`
4. **Generate Tasks:** Run `task-engine parse-prd --input=docs/prd.txt`
5. **Start Development:** Ask Claude to help you work on the next task

## 📚 Documentation

- [Task Engine Documentation](https://github.com/cracked99/Task-engine)
- [MCP Integration Guide](https://github.com/cracked99/Task-engine/docs/mcp-ide-integration-guide.md)
- [Command Reference](https://github.com/cracked99/Task-engine/docs/command-reference.md)

---

*Generated by Task Engine AI Core v{{taskEngineVersion}}*
