UNPKG

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
# {{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}}*