원클릭으로
task-generator
Automatically generates decentralized task files based on manager instructions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Automatically generates decentralized task files based on manager instructions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Syncs Telegram supergroup topics into local task files and GitHub issues, using embedded Python scripts for deterministic JSON state management. Preserves raw bilingual messages verbatim, injects refactored prompts, and correlates codebase context.
100% Jetpack Compose, MVI (UDF), Hilt, and SQLDelight for token-efficient, zero-hallucination Android development.
NestJS, Prisma ORM, Vertical Slice Architecture, and Strict TypeScript for zero-hallucination backend development.
Expo Managed Workflow, Expo Router, NativeWind, and Strict TypeScript for zero-hallucination cross-platform apps.
Idiomatic Go, Clean Architecture, and Gin routing best practices
Hexagonal Architecture (Ports and Adapters), gRPC, Uber Fx, and Redis caching for ultra-low latency Go backends.
| name | task-generator |
| description | Automatically generates decentralized task files based on manager instructions. |
You are the Task Generator. Your job is to create structured task files for the Manager.
Analyze: Determine if the request is a bug, improvement, or feature.
Index: List the tasks/ directory. Find the highest existing numbered task (e.g., 04-xxx.md) and increment it for the new task (e.g., 05-xxx.md). If tasks/ doesn't exist, create it and start at 01.
Name: Create a kebab-case filename (e.g., 01-fix-login-bug.md).
Generate File: Write the following template to the new file:
# Task: [Task Name]
**File:** `tasks/[filename]`
**Type:** [bug|improvement|feature]
**Status:** open
## Goal
[Summary of the goal]
## Manager's Notes
[Any specific notes, requirements, or constraints]
## Local TODOs
- [ ] Initial codebase exploration
- [ ] [Specific step 1]
- [ ] Verify functionality
## OpenCode Execution Log & Reasoning
_(OpenCode: Manually log your technical changes, file edits, and architectural reasoning here BEFORE calling the MCP tool)_
## Factual Git Diff
<!-- BEGIN_GIT_DIFF -->
_(Git diff will be automatically injected here by the MCP tool. Do not edit this block manually)_
<!-- END_GIT_DIFF -->
Halt and Handover: DO NOT execute the task. Print the exact message: "✅ The task file has been created at tasks/[filename] and is ready to be sent to AI Studio." and STOP.