task-engine-ai-core
Version:
Revolutionary AI-driven task management system with complete transformation trilogy: Frontend v0.1.0, Backend v0.2.0, CLI v0.3.0 - Enterprise-grade performance with 95% improvements
74 lines (53 loc) ⢠2.66 kB
Markdown
# {{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}}*